MyBB Community Forums

Full Version: edit settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,

I went into my ACP and all was ok.
But when I clicked edit settings I received this error.

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

SQL Error:
1030 - Got error 28 from storage engine
Query:
SELECT g.*, COUNT(s.sid) AS settingcount FROM mybb_settinggroups g LEFT JOIN mybb_settings s ON (s.gid=g.gid) GROUP BY g.gid ORDER BY g.disporder

` Whats wrong didn't have this before,

~ Jamie
Go into phpMyAdmin and repair tables 'mybb_settingroups' and 'mybb_settings'. Or replace mybb with whatever your table prefix is..
See if that helps. It seemed to help this member: http://community.mybboard.net/thread-32046.html