Please include the list when replying.

2008/12/19 G. Maddock-Greene <g...@maddock-greene.co.uk>:
> You may be right Stuart ... I am thinking this too. I can access my database
> with an auto generated call using say Dreamweaver, but my hand code is
> throwing the error ... though I cannot see why!! It's really frustrating

Look in your php.ini and make sure log_errors is on and the filename
it's directed at is writable by IIS. Restart IIS and PHP errors should
then appear in that file.

Alternatively use the PHP command line executable with the -l (lint)
argument to check the syntax of a file.

-Stuart

-- 
http://stut.net/

> ----- Original Message ----- From: "Stut" <stut...@gmail.com>
> Newsgroups: php.general
> To: <robl...@aapt.net.au>
> Cc: <php-general@lists.php.net>
> Sent: Friday, December 19, 2008 11:58 AM
> Subject: Re: [PHP] Re: HTTP Error 500 - IsapiModule
>
>
>> 2008/12/19 David Robley <robl...@aapt.net.au>:
>>>
>>> Gary Maddock-Greene wrote:
>>>
>>>> Hi, Don't know if this is the right group but I am having real problems
>>>> trying to connect to my MySQL db with php. I am trying to create a
>>>> search
>>>> form. I can connect and display in my browser a simple call to a db
>>>> record
>>>> but when I try to execute my search script I get a 500 Internal Server
>>>> error: IsapiModule / ExecuterequestHandler. I'm stumped! Any help please
>>>> or pointers. Thanks Gary
>>>
>>> The first thing when you get a 500 error, which is a server error not
>>> php,
>>> is to check the server error log.
>>
>> I might be wrong but I think syntax errors can cause a 500 status when
>> using ISAPI.
>>
>> -Stuart
>>
>> --
>> http://stut.net/
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to