Couldn't get total number of pictures for album categories and sub categories
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
SELECT COUNT(p.pic_id) AS count
FROM phpbb_album_cat AS c
LEFT JOIN phpbb_album AS p ON c.cat_id = p.pic_cat_id WHERE c.cat_id IN ()
Line : 1139
File : album_hierarchy_sql.php