Click to See Complete Forum and Search --> : Apache, PHP, mySQL Problems in XP


phpfan
03-12-2004, 08:31 PM
Just upgraded from Win98 to XP, and decided to upgrade to the latest versions of Apache (2.0.48), PHP (4.3.4) and mySQL (4.0.18) at the same time. Now, my programs that worked perfectly before the upgrade are acting up.

All three (Apache, PHP, mySQL) seem to be installed properly. I can see localhost, phpinfo, and mySQL is loaded. I have turned the register_globals to On. The html pages and php scripts appear to work. Here are my problems:

1. When I try to load phpMyAdmin, I get an "Internal Server Error"

2. One of my applications requires a password to open it (htaccess scheme). Although localhost brings up the main application, the login is not recognized. The username and password exist in the appropriate files.

Apparently, the php.ini and httpd.conf files need to be tweaked. Maybe there is some other problem. Can someone help me with this? Thanks much.

xphoenixx
03-14-2004, 09:04 AM
Maybe you were previously using plain-text passwords in the password file and now are not.

Check to see that the password file encryption matches what you tell apache it is in encrypted with. This is a very common problem.

Or vis-a-vis.

Paste some log info from when it was acting up.