Jump to content

Need some help!!!


gavinr98

Recommended Posts

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

 

 

 

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.