This morning on a website I need to keep alive on Drupal 6, users can no more log in ! Nothing on the code has been modified since 3 years...
What's going on !?
This morning on a website I need to keep alive on Drupal 6, users can no more log in ! Nothing on the code has been modified since 3 years...
What's going on !?
The problem was simply in the sessions
table. These table was corrupted.
Solution is to open phpMyAdmin or SQL command line and execute the following :
REPAIR TABLE `sessions`
Hope it helps someone