Hi,
I am having the same problem as mentioned by another
couple of people, so i dug around a bit to see why.
Maybe this helps the developers to solve the problem :)
What i am running:
- freebsd 5.3
- apache 1.3.33
- php 4.3.9 (with overload, session, posix and mysql)
- mysql server and client 4.0.21
- popper 1.41r2 (but that really doesn't matter, seems
to happen in all the versions)
First off, i changed the register_globals in php.ini to on.
Then i did the commenting out bit for the two mentioned
functions.
Still, the problem persists.
Next i was wondering if mysql actually gets any queries
at all.
So i started mysql, telling it to make a query log.
What i can see is: when you try to log on, it doesn't
do a query to find out if the username/password is correct!
what it does do is:
USE popper
SHOW VARIABLES
and then it terminates the session...
The exact same thing happens when you try to create a
new user.
Hope this bit of info helps to solve the problem...
Logged In: NO
I have found the solution for this bug. See my recent post
about creating a new user
Patrice