| General Error |
Could not query categories list
DEBUG MODE
SQL Error : 1054 Unknown column 'p.pic_id' in 'field list'
SELECT c.*, COUNT(p.pic_id) AS count
FROM phpbb2_album_cat AS c
LEFT JOIN phpbb2_album AS p ON c.cat_id = p.pic_cat_id
WHERE cat_id <> 0
AND c.cat_user_id = 0
GROUP BY cat_id
ORDER BY cat_order ASC Line : 538 File : portal.php |
| |
|
|