Note that there are some explanatory texts on larger screens.

plurals
  1. POmysql_connect error 500
    primarykey
    data
    text
    <p>I have narrowed down my problem to the <code>mysql_connect</code> call I am doing in PHP.<br> It produces an error message. What would you suggest I should do to fix the problem with this error:</p> <blockquote> <p>Error Summary<br> HTTP Error 500.0 - Internal Server Error<br> The page cannot be displayed because an internal server error has occurred.</p> <blockquote> <p>Detailed Error Information<br> Module IsapiModule<br> Notification ExecuteRequestHandler<br> Handler PHP<br> Error Code 0x00000000<br> Requested URL <a href="http://localhost:80/getuser.php?q=3&amp;sid=0.2953613724031635" rel="nofollow noreferrer">http://localhost:80/getuser.php?q=3&amp;sid=0.2953613724031635</a><br> Physical Path C:\inetpub\wwwroot\getuser.php<br> Logon Method Anonymous<br> Logon User Anonymous</p> </blockquote> <p>Most likely causes:</p> <ul> <li>IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.</li> <li>IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.</li> <li>IIS was not able to process configuration for the Web site or application.</li> <li>The authenticated user does not have permission to use this DLL.</li> <li>The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.</li> </ul> <p>Things you can try:</p> <ul> <li>Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.</li> <li>Check the event logs to see if any additional information was logged.</li> <li>Verify the permissions for the DLL.</li> <li>Install the .NET Extensibility feature if the request is mapped to a managed handler.</li> <li>Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click here.</li> </ul> <p>Links and More InformationThis error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.</p> <p>Microsoft Knowledge Base Articles:</p> <ul> <li>294807</li> </ul> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload