MyBB Community Forums

Full Version: sql-error: user table field 'newpms'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good morning,

after upgrading my forum (http://goosebumps4all.net/34all/bb/) I get a strange error when trying to login

------------
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table '34all_bb.bb1_bb1_users' doesn't exist
Query:
UPDATE bb1_bb1_users SET newpms='0' WHERE uid='3'
------------

There is this double prefix issue but what makes it so strange is that mybb tries to set the field newpms of the user table which doesn't exists.

I tried to find the relevant lines in the source code but I failed ...

This problem starts driving me nuts since my forum is quite useless if users can't log in. Any help highly appreciated

Thanks

martin

[attachment=11178]
Please make sure you have uploaded all the new files. You were probably upgrading from 1.2.x? You should upload the full package available at http://www.mybboard.net/downloads and not the changed file set in the 1.4.2 announcement.
Wonderful,

you hit the point, for some obscured reasons I didn't replaced all files with the new ones. Now it works.

Thanks a lot Dennis

maritn
You're welcome. Glad it's working.