XF 2.0 Error after upgrade

purilacroix

New member
Hi everyone,

We are having this error at our forum (www.zona-militar.com/foros)

XF\Db\Exception: MySQL query error [1114]: The table 'xf_thread_view' is full in src/XF/Db/AbstractStatement.php at line 183
  1. XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 66
  2. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 67
  3. XF\Db\AbstractAdapter->query() in src/XF/Repository/Thread.php at line 157
  4. XF\Repository\Thread->logThreadView() in src/XF/Pub/Controller/Thread.php at line 83
  5. XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 249
  6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
  7. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
  8. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1831
  9. XF\App->run() in src/XF.php at line 328
  10. XF::runApp() in index.php at line 13

This is happening when someone tries to see a thread on the upgraded forum.

How can we fix this?

Cheers!

Mariano
 
You should ensure your forum username is added to the "Forum users" section in the Customer area so that we're able to verify support entitlement properly.

This particular error is a server issue, though. You should contact your host in the first instance. This indicates that the table has reached its maximum size of your MySQL server is running out of disk space.
 
Top Bottom