Support Forums

Full Version: Mybb Help Error 1146
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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