The table 'xf_session_activity' is full (1 Viewer)

R

Recep Baltaş

Guest
Every once in a while this table gets full somehow and I get page render errors on the forum.

I want to solve it once and for all.

The frequency of the problem increased after upgrading to MariaDB.

  • XF\Db\Exception: MySQL query error [1114]: The table 'xf_session_activity' is full
  • src/XF/Db/AbstractStatement.php:212

Code:

Code:
            -- XFDB=noForceAllWrite
            INSERT INTO xf_session_activity
                (`user_id`, `unique_key`, `ip`, `controller_name`...

Read more

Continue reading...
 
Top