phpbb3.1.3 to bbPress – Installation database error
-
Wordpress version: 4.1.1
bbPress version: 2.5.4
phpBB forum version: 3.1.3I’m running into an issue trying to import a phpBB forum into bbPress. I’ve checked and rechecked my database information/login. I have the correct table prefix for what the old database is using. I’m getting the following error when I press start:
WordPress database error: [Unknown column ‘users.user_website’ in ‘field list’]
SELECT convert(users.user_id USING “utf8”) AS user_id,convert(users.user_password USING “utf8”) AS user_password,convert(users.user_form_salt USING “utf8”) AS user_form_salt,convert(users.username USING “utf8”) AS username,convert(users.user_email USING “utf8”) AS user_email,convert(users.user_website USING “utf8”) AS user_website,convert(users.user_regdate USING “utf8”) AS user_regdate,convert(users.user_aim USING “utf8”) AS user_aim,convert(users.user_yim USING “utf8”) AS user_yim,convert(users.user_icq USING “utf8”) AS user_icq,convert(users.user_msnm USING “utf8”) AS user_msnm,convert(users.user_jabber USING “utf8”) AS user_jabber,convert(users.user_occ USING “utf8”) AS user_occ,convert(users.user_interests USING “utf8”) AS user_interests,convert(users.user_sig USING “utf8”) AS user_sig,convert(users.user_from USING “utf8”) AS user_from,convert(users.user_avatar USING “utf8”) AS user_avatar FROM phpbb_users AS users LIMIT 0, 100Any help would be greatly appreciated!
- You must be logged in to reply to this topic.