Previous Next

Thread: Error 500

Last post 05-01-2008 8:45 PM by ctruty. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 05-01-2008, 1:34 PM

    • ctruty
    • Not Ranked
    • Joined on 05-01-2008, 1:30 PM
    • Posts 2
    • ctruty

    Error 500

    I am attempting to display a simple MySQL query via PHP of a table with 5 records in it.   I consistently get an Error 500 msg whenever I try to display it as shown below:

    Error Code: 0x00000000
    Notification: ExecuteRequestHandler
    Module: IsapiModule
    Requested URL: http://localhost:80/Test.php
    Physical Path: C:\inetpub\wwwroot\Test.php
    Logon User: Anonymous
    Logon Method: Anonymous
    Failed Request Tracing Log Directory: C:\inetpub\logs\FailedReqLogFiles
    Handler: PHP

    The inetpub error log shows the one and only following warning message:

    MODULE_SET_RESPONSE_ERROR_STATUS
    Warning ModuleName="IsapiModule", Notification="EXECUTE_REQUEST_HANDLER", HttpStatus="500", HttpReason="Internal Server Error", HttpSubStatus="0", ErrorCode="The operation completed successfully. (0x0)", ConfigExceptionInfo=""

    I can query this table successfully from the MySQL Administrator:

    Here are the current software configuration parameters.

    OS: Windows Vista
    IIS: ver7
    PHP: ver 5.2.5
    MySQL: ver 5.0
    IIS is on localhost.

    I believe PHP is installed correctly because phpinfo() does display and it does show MySQL installed.
    The php.ini file has the mysql info set correctly including:
    - extensions enabled
    - extensions directory set
    - php_mysql.dll unremarked

    In the databases connection module while creating the page, I can successfully test the connection to the MYSQL databases and select databases.   That's as far as I can go.

    It appears to be a problem with the isapi module...

    Any help would be appreciated.  Thank you....

  • 05-01-2008, 8:45 PM In reply to

    • ctruty
    • Not Ranked
    • Joined on 05-01-2008, 1:30 PM
    • Posts 2
    • ctruty

    Re: Error 500

    Below is the IIS trace log 5 steps prior to the error.  Does this tell anything other than the isapi module doesn't like something?

     

    50.
    n
    n
    i
    ISAPI_START
    00:27:31.586
    51.
    n
    n
    i
    CALL_ISAPI_EXTENSION DllName="C:\PHP\php5isapi.dll" 00:27:31.586
    52.
    n
    n
    —
    NOTIFY_MODULE_START ModuleName="IsapiFilterModule", Notification="MAP_PATH", fIsPostNotification="false", fIsCompletion="false" 00:27:31.586
    53.
    n
    n
    —
    NOTIFY_MODULE_END ModuleName="IsapiFilterModule", Notification="MAP_PATH", fIsPostNotificationEvent="false", NotificationStatus="NOTIFICATION_CONTINUE" 00:27:31.586
    54.
    n
    n
    r
    MODULE_SET_RESPONSE_ERROR_STATUS
    Warning
    ModuleName="IsapiModule", Notification="EXECUTE_REQUEST_HANDLER", HttpStatus="500", HttpReason="Internal Server Error", HttpSubStatus="0", ErrorCode="The operation completed successfully. (0x0)", ConfigExceptionInfo=""

     

Page 1 of 1 (2 items)
Page view counter