Tiki Tiki
Active member
I've got a couple of minor problems when trying to import my IPB 3.4.x database.
My IPB database says its collation is utf8_unicode_ci, it looks like a fresh installation of XF 1.5 is the same, but I've got some characters that are coming across as gibberish. A few examples are – instead of — em dash, •A instead of • bullet, and ≈ instead of ≈ almost equal to. (As an aside, I believe IPB 4 is now using utf8mb4, but, again, this is a 3.4.x database I'm importing.)
One IPB post, where the entire content was enclosed in < > (e.g., <rolling eyes at person above>) came through blank. The member name is there, the post date/time is there, but the content is blank. Weird.
The Import Polls step blows up with errors:
My site might have one or two ancient polls, if that, so this one is of little consequence.
Anyone have any suggestions as to what is going wrong and how to fix these issues?
My IPB database says its collation is utf8_unicode_ci, it looks like a fresh installation of XF 1.5 is the same, but I've got some characters that are coming across as gibberish. A few examples are – instead of — em dash, •A instead of • bullet, and ≈ instead of ≈ almost equal to. (As an aside, I believe IPB 4 is now using utf8mb4, but, again, this is a 3.4.x database I'm importing.)
One IPB post, where the entire content was enclosed in < > (e.g., <rolling eyes at person above>) came through blank. The member name is there, the post date/time is there, but the content is blank. Weird.
The Import Polls step blows up with errors:
Code:
ErrorException: array_map(): Argument #2 should be an array - library/XenForo/Importer/IPBoard.php:2970
array(3) {
["url"] => string(59) "http://community.mysite.com/admin.php?import/start-step"
["_GET"] => array(1) {
["import/start-step"] => string(0) ""
}
["_POST"] => array(3) {
["options"] => array(1) {
["whichQuestion"] => string(5) "first"
}
["step"] => string(5) "polls"
["_xfToken"] => string(8) "********"
}
}
Anyone have any suggestions as to what is going wrong and how to fix these issues?