2009-11-14, 10:30 PM
im back again, just tried installing PM on activation plugin but it gives me this MySQL error. it seems like it's missing a table that should've been created during installation
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table 'sgforums.mybb_mybb_settinggroups' doesn't exist
Query:
INSERT INTO mybb_mybb_settinggroups (
I'm going to try to edit it to only look for mybb_ instead of mybb_mybb
It looks like it's looking for the table mybb_mybb_settingsgroup
Shouldn't it be looking for mybb_settingsgroup intead?
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table 'sgforums.mybb_mybb_settinggroups' doesn't exist
Query:
INSERT INTO mybb_mybb_settinggroups (
name
,title
,description
,disporder
,isdefault
) VALUES ('dennistt_pm_on_registration','PM On Registration (DennisTT)','Settings for the PM On Registration plugin','1','no')I'm going to try to edit it to only look for mybb_ instead of mybb_mybb
It looks like it's looking for the table mybb_mybb_settingsgroup
Shouldn't it be looking for mybb_settingsgroup intead?