ich habe das Photo Album SP1 (Super Charged Album Pack) in mein Board eingebaut, es läuft auch alles, aber nachdem ein user ein Bild hochgeladen hat bekomme ich im beim Aufruf des Albums diese Fehlermeldung:
Woran kann das liegen/wie kann ich das beheben?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 = '8' GROUP BY p.pic_time ORDER BY p.pic_time DESC LIMIT 1
Line : 191
File : album.php
Greetz JLoop