XF 1.0 Error Log - Mysqli.php:214

Smooth

Active member
Hey all,

Having trouble with a recurring error. Not sure if it is a problem with our app or Xen?

Thanks for ny assistance you can provide :)

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Incorrect string value: '\xF0\x9F\x98\x82\xF0\x9F...' for column 'message' at row 1 - /homepages/46/d88575212/htdocs/MobiXen/library/Zend/Db/Statement/Mysqli.php:214
Generated By: sdgareth, Yesterday at 17:49
Stack Trace
#0 /homepages/46/d88575212/htdocs/MobiXen/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /homepages/46/d88575212/htdocs/MobiXen/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /homepages/46/d88575212/htdocs/MobiXen/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /homepages/46/d88575212/htdocs/MobiXen/library/XenForo/DataWriter.php(1500): Zend_Db_Adapter_Abstract->insert('xf_post', Array)
#4 /homepages/46/d88575212/htdocs/MobiXen/library/XenForo/DataWriter.php(1489): XenForo_DataWriter->_insert()
#5 /homepages/46/d88575212/htdocs/MobiXen/library/XenForo/DataWriter.php(1291): XenForo_DataWriter->_save()
#6 /homepages/46/d88575212/htdocs/MobiXen/library/ForumRunner/ControllerPublic/Thread.php(367): XenForo_DataWriter->save()
#7 /homepages/46/d88575212/htdocs/MobiXen/forumrunner/include/general_xenforo.php(181): ForumRunner_ControllerPublic_Thread->actionPostReply()
#8 /homepages/46/d88575212/htdocs/MobiXen/forumrunner/include/post.php(21): route_request('ForumRunner_Con...', 'PostReply')
#9 [internal function]: do_post_reply()
#10 /homepages/46/d88575212/htdocs/MobiXen/forumrunner/request.php(75): call_user_func('do_post_reply')
#11 {main}
Request State
array(3) {
  ["url"] => string(46) "http://www.mobitog.com/forumrunner/request.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(7) {
    ["frp"] => string(2) "ip"
    ["frv"] => string(5) "1.5.9"
    ["poststarttime"] => string(10) "1323884904"
    ["cmd"] => string(10) "post_reply"
    ["postid"] => string(5) "25061"
    ["message"] => string(158) "[QUOTE="richardcb"]
A MobiTog Safari - now there's a scary thought! Can we really be that cruel to the animals? :lmao:[/QUOTE]
 
good one Richard "
    ["sig"] => string(33) "Sent from my iPhone using MobiTog"
  }
}
 
If you don't have the same issue when posting from a normal PC/browser, then it would appear to be related to the forumrunner app.
 
Top Bottom