|
|
| Genel Hata |
| |
Could not query categories list
DEBUG MODE
SQL Error : 1146 Table 'forumyp_aliali.ALBUM_CAT_TABLE' doesn't exist
SELECT c.*, COUNT(p.pic_id) AS count
FROM ALBUM_CAT_TABLE AS c
LEFT JOIN ALBUM_TABLE 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 |
| |
|
|