http 500 internal server error

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
new2phpcode
Forum Newbie
Posts: 21
Joined: Tue Oct 09, 2007 10:40 pm

http 500 internal server error

Post by new2phpcode »

Hello,

hope someone can help me, i was running php5 and mysql on a winxp pc, a couple of days ago, my script is working but now all of a sudden i got "http 500 internal server error" on all my scripts, the last time i did was install .NET framework and now i uninstalled it but still errors are diplayed.

I have copied php_mysql.dll on system32, set the configuration on IIS to "C:\php\php5is~1.dll", checked php.ini and enabled "extension=php_mysql.dll", tested phpinfo and it displays correctly but noticed that mysql module is not installed maybe that is the cause, how do i debug this?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Are you sure you edited the correct php.ini?
new2phpcode
Forum Newbie
Posts: 21
Joined: Tue Oct 09, 2007 10:40 pm

Post by new2phpcode »

Thank you, i ran system restore on my pc and it solved the problem... i dont really knew what happened but i guess installing .NET framework messed things up... :) thanks!
new2phpcode
Forum Newbie
Posts: 21
Joined: Tue Oct 09, 2007 10:40 pm

Post by new2phpcode »

i cant think of anything else, thought by restoring my pc to the latest date its working might solve it and it did... but the only thing i have done is install .NET framework... anyways.. thanks! yes i edited the correct php file in c:\php.
Post Reply