XF 1.5 server errors

Joeychgo

Well-known member
Licensed customer
This server errors keeps repeating --- like every 5 seconds

Help? How do I stop it?


Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table 'forabodi_xenforo.archived_import_log' doesn't exist - library/Zend/Db/Statement/Mysqli.php:77

#0 /home/forabodi/public_html/mopar/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('\r\n\t\t\tSELECT old...')
#1 /home/forabodi/public_html/mopar/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '\r\n\t\t\tSELECT old...')
#2 /home/forabodi/public_html/mopar/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('\r\n\t\t\tSELECT old...')
#3 /home/forabodi/public_html/mopar/library/Zend/Db/Adapter/Abstract.php(808): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tSELECT old...', 'thread')
#4 /home/forabodi/public_html/mopar/library/XenForo/Model/Import.php(369): Zend_Db_Adapter_Abstract->fetchPairs('\r\n\t\t\tSELECT old...', 'thread')
#5 /home/forabodi/public_html/mopar/library/XenForo/Model/Import.php(479): XenForo_Model_Import->getImportContentMap('thread', 101159)
#6 /home/forabodi/public_html/mopar/showthread.php(30): XenForo_Model_Import->mapThreadId(101159)
#7 {main}

array(3) {
["url"] => string(59) "http://www.forabodiesonly.com/mopar/showthread.php?t=101159"
["_GET"] => array(1) {
["t"] => string(6) "101159"
}
["_POST"] => array(0) {
}
}
 
It sounds like you've removed a table named archived_import_log. This is the default name of the import log which we save at the end of the import process. You can choose any name you like, so if you did choose a name then it may be that the redirection scripts you have running are looking for archived_import_log but actually it's named something else.

Does any of this ring a bell?
 
Which bit rings a bell?

Have you deleted your archived_import_log table? Or have you changed the redirection script config?
 
Back
Top Bottom