Cannot reproduce  Error I get trying to upload a file

Kaiser

Well-known member
AdminBB - Active Webmaster Community


Server Error

Mysqli statement execute error : Incorrect string value: '\xE2\x98\x85-ad...' for column 'message' at row 1
  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 632
  4. Zend_Db_Adapter_Abstract->update() in XenForo/DataWriter.php at line 1516
  5. XenForo_DataWriter->_update() in XenForo/DataWriter.php at line 1485
  6. XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1291
  7. XenForo_DataWriter->save() in XenForo/ControllerPublic/Post.php at line 119
  8. XenForo_ControllerPublic_Post->actionSave() in XenForo/FrontController.php at line 310
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  10. XenForo_FrontController->run() in /home/adminbbo/public_html/index.php at line 17
 
Are you able to upload the file here, assuming it's less than 1MB?

Are you able to upload attachments/files in general? Is it just this one file?
 
Are you able to upload the file here, assuming it's less than 1MB?

Are you able to upload attachments/files in general? Is it just this one file?
Yes I am, the file limit is at default... and it just happened strangely with this one individual post.
 
Well, one of the characters submitted wasn't valid UTF-8, as far as I can tell. (It might've been valid, but it wasn't normalized correctly.)
 
Top Bottom