XF 1.4 I have started getting errors!

does anybody understand this:

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Got error -1 from storage engine - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, 4 minutes ago
Stack Trace
#0 /home/www/tilersforum.com/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/www/tilersforum.com/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/www/tilersforum.com/library/Zend/Db/Adapter/Abstract.php(734): Zend_Db_Adapter_Abstract->query('??????SELECT co...', Array)
#3 /home/www/tilersforum.com/library/sonnb/XenGallery/Model/Content.php(273): Zend_Db_Adapter_Abstract->fetchAll('??????SELECT co...')
#4 /home/www/tilersforum.com/library/sonnb/XenGallery/Model/Content.php(210): sonnb_XenGallery_Model_Content->getContentsByRowInAlbum(Array, Array)
#5 /home/www/tilersforum.com/library/sonnb/XenGallery/Model/Content.php(603): sonnb_XenGallery_Model_Content->getContentByRowInAlbum(Array, Array)
#6 /home/www/tilersforum.com/library/sonnb/XenGallery/ControllerPublic/XenGallery/Content.php(45): sonnb_XenGallery_Model_Content->getRelatedContents(Array, Array, 6, 'position', 'asc')
#7 /home/www/tilersforum.com/library/XenForo/FrontController.php(347): sonnb_XenGallery_ControllerPublic_XenGallery_Content->actionIndex()
#8 /home/www/tilersforum.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/www/tilersforum.com/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
["url"] => string(42) "http://tilersforum.com/gallery/photos/266/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}

and this:

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Got error 28 from storage engine - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Pro-Tilers, Today at 6:11 PM
Stack Trace
#0 /home/www/tilersforum.com/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/www/tilersforum.com/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/www/tilersforum.com/library/XenForo/Model.php(219): Zend_Db_Adapter_Abstract->query('????SELECT post...', 798, 2)
#3 /home/www/tilersforum.com/library/XenForo/Model/Post.php(240): XenForo_Model->fetchAllKeyed('????SELECT post...', 'post_id', 798)
#4 /home/www/tilersforum.com/library/XenForo/ControllerPublic/Thread.php(68): XenForo_Model_Post->getPostsInThread(798, Array)
#5 /home/www/tilersforum.com/library/bdSocialShare/XenForo/ControllerPublic/Thread.php(17): XenForo_ControllerPublic_Thread->actionIndex()
#6 /home/www/tilersforum.com/library/bdCache/XenForo/ControllerPublic/Thread.php(7): bdSocialShare_XenForo_ControllerPublic_Thread->actionIndex()
#7 /home/www/tilersforum.com/library/AVForums/Competitions/ControllerPublic/Thread.php(7): bdCache_XenForo_ControllerPublic_Thread->actionIndex()
#8 /home/www/tilersforum.com/library/CTA/FeaturedThreads/ControllerPublic/Thread.php(215): AVForums_Competitions_ControllerPublic_Thread->actionIndex()
#9 /home/www/tilersforum.com/library/XenForo/FrontController.php(347): CTA_FeaturedThreads_ControllerPublic_Thread->actionIndex()
#10 /home/www/tilersforum.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /home/www/tilersforum.com/index.php(13): XenForo_FrontController->run()
#12 {main}
Request State
array(3) {
["url"] => string(51) "http://tilersforum.com/threads/celebrity-juice.798/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}

I do not have a clue what is causing it!
thanks in advance

Lee
 
Error 28 means your disk is out of space.

Contact your host and ask them to free up some space by rotating the logs or some other means.
 
Top Bottom