MyBB Community Forums

Full Version: Error with my forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
When i go to ACP and then to configuration, i get the following error:

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 pj_settinggroups g LEFT JOIN pj_settings s ON (s.gid=g.gid) GROUP BY g.gid ORDER BY g.disporder 

Please tell me how to solve this.

I have one more thing to ask.
Many forums have this feature. If someone posts an image of high resolution then the forum automatically resizes it to some resolution. Then there is a bar at the top of image and when you click on it the image opens in a new window with full resolution.
Is it possible in MyBB. If yes, please tell me how?
Regarding the MySQL issue, you need to contact your webhost to have it fixed. Your MySQL data filesystem has run out of space.

For your second query, search around here for an image resizer plugin. It's probably what you're looking for.