2011-01-11 21:25:29
One Thing to Check When You Suddenly Cant Login Anymore
Hi folks,
When you suddenly can't login anymore, one thing to check is that your PHP's session.auto_start directive is STILL off. This directive is in the configuration file (php.ini) that is loaded for your instance of ATutor.
The ATutor installer checks that session.auto_start is off during installation. But, that doesn't ensure that session.auto_start (or any other PHP configuration) stays the same after installation. This is especially true in shared hosting environments.
Hope this helps someone in the future.
Cheers, Joannou.