Just a quick note to announce that the forums database was corrupt, making users unable to log in.
The issue is now fixed, thanks to ShinigamiRikko for reporting the issue !
(as a reference, only the session table was affected, a missing row causing index inconsistency. The fix using SQLite3 CLI, just a simple dump-rebuild:)
Code: Select all
echo '.dump'|sqlite3 $DB_NAME|sqlite3 repaired_$DB_NAME