Could not query categories list
DEBUG MODE
SQL Error : 1030 Got error 28 from storage engine
SELECT c.*, COUNT(p.pic_id) AS count
FROM phpbb_album_cat_pk AS c
LEFT JOIN phpbb_album_pk AS p ON c.cat_id = p.pic_cat_id
WHERE cat_id <> 0
GROUP BY cat_id
ORDER BY cat_order ASC Line : 58 File : album.php
|