XF 2.1 Buggs when i import data from xenforo2.10

DaSaiko1

Member
InvalidArgumentException: Received invalid UTF-8 for string column [message] in src/XF/Import/Data/EntityEmulator.php at line 149
XF\Import\Data\EntityEmulator->set() in src/XF/Import/Data/AbstractEmulatedData.php at line 24
XF\Import\Data\AbstractEmulatedData->set() in src/XF/Import/Data/AbstractData.php at line 293
XF\Import\Data\AbstractData->__set() in src/addons/XFI/Import/Importer/XenForo2.php at line 1710
XFI\Import\Importer\XenForo2->stepPosts() in src/XF/Import/Runner.php at line 160
XF\Import\Runner->runStep() in src/XF/Import/Runner.php at line 74
XF\Import\Runner->run() in src/XF/Admin/Controller/Import.php at line 232
XF\Admin\Controller\Import->actionRun() in src/XF/Mvc/Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 89
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
XF\App->run() in src/XF.php at line 333
XF::runApp() in admin.php at line 13





can somebody let me know whats the problem,thanks
 
Note that the importer you're using would still specifically be for importing XF 2.0. Assuming you are importing from that, please ensure you're using the latest version of XF 2.1 and the XFI add-on and reconfirm. This error really shouldn't happen when importing from XenForo. (There was a bug that was found somewhat recently that can make this be a false positive, though it would only be from data inserted from outside of XF.)
 
Please ensure that you're using XenForo 2.1.0 (the one just released this week) and XenForo Importers 1.1.0. If not, you'll need to restart the import using those.

If you are receiving an error, we need the full error message.
 
Top Bottom