Probleme mit Album-Mod

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Nano
Mitglied
Beiträge: 1
Registriert: 06.04.2003 17:44

Probleme mit Album-Mod

Beitrag von Nano »

Hallo Leute,

vielleicht kann mir hier jemand helfen.
Mein Problem besteht darin, das ich eine Fehlermeldung erhalte, sobald ich diesen Album-Mod (photoalbum2.zip) installiert hab.

Mein Forum läuft unter phpBB 2.0.4

Code: Alles auswählen

Could not query recent pics information

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near 'DISTINCT c.comment_id) AS comments FROM phpbb_album AS p LEFT JOIN phpb' at line 1

SELECT p.pic_id, p.pic_title, p.pic_desc, p.pic_user_id, p.pic_user_ip, p.pic_username, p.pic_time, p.pic_cat_id, p.pic_view_count, u.user_id, u.username, r.rate_pic_id, AVG(r.rate_point) AS rating, COUNT(DISTINCT c.comment_id) AS comments FROM phpbb_album AS p LEFT JOIN phpbb_users AS u ON p.pic_user_id = u.user_id LEFT JOIN phpbb_album_cat AS ct ON p.pic_cat_id = ct.cat_id LEFT JOIN phpbb_album_rate AS r ON p.pic_id = r.rate_pic_id LEFT JOIN phpbb_album_comment AS c ON p.pic_id = c.comment_pic_id WHERE p.pic_cat_id IN (1) AND ( p.pic_approval = 1 OR ct.cat_approval = 0 ) GROUP BY p.pic_id ORDER BY pic_time DESC LIMIT 4
Line : 259
File : /mnt/ls1/08/648/00000015/htdocs/album.php
Ich spiele jetzt schon seit Stunden rum und versuche den Fehler zu finden, aber ohne Erfolg. :cry:

Mein Forum hab ich heute früh neu installiert und alle Mods ebenfalls neu installiert.
Gestern wollte ich erstmals das Album in mein bestehendes Forum einbinden, dabei hab ich es vollkommen zerstört. :oops:
Es lief also bisher noch nicht in meinem Forum!

Es wäre nett, wenn jemand mal einen Tip hätte, ich find einfach nix.
THX im voraus.


--->Thema verschoben<---,
dieser Beitrag passt nicht in diesen Bereich (phpBB 2.x at work) und wurde daher verschoben.[/color][/size]
Startforum: phpBB 2.x at work, Zielforum: phpBB 2.x Mods
Mod: SeKey
Benutzeravatar
Schumi
Ehemaliges Teammitglied
Beiträge: 4925
Registriert: 07.10.2002 12:37

Beitrag von Schumi »

http://smartor.is-root.com/viewtopic.ph ... nformation
Debug Mode:


SQL Error : 1064 You have an error in your SQL syntax near 'DISTINCT c.comment_id) AS comments FROM technoforum_album AS p LEFT J' at line 1

SELECT p.pic_id, p.pic_title, p.pic_desc, p.pic_user_id, p.pic_user_ip, p.pic_username, p.pic_time, p.pic_cat_id, p.pic_view_count, u.user_id, u.username, r.rate_pic_id, AVG(r.rate_point) AS rating, COUNT(DISTINCT c.comment_id) AS comments FROM technoforum_album AS p LEFT JOIN technoforum_users AS u ON p.pic_user_id = u.user_id LEFT JOIN technoforum_album_cat AS ct ON p.pic_cat_id = ct.cat_id LEFT JOIN technoforum_album_rate AS r ON p.pic_id = r.rate_pic_id LEFT JOIN technoforum_album_comment AS c ON p.pic_id = c.comment_pic_id WHERE p.pic_cat_id IN (1) AND ( p.pic_approval = 1 OR ct.cat_approval = 0 ) GROUP BY p.pic_id ORDER BY pic_time DESC LIMIT 4

Line : 246
File : /mnt/ls6/14/228/00000002/htdocs/forum2/album.php
Antwort von Smartor:
Answered this question too much, even FAQ.TXT

<locked>
Also musst du das mal in der FAQ nachlesen :)
Antworten

Zurück zu „phpBB 2.0: Mod Support“