Ik heb een foto geupload en deze verscheen in het album. Eeen minuut later gaf hij deze melding:
Code: Selecteer alles
Could not get last pic information
DEBUG MODE
SQL Error : 1054 Unknown column 'c.comment_cat_id' in 'on clause'
SELECT p.pic_id, p.pic_title, p.pic_user_id, p.pic_username, p.pic_time, p.pic_cat_id, u.user_id, u.username, COUNT(c.comment_id) AS comment_count FROM phpbb_album AS p LEFT JOIN phpbb_album_comment AS c ON p.pic_cat_id = c.comment_cat_id LEFT JOIN phpbb_users AS u ON p.pic_user_id = u.user_id WHERE p.pic_cat_id = '21' GROUP BY p.pic_time ORDER BY p.pic_time DESC LIMIT 1
Line : 191
File : album.phpWie weet de oplossing?
