Support Forums
Mybb Help Error 1146 - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: Mybb Help Error 1146 (/showthread.php?tid=26538)



Mybb Help Error 1146 - Muffintopman - 06-18-2012

When i a try to install IPN Paypal Subscriptions i keep getting error

Code:
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1146 - Table 'ewhoring_ewhoring.mybb_mybb_settinggroups' doesn't exist
Query:
    INSERT INTO mybb_mybb_settinggroups (`gid`,`name`,`title`,`description`,`disporder`,`isdefault`) VALUES ('NULL','myipn','MyIPN','Paypal IPN Subscription Service.','39','no')

I have mybb 1.6.8

I dont now what to do to fix it or why it is doing it

thank you


RE: Mybb Help Error 1146 - 'Snorlax - 07-14-2012

Seems like you need the table 'ewhoring_ewhoring.mybb_mybb_settinggroups'...
Open up the SQL file and either remove the table or add it manually Smile