forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: mr.bena on March 08, 2012, 11:57:58 pm

Title: Critical Error..
Post by: mr.bena on March 08, 2012, 11:57:58 pm
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.
Title: Re: Critical Error..
Post by: Αndré on March 09, 2012, 11:32:42 am
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.