XF 1.4 Mysqli statement execute error : Incorrect string value: '\xAB Brea...' for column 'message' at row

KSA

Well-known member
I got this error just now. Can someone explain what does this mean and then guide me to solve it.


Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Incorrect string value: '\xAB Brea...' for column 'message' at row 1 - library/Zend/Db/Statement/Mysqli.php:214

Stack Trace
Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
Zend/Db/Adapter/Abstract.php(632): Zend_Db_Adapter_Abstract->query('UPDATE `xf_post...', Array)
XenForo/DataWriter.php(1640): Zend_Db_Adapter_Abstract->update('xf_post', Array, 'post_id = 446')
DataWriter.php(1609): XenForo_DataWriter->_update()
XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
XenForo/ControllerPublic/Post.php(243): XenForo_DataWriter->save()
XenForo/FrontController.php(347): XenForo_ControllerPublic_Post->actionSaveInline()
XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
index.php(13): XenForo_FrontController->run()
#10 {main}
 
This particular error is generally caused by an add-on that converts posted URLs to the title from it. You would need to disable that add-on or contact the author.
 
Top Bottom