Log in to your account

b2

An unexpected error has occurred!

If this error persists, please report it to the administrator.

Go back to home page

Additional information about this error:

MySQL error!

Table 'evo_sessions' is marked as crashed and should be repaired(Errno=1194)

Your query: Autoprune sessions

DELETE
  FROM evo_sessions
 WHERE ( sess_user_ID IS NOT NULL
   AND sess_lastseen_ts < '2024-04-14 05:55:59' )
    OR ( sess_user_ID IS NULL
   AND sess_lastseen_ts < '2024-04-14 05:55:59' )
 LIMIT 1000