What does this error mean?

Barbossa

Active member
From time to time, I am getting this error. It just happened after upgrade to v 1.1.3.

Mysqli statement execute error : Got error 28 from storage engine

Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 218
XenForo_Model->fetchAllKeyed() in XenForo/Model/Post.php at line 198
XenForo_Model_Post->getPostsInThread() in XenForo/ControllerPublic/Thread.php at line 69
XenForo_ControllerPublic_Thread->actionIndex() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/jj/public_html/index.php at line 13


How to fix this?
 
Check for "log" files - some of them can get quite big but are non-essential and compressing or deleting them might give you some headroom whilst you sort something more permanent. (y)
 
What folder, what sort of file type I should check for?

If you're not sure it might be best to consult with your host. If you're on a shared/VPS plan the host might have put quotas in place to limit the space you can use - they may be able to temporarily lift the restriction whilst you sort the problem.

If you're managing your own server and it's a Linux box the logs are usually in #/var/log/ - but if you're not sure what you're doing it's probably best not to mess with the logs.

To find out how much drive space is being used by logs use du with the -h switch du -h * (whilst in the logs directory) - this way you can see whether the logs use a little or a lot of space. If they use a lot, do an ls -lap and post the results here.

Cheers,
Shaun :D
 
Top Bottom