MyBB Community Forums
Getting an error about table doesn't exist after installing a plugin - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Getting an error about table doesn't exist after installing a plugin (/thread-234564.html)



Getting an error about table doesn't exist after installing a plugin - PARADOX987 - 2021-12-27

i just installed this plugin :- https://community.mybb.com/mods.php?action=view&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 ?


RE: Getting an error about table doesn't exist after installing a plugin - Laird - 2021-12-28

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.


RE: Getting an error about table doesn't exist after installing a plugin - PARADOX987 - 2021-12-28

Thanks a lot mate , it solved the problem . :highfive: