forum.coppermine-gallery.net

Support => cpg1.6.x Support => cpg1.6 miscellaneous => Topic started by: dolhijn on April 18, 2019, 05:42:01 pm

Title: click category on main page triggers an error
Post by: dolhijn on April 18, 2019, 05:42:01 pm
Hello from Holland,

I recently installed coppermine and added about 1700 birdphoto's, all worked fine. "out of the blue" I could not click on a category on the main paqe this triggers an error. If I access the albums through albums than view thumbnails everything seems to be fine.   I dont not have a disk space issue, which might be the case with this error. Any idea what to do here? check http://www.vogelkennis.nl  and check for yourself, if you like.
Below is the "critial error":

While executing query 'SELECT r.pid, r.aid, filepath, filename, url_prefix, pwidth, pheight, filesize, ctime, r.title, r.keywords, r.votes, pic_rating, hits, caption, r.owner_id, pic_raw_ip, pic_hdr_ip
                FROM cpg16x_pictures AS r
                INNER JOIN cpg16x_albums AS a ON a.aid = r.aid
                WHERE (1)
                AND approved = 'YES'
                ORDER BY ctime DESC, pid DESC
                 LIMIT 0 ,8' in include\functions.inc.php on line 1626

database error: 1030 : Got error 28 from storage engine


on line 1626 in functions.inc.php  =   $result = cpg_db_query($query);


thanks
Title: Re: click category on main page triggers an error
Post by: Αndré on May 08, 2019, 03:18:34 pm
Quote from: https://stackoverflow.com/questions/10631387/1030-got-error-28-from-storage-engine
Mysql error "28 from storage engine" - means "not enough disk space".

If the issue still exists, please contact your hosting provider.