Oct 4th, 2009, 11:03 AM
Yeah, that's the error you SHOULD see - it's the error I see my own servers when I re-order the sessions start file. I'd revert it to the old file - that's not the cause of the problem, I don't think.
Did you try switching to using database sessions instead? If not, try this. Add this to your /global/config.php file:
If that doesn't let you log in properly, post me back.
- Ben
Did you try switching to using database sessions instead? If not, try this. Add this to your /global/config.php file:
PHP Code:
$g_session_type = "database";
If that doesn't let you log in properly, post me back.
- Ben