XF 2.0 Error with rss only one feed

mcatze

Well-known member
I add an feed for "Have you seen..?" and for "Announcements", but if i try to import HYS i got this error message.

Code:
XF\Db\Exception: MySQL query error [1366]: Incorrect string value: '\xF0\x9F\x99\x82\x0A\x0A...' for column 'message' at row 1 in src/XF/Db/AbstractStatement.php at line 212
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 77
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 160
XF\Db\AbstractAdapter->insert() in src/XF/Mvc/Entity/Entity.php at line 1403
XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1135
XF\Mvc\Entity\Entity->save() in src/XF/Mvc/Entity/Entity.php at line 1153
XF\Mvc\Entity\Entity->save() in src/XF/Service/Thread/Creator.php at line 285
XF\Service\Thread\Creator->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 40
XF\Service\Thread\Creator->save() in src/XF/Service/Feed/Feeder.php at line 134
XF\Service\Feed\Feeder->XF\Service\Feed\{closure}() in src/XF.php at line 393
XF::asVisitor() in src/XF/Service/Feed/Feeder.php at line 142
XF\Service\Feed\Feeder->importEntry() in src/XF/Service/Feed/Feeder.php at line 112
XF\Service\Feed\Feeder->importEntries() in src/XF/Admin/Controller/Feed.php at line 225
XF\Admin\Controller\Feed->actionImport() in src/XF/Mvc/Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
XF\App->run() in src/XF.php at line 329
XF::runApp() in admin.php at line 13
 
I'm trying to confirm whether there's a bug here. If you did NOT have the fullUnicode option in config.php when you got that error, then it sounds like there could be a bug on our end.

However, if you had fullUnicode in config.php but had not run the conversion script, then this error would generally be expected when running into 4-byte UTF-8 content like this.
 
Sorry i hadn‘t explain.

It was an error because fullUnicode in config.php but not running the script. I did not read the manual till the end, i stopped after fullUnicode in config.php :LOL:
 
Top Bottom