Ivancas
Well-known member
- Affected version
- v2.1.10 Patch 2
I'm still having this error with the latest importer version which was marked as fixed:
The solution @Zambfd provided has worked:
More information about my case is here:
Fixed - Error when importing from vb4: Received Invalid utf-8 for string column [filename]
Hello everyone, I was importing a VB 4.x database into XF 2.0, I got an error: [InvalidArgumentException] Received Invalid utf-8 for string column [filename] Can anybody help? Thanks very much
xenforo.com
The solution @Zambfd provided has worked:
Hi,
it is still broken when the source forum is iso-8859-1 and there are umlauts in the description of an attachment (settings field in attachment table).
I've added the following code to line 3396ff in /addons/XFI/Import/Importer/vBulletin.php
PHP:if ( isset($settings['title']) ) { $settings['title'] = $this->convertToUtf8($settings['title']); } if ( isset($settings['description'])) { $settings['description'] = $this->convertToUtf8($settings['description']); }
More information about my case is here:
XF 2.1 - Received invalid UTF-8 for string column [message]
Importing from vb 3.8 to XF v2.1.1 Server Error log 1: InvalidArgumentException: Received invalid UTF-8 for string column [message] . src/XF/Import/Data/EntityEmulator.php:155 Stack trace #0 src/XF/Import/Data/AbstractEmulatedData.php(35): XF\Import\Data\EntityEmulator->set('message'...
xenforo.com