Error Messages

Ablac

Active member
When ever a user makes a post on my site it gives an error message that says
Code:
The following error occurred:
 
The server did not respond in time. Please try again.
Yet it still makes the post. But leaves you in the editor as if it didnt, making my users post multiple topics at the same time...

Another Error i keep getting is when i try to mas email i get a MYSQL error saying
Code:
An exception occurred: Mysqli prepare error: MySQL server has gone away in /home/theocraf/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 50
XenForo_Error::unexpectedException() in XenForo/Application.php at line 295
XenForo_Application::handleException()

These issues only happened once i updated to 1.1
 
I'm gonna say this is a problem with your mail configuration. A failed SMTP connection can cause both of those errors. Check your mail configuration:

Admin CP -> Home -> Options -> Email Options
 
Top Bottom