XF 1.2 IPB 3.4 import - problem with Polish characters

jacko

Well-known member
Xenforo 1.2.1
Here is the problem after the import:
Screen Shot 2013-08-24 at 12.07.11.webp
it should be: znani / ciekawi inżynierowie dźwięku i producenci

When I tested it on Xenforo 1.1 using 3.2 importer, the national characters transferred correctly. Any ideas where to look to fix that?
 
There was a change to prevent character set conversions from happening unexpectedly with the results, as this usually causes a problem. However, it looks like your server is relying on them.

Try removing this line from library/XenForo/Importer/IPBoard.php:
Code:
$this->_sourceDb->query('SET character_set_results = NULL');
Then doing the import again. (You'll need to do a fresh install of XF.)
 
Top Bottom