MyBB Community Forums

Full Version: problem when merging from phpbb3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everybody.

I´m having trouble when trying to merge my phpbb into mybb. I am trying to move my forum to mybb, but qhen I try to import the users (2nd. step of merging) I get ths message:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'user_id' in 'where clause'
Query:
SELECT COUNT(*) as count FROM phpbb_users WHERE user_id > 0 AND username != 'Anonymous' AND group_id != 6
Please contact the MyBB Group for support.



What can be wrong?
What version of mybb are you running?
What version of phpbb3 are you running?
I got that earlier too when I was trying a dry run. I had the wrong prefix in for the mysql tables.
I'm getting this too.. What would solve this ?