XF 1.3 Zend Error Message Pops Up Intermittently

nassella

Active member
This seemed to be resolved by my host twice - once by restarting Mysql and the second time when they

"edited the mysql server configuration file (/etc/my.cnf) and added a single option to the top: "innodb = on" After restarting the database server (service mysql restart) the site loaded without displaying any apparent errors. Basically, this change allowed mysql to use the database format that your site was initially created in. If we've missed anything else or you need additional assistance, feel free to let us know."

That worked as well for several days when it popped again for a couple of hours - then the Forums were fine for awhile and now it showed up again...I don't know if its purely a server issue but if anyone has any ideas please let me know.

An exception occurred: Mysqli prepare error: Unknown storage engine 'InnoDB' in /home/cortjohn/public_html/forums/library/Zend/Db/Statement/Mysqli.php on line 77

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 825
  5. Zend_Db_Adapter_Abstract->fetchOne() in XenForo/Error.php at line 55
  6. XenForo_Error::unexpectedException() in XenForo/Application.php at line 363
  7. XenForo_Application::handleException()
 
Check with your host that the edit they made to my.cnf is still in place.

Ultimately though, this is something your host needs to resolve.
 
Top Bottom