MyBB Community Forums

Full Version: Error 1366 when importing from Xenforo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was importing from Xenforo 1.4.x when I ran into this problem: 1366 - Incorrect string value: '\xE2\x82...' for column 'message' at row 1

The (truncated) query screenshot is attached here. The original database is using utf8 and MyBB database is using utf8mb4. Using the latest MyBB and MyBB Merge.

Edit: seems this was accidentialy posted to the wrong subforum
Hi,

This is an error with the debug logs which I'm aware of, however I haven't found the exact cause yet. You can "fix" this error by turning off the logging (open merge/index.php and change define("WRITE_LOGS", 1) to define("WRITE_LOGS", 0)).
thank you for the solution! It continues now!