MyBB Community Forums

Full Version: Internal SQL Errors (please assist)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We keep on experiencing these server errors that are causing the site to go haywire. It also makes it hard for admins to perform their jobs when we can't configure what we need to. The errors that we get usually is this:


MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1 - Can't create/write to file '/tmp/#sql_2b05_0.MYI' (Errcode: 28)
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


I think it might be a bug in the system, but some suspect it's the create/write to file material are missing. I'm not all on the technical side, but I've tried to lend my hand whenever I could, but we haven't been bearing fruit. I was just wondering if anyone could assist in fixing this problem.
No bug, there's an error with the database file, it's beyond our control. You'll need to ask your host about it.
Okay. Thanks.