XF 1.3 Strange error in the logs

CNK

Active member
Today i had this error in Server Error Logs:

Server Error Log
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Incorrect string value: '\xBB Baza...' for column 'message' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Today at 06:04
Stack Trace
#0 gsmx.co/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /gsmx.co/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /gsmx.co/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /gsmx.co/library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_post', Array)
#4 /gsmx.co/library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#5 /gsmx.co/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#6 /gsmx.co/library/Dark/TaigaChat/DataWriter/DiscussionMessage/Post.php(7): XenForo_DataWriter->save()
#7 /gsmx.co/library/Dark/TaigaChat/CronEntry/CleanUp.php(67): Dark_TaigaChat_DataWriter_DiscussionMessage_Post->save()
#8 [internal function]: Dark_TaigaChat_CronEntry_CleanUp::runDailyCleanUp(Array)
#9 /gsmx.co/library/XenForo/Model/Cron.php(356): call_user_func(Array, Array)
#10 /gsmx.co/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#11 /gsmx.co/library/XenForo/Model/Deferred.php(256): XenForo_Deferred_Cron->execute(Array, Array, 7.9999969005585, '')
#12 /gsmx.co/library/XenForo/Model/Deferred.php(390): XenForo_Model_Deferred->runDeferred(Array, 7.9999969005585, '', false)
#13 /gsmx.co/library/XenForo/Model/Deferred.php(335): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#14 /gsmx.co/deferred.php(23): XenForo_Model_Deferred->run(false)
#15 {main}
Request State
array(3) {
["url"] => string(27) "http:/gsmx.co/deferred.php"
["_GET"] => array(0) {
}
["_POST"] => array(3) {
["_xfRequestUri"] => string(45) "/tematy/android-blad-921-w-google-play.58547/"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}

Is it something dangerous?
 
I think, that isn't error of TaigaChat.

I noticed that I can not save posts with some links.
I have a problem with saving the message that has a link to a site with polish characters in title

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Incorrect string value: '\xF3j Use...' for column 'message' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
Generated By: CNK, 2 minute(s) ago
Stack Trace

#0 /mysite/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /mysite/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /mysite/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /mysite/library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_post', Array)
#4 /mysite/library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#5 /mysite/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#6 /mysite/library/XenForo/ControllerPublic/Thread.php(549): XenForo_DataWriter->save()
#7 /mysite/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Thread->actionAddReply()
#8 /mysite/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /mysite/index.php(13): XenForo_FrontController->run()
#10 {main}

Request State

array(3) {
["url"] => string(43) "http://mysite/tematy/testy.59632/add-reply"
["_GET"] => array(0) {
}
["_POST"] => array(9) {
["message_html"] => string(35) "<p>http://somelink.pl</p>"
["_xfRelativeResolver"] => string(40) "http://mysite/tematy/testy.59632/page-2"
["attachment_hash"] => string(32) "40d379dab8b9e1a3fb6b51295feda164"
["last_date"] => string(10) "1396795063"
["last_known_date"] => string(10) "1396794666"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(26) "/tematy/testy.59632/page-2"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}


Edit: ok, the problem is with addon: AVForums.com - Auto Link Titles 1.0.9 It doesn't work when some url have special characters in title.
 
Last edited:
I think, that isn't error of TaigaChat.

I noticed that I can not save posts with some links.
I have a problem with saving the message that has a link to a site with polish characters in title




Edit: ok, the problem is with addon: AVForums.com - Auto Link Titles 1.0.9 It doesn't work when some url have special characters in title.

Then look for tables created by that addon and check their collations, similar to this:

http://xenforo.com/community/thread...red-please-try-again-later.14832/#post-194621

Or just contact the author.
 
It's just an issue with that add-on and how it fetches titles. You'll need to seek an answer from the add-on's support thread.
 
Top Bottom