Win2003
MySQL 5.0.12
PHP 5.04 working, but went to PHP 5.0.5 and now cant login.
My web app that was generated by PHPRunner was working fine until I powered apache down and upgraded to PHP 5.0.5. Now, I cannot login at all.
I have turned on display_errors and display_startup_errors, but no errors are generated when atttempting to login.
I am able to get to the login, and when I type a bad password, I get the invalid login error. However, if I type in a good username and a good password, the screen blips for a second, and am returned to the login.
No errors in apache logs. No errors in MySQL. No errors in PHPerror.log.
However, when I hit the submit button and check the sessions folder, a session IS created.
Can anyone throw me a bone?