MyBB Community Forums

Full Version: Error: 1054 Solved
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Problem Solved Thanks Anyway

I have already successfully converted one forum but on the second one I am getting this error while converting Any Ideas?

Step Import phpBB 3 Users results in:

Warning: You should upload loginconvert.php to inc/plugins if you wish to convert passwords.
MySQLi error: 1054
Unknown column 'group_id' in 'where clause'
Query: SELECT COUNT(*) as count FROM phpbb_users WHERE user_id > 0 AND username != 'Anonymous' AND group_id != 6



Thanks
I found the loginconvert.php & uploaded it to inc/plugins & now received this error.


MySQLi error: 1054
Unknown column 'group_id' in 'where clause'
Query: SELECT COUNT(*) as count FROM phpbb_users WHERE user_id > 0 AND username != 'Anonymous' AND group_id != 6

Really not sure why this one isn't working since I have done a test one & a live one.

Thanks
Is there no one that knows what I need to do for this error I have checked the database but can't figure out what to do.

Thanks
Problem Solved Thanks Anyway