MyBB Community Forums

Full Version: SQL error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Need help in my admin panel got this message error what is it?

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 settinggroups g LEFT JOIN settings s ON (s.gid=g.gid) GROUP BY g.gid ORDER BY g.disporder
You've run out of space in your database partition. Contact your web host.
thats maybe some update from my host..
i got this error now
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1030 - Got error 28 from storage engine
Query:
SHOW COLUMNS FROM users LIKE 'unreadpms'
would say it is the same thing error 28 means no space left on device?
(2012-01-03, 06:22 PM)lexy Wrote: [ -> ]thats maybe some update from my host..
i got this error now
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1030 - Got error 28 from storage engine
Query:
SHOW COLUMNS FROM users LIKE 'unreadpms'

It's the same error; contact your host.
It's a host issue. You need to contact them. Nothing we can do.