Cannot login
Brought to you by:
finger
I'm using Apache2 (2.0.44) and PHP 4.3.1 on Windows
2000. MySQL is version 3.23.55.
I created a database "doow" and ran the sql scripts
provided. I can see in the author table that an user is
added (id: admin, pw: PASSWORD('admin')).
When I load up index.php, everything is fine (no errors).
But when I tried to login (admin, admin), it just send me
back to the login page, with message "You are not
logged in" at upper right of the page.
There's no erorr message, and I cannot find any log file
created.
Please help.
Regards,
KC
Logged In: NO
i am having the same problem
did you find a solution
Logged In: NO
Hi there,
I have the same problem too, trying to make this thing
works, and I find out what is the problem and now it work great.
For version of PHP higher than 4 you need to set the
register_globals equal to On in php.ini cause this programs
need the old method of passing arguments on web pages.
Hope it help!
JRK
Logged In: NO
Hi there,
I have the same problem too, trying to make this thing
works, and I find out what is the problem and now it work great.
For version of PHP higher than 4 you need to set the
register_globals equal to On in php.ini cause this programs
need the old method of passing arguments on web pages.
Hope it help!
JRK