The table 'xf_thread_view' is full

Hareon

Active member
What is this error and how can I solve this problem? It started today.

  • XF\Db\Exception: MySQL query error [1114]: The table 'xf_thread_view' is full
  • src/XF/Db/AbstractStatement.php:230
  • Generated by: Unknown account

Rastreamento de pilha​

TRUNCATE TABLE xf_thread_view
------------

#0 src/XF/Db/Mysqli/Statement.php(207): XF\Db\AbstractStatement->getException('MySQL query err...', 1114, 'HY000')
#1 src/XF/Db/Mysqli/Statement.php(83): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1114, 'HY000')
#2 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(357): XF\Db\AbstractAdapter->query('TRUNCATE TABLE ...')
#4 src/XF/Repository/ThreadRepository.php(228): XF\Db\AbstractAdapter->emptyTable('xf_thread_view')
#5 src/XF/Cron/Views.php(16): XF\Repository\ThreadRepository->batchUpdateThreadViews()
#6 src/XF/Job/Cron.php(42): XF\Cron\Views::runViewUpdate(Object(XF\Entity\CronEntry))
#7 src/XF/Job/Manager.php(275): XF\Job\Cron->run(7.99609)
#8 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 7.99609)
#9 src/XF/Job/Manager.php(89): XF\Job\Manager->runJobEntry(Array, 7.99609)
#10 job.php(46): XF\Job\Manager->runQueue(false, 8)
#11 {main}


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

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

With this sometimes the board stay slow.
 
Might also be worth double checking they were converted to the InnoDB properly properly during the 2.3 upgrade.
 
Back
Top Bottom