Moshe1010
Well-known member
Hi,
I've changed the username of the entire account on my server (DirectAdmin), and XenForo stopped working with the error (after plugging in the new SQL details):
I get the idea that a table is missing in my SQL, but why would a table delete itself by a database name change without moving the database anywhere outside the server (or even inside the server)?
Thanks.
I've changed the username of the entire account on my server (DirectAdmin), and XenForo stopped working with the error (after plugging in the new SQL details):
Code:
An exception occurred: Mysqli prepare error: Table 'xenforovb2_Xenforo.xf_option' doesn't exist in /home/xenforovb2/domains/**/public_html/library/Zend/Db/Statement/Mysqli.php on line 77
Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 825
Zend_Db_Adapter_Abstract->fetchOne() in XenForo/Error.php at line 48
XenForo_Error::unexpectedException() in XenForo/Application.php at line 329
XenForo_Application::handleException()
I get the idea that a table is missing in my SQL, but why would a table delete itself by a database name change without moving the database anywhere outside the server (or even inside the server)?
Thanks.