An exception occurred: Mysqli statement execute error

tyrantelf

Member
I've had some problems with mySQL lately, and now my site is showing this error.

Code:
An exception occurred: Mysqli statement execute error : Got error -1 from storage engine in /var/www/html/library/Zend/Db/Statement/Mysqli.php on line 214
 
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 Zend/Db/Adapter/Abstract.php at line 632
Zend_Db_Adapter_Abstract->update() in XenForo/DataWriter.php at line 1607
XenForo_DataWriter->_update() in XenForo/DataWriter.php at line 1576
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1381
XenForo_DataWriter->save() in EWRporta/Model/Caches.php at line 44
EWRporta_Model_Caches->buildBlockCache() in EWRporta/Model/Blocks.php at line 122
EWRporta_Model_Blocks->getBlockParams() in EWRporta/ViewPublic/Custom.php at line 71
EWRporta_ViewPublic_Custom->renderHtml() in XenForo/ViewRenderer/Abstract.php at line 215
XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/HtmlPublic.php at line 67
XenForo_ViewRenderer_HtmlPublic->renderView() in XenForo/FrontController.php at line 533
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 156
XenForo_FrontController->run() in /var/www/html/index.php at line 13

That's the error. I don't have much if any backstory other than I had a mysql problem because my servers hard drive got filled up and I had to get a secondary one. I need some help on how to fix this, even though I'm betting it'll be fairly simple.

If you want to see the error live, our site is http;//iongaming.org/

Thanks everyone!
Tyrantelf
 
That is an undefined storage error. Do you have access to the MySQL error logs? If not then ask your host or server person. Ideally the log will contain a more specific error.
 
Top Bottom