MyBB Community Forums

Full Version: SQL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when ever i go to the settings page in the admin cp i get this

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
Repair the tables by running these in phpMyAdmin:

REPAIR TABLE `mybb_settinggroups`;
REPAIR TABLE `mybb_settings`;

If that doesn't help or it keep happening, contact your host.
If that doesn't work you'll need to forward this to your webhost. Error 28 usually means MySQL has run out of space.
Hasnt worked for me , had to send my host a screenshot of my error. I better not lose my whole forum again ,prob will knowing me.