MyBB Community Forums

Full Version: Unable to change board settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using "Free-space.net" I click "change" under "Board Settings" and I get this:

Quote:MySQLi 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) WHERE g.disporder>0 AND s.sid>0 GROUP BY s.gid ORDER BY g.disporder

What is this and how do I fix it?
Hi,

The error code "28" means that the server does not have enough space for MySQL to complete the requested operation.

You will need to contact your host, quoting the error you received so they can fix it.

Chris