Hi, after trying to upload a picture, I suddenly got the message "There was an error while processing a database query."
The debug mode shows as follows..
*******************************************************************
While executing query 'SELECT title, r.description, keyword, category, aid, alb_hits, visibility, r.thumb, r.owner
FROM album_categories AS c
INNER JOIN album_albums AS r ON r.category = c.cid
WHERE c.depth BETWEEN 0 + 1 AND 0 + 2
ORDER BY r.pos, r.aid' in index.php on line 379
mySQL error: Got error 28 from storage engine
**********************************************************************
File: /album/include/functions.inc.php - Line: 270
Please, help me...
Benjamin.
Some quotes from a quick Google search:
Quote from: http://vbtechsupport.com/631/This error translates into "Error code 28: No space left on device" – meaning a disk partition on your forum server's hard disk ran out of free disk space.
Quote from: http://vbtechsupport.com/631/contact your web host to immediately report that MySQL server is throwing an error and complaining a disk partition on the server has ran out of disk space. Your web host would have to deal with this.
You see, there's nothing
we can do for you.