MyBB Community Forums

Full Version: MySQL error when importing users (phpBB -> MyBB)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'am in the progress of moving over my forum to MyBB
But i ran into an error while i was importing the users into the new DB. I get the following MySQL error while inporting the user table:

1054 - Unknown column 'aim' in 'field list'

The current version if php is 7.2
Remove aim from mybb_user table: "ALTER TABLE mybb_users ADD aim TEXT NOT NULL;"