Link to home
Start Free TrialLog in
Avatar of Manoj Chacko
Manoj Chacko

asked on

Event Viewer- PHP errors- Faulting module name: php5ts.dll

Hi
My event viewer is throwing out php errors
Faulting application name: httpd.exe, version: 2.4.10.0, time stamp: 0x53c79afa
Faulting module name: php5ts.dll, version: 5.6.3.0, time stamp: 0x54640c2e

Is there an easy way of diagnosing this error.
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

You're using Apache 2.4 and PHP 5.6.  Where did you get them?  Were they compiled using the same compiler?
Avatar of Manoj Chacko
Manoj Chacko

ASKER

I am using the the latest version of XAMPP. Upgraded them recently. I have Wordpress running with Akismet and Buddypress enabled. This error happens whenever a comment is posted.

Whenever a comment is posted, it shows different errors like duplicate comment, page not found, error, etc on different browsers,  but the post does get posted.  Only error I see is in the event viewer and that is the above error.
That sounds like a Wordpress error then.  Do you have the latest version of Wordpress?  Version 4.3.1  https://wordpress.org/download/
I have the latest version of WordPress and the plugins. I am trying to diagnose what is causing the error.
Is their a way to debug php and find out what precise function is causing the error
I doubt that the XAMPP version of PHP will support that.  I don't think debugging info is included.  PHP on this computer is over 50MB of binary code.
I reverted back to the previous version of xampp/ php. same error.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial