MyBB Community Forums

Full Version: MyBB SQL Error after importing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Wink

i have a problem after importing these tables:
board_forumpermissions
board_forums
board_forumsread
board_forumsubscriptions
board_posts
board_threads
board_threadsread
board_threadsubscriptions
board_threadviews
board_users
board_usertitles


If i want to change something in Settings (User CP)
i get this error:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1054 - Unknown column 'commentnotify' in 'field list'
Query:
    UPDATE board_users SET `commentnotify`='', `commentsfilter`='0' WHERE uid = 1 LIMIT 1 

i reloaded the cache...

thanks for help Smile

cheers Wink
A plugin is trying to use that column but it doesn't exist.
i re-installed Profile-Comments and now it works Smile

thanks so much Wink

cheers