Seite 1 von 1

Photo Album SP1 - Fehlermeldung in der Übersich nach Upload

Verfasst: 23.08.2005 21:15
von JLoop©
hi,

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:
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
Woran kann das liegen/wie kann ich das beheben?

Greetz JLoop

Re: Photo Album SP1 - Fehlermeldung in der Übersich nach Upl

Verfasst: 23.08.2005 21:51
von Max
JLoop© hat geschrieben:Woran kann das liegen/wie kann ich das beheben?
Das liegt daran, dass das Feld 'c.comment_cat_id' in der Tabelle fehlt, ich würde empfehlen, mal die Updatescripte, die dem MOD beiligen, als Admin laufen zu lassen.



Gruß Max