MyBB Community Forums

Full Version: Problems after merge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have a problem, but I don't know if it's because of the merge or not.

So I merged from phpbb3 and the merge went fine.

Now I tried to install the plugins that I found on this site and when I try to activate one it says:

Quote:MySQLi error: 1146
Table 'board.settings' doesn't exist
Query: INSERT INTO settings (sid, name, title, description, optionscode, value, disporder, gid) VALUES ('', 'autosetcookie', 'Autoset Cookie Settings', 'Option to make the forum try and guess the cookiepath and cookiedomain from the URL requested by the user. This overrides the two above.', 'onoff', 'off', '10', '7');

or

Quote:MySQLi error: 1146
Table 'board.settinggroups' doesn't exist
Query: INSERT INTO settinggroups (name, title, description, disporder, isdefault) VALUES ('adstats', 'Additional Stats in Index Page', 'Display additional stats on board stats on index page .', '401', 'no');

This happen with all.

Please help me. What can I do? Huh