gavinr98 Posted March 19, 2012 Share Posted March 19, 2012 I have been working on a Company Directory that uses PHP, Apache, Wordpress and Active Directory. The directory has been working perfectly for the last few months and all of a sudden I get the following errors... This error is from Chrome... No data received Unable to load the webpage because the server sent no data. Here are some suggestions: Reload this webpage later. Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data. This error is from IE Failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error This error is from Firefox The connection was reset The connection to the server was reset while the page was loading. The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer's network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web. The site is built within wordpress, using an Active Directory plugin for authentication to the site. You can load the site without logging in and all the users and their information show up fine, the second I login to the site I get these errors and nothing ever loads. Not sure what has happened but if anyone has any ideas as what might be causing this It would be greatly appreciated. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/259281-need-some-help/ Share on other sites More sharing options...
gizmola Posted March 20, 2012 Share Posted March 20, 2012 I would expect that there is more information in your error logs, particularly your php error log. Quote Link to comment https://forums.phpfreaks.com/topic/259281-need-some-help/#findComment-1329322 Share on other sites More sharing options...
gavinr98 Posted March 20, 2012 Author Share Posted March 20, 2012 So it appears that Apache is crashing when it launches the php_ldap.dll, this is why all the browsers are returning an error... Faulting application name: httpd.exe, version: 2.2.22.0, time stamp: 0x4f242d7a Faulting module name: php_ldap.dll, version: 5.2.17.17, time stamp: 0x4d25fc30 Exception code: 0xc00000fd Fault offset: 0x00013782 Faulting process id: 0x1b4c Faulting application start time: 0x01cd06be4075321e Faulting application path: C:\Apache\bin\httpd.exe Faulting module path: C:\PHP\ext\php_ldap.dll Report Id: 7fb0a9fe-72b1-11e1-af19-c42c033174a0 Do you think this an issue with PHP or the actual php script that is running? Quote Link to comment https://forums.phpfreaks.com/topic/259281-need-some-help/#findComment-1329545 Share on other sites More sharing options...
PFMaBiSmAd Posted March 20, 2012 Share Posted March 20, 2012 Crashes like this are * generally * due to mismatched versions of php files or files built with different compliers or using non-thread safe versions of files in a web server environment that needs thread safe code. What's your php version and did the php_ldap.dll file come from the same distribution as the core php binary files? Quote Link to comment https://forums.phpfreaks.com/topic/259281-need-some-help/#findComment-1329550 Share on other sites More sharing options...
gavinr98 Posted March 20, 2012 Author Share Posted March 20, 2012 PHP version is 5.2.17, this was installed the same time Apache was installed using the php 5.2.17-win32-vc6-86.msi installer. Quote Link to comment https://forums.phpfreaks.com/topic/259281-need-some-help/#findComment-1329586 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.