Database Error - Storage Engine
I suddenly started getting the following error. I believe this started after installing Mo' Variables, but uninstalling Mo' Variables doesn't resolve the issue, so it may be unrelated... I'm at a loss, so some help would be appreciated in resolving the issue.
Thanks!
-m
A Database Error Occurred
Error Number: 1030
Got error 28 from storage engine
SELECT * FROM ('exp_global_variables' AS ee) JOIN 'exp_low_variables' AS low ON 'ee'.'variable_id' = 'low'.'variable_id' WHERE 'group_id' = 2 AND 'ee'.'site_id' = '1' ORDER BY 'low'.'group_id' asc, 'low'.'variable_order' asc, 'ee'.'variable_name' asc
Filename: /path/to/low_variables/mcp.low_variables.php
Line Number: 239
Replies
Low 13 Jul 2013 08:04
This looks to be related to database disk space: http://stackoverflow.com/questions/10...
Try freeing up space for your DB or contact your host.