> Can you verify that the data is actually in the db?
I'll attempt to reverify by dumping data back out again and comparing
size. I suspect it is, however.
Ie. The login succeeds because a cookie is set, and I can go to some
scripts, but not others.
Even if it isn't, how could this stop Apache from logging even an error?
> Also, you may want to try importing the dump and not relying on your
> MySQL configuration file....
>
> mysql --user=<username> -p dbname < dumpname.sql
Have done this too in initial tests, I just got sick of typing password
all the time :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php