MyBB Community Forums

Full Version: Getting an error about table doesn't exist after installing a plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i just installed this plugin :- https://community.mybb.com/mods.php?acti...w&pid=1485 (CloudBoard

And i am getting this error all over my site including admin panel.

SQL Error:
1146 - Table 'storywor_mybb.mybb_cbSettings' doesn't exist
Query:
SELECT * FROM mybb_cbSettings

how can i fix this ?
Copying in the main part of my response to you on Discord:

In inc/plugins/cloudboard/settings/settings.php, on line 53, change the capital S in "cbSettings" to lowercase: "cbsettings".

You might also need on line 49 of that same file to insert static after public.
Thanks a lot mate , it solved the problem . :highfive: