LOCKED OUT - strange exception

Permalink
Hello C5,
I'm running C5 8.1 on Chrome - here's the scoop

I was editing a table in Content block in Source mode, hit OK to close the Source dialog, hit Save to save my changes, and this error message popped up:
concrete5
An exception occurred while executing 'update Users set uLastIP = ?, uLastLogin = ?, uPreviousLogin = ?, uNumLogins = uNumLogins + 1 where uID = ?' with params ["4a0c7bc6", 1495035663, "1494944929", "1"]: SQLSTATE[HY000]: General error: 1015 Can't lock file (errno: 165 - Table is read only)


I couldn't navigate anywhere or clear the error dialog, so I killed the broswer window, launched a new window, went to my site's login, and after hitting Login, this error was thrown:

An exception occurred while executing 'update Users set uLastIP = ?, uLastLogin = ?, uPreviousLogin = ?, uNumLogins = uNumLogins + 1 where uID = ?' with params ["4a0c7bc6", 1495036210, "1494944929", "1"]: SQLSTATE[HY000]: General error: 1015 Can't lock file (errno: 165 - Table is read only)


Cleared browser cache... tried to login... same.
Tried to login on FireFox...same error.

I noticed also that each time I hit login, the 2nd set of numbers - eg 1495036210 in the above - increases each time.

I am clueless as to why this happened... I have been editing all morning doing the same type of editing and no problems.

Any help is most appreciated. My last backup is only 2 days past BUT I have been editing like mad over the course of the last 2 days and don't want to lose my work.

Thanks,
Marc

MarcYBB
 
noogen replied on at Permalink Reply
Seem like the error is from MySql server? I would look there to troubleshoot. Make sure to backup everything before start restoring if that is your route.
Mnkras replied on at Permalink Reply
Mnkras
That error is with MYSQL and not-concrete5. If the table is read only that means its either failing/locked/in recovery. if you google the error you can find many solutions.