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
Karamalz
Mitglied
Beiträge: 3
Registriert: 17.04.2005 16:57

Album-Mod

Beitrag von Karamalz »

Servus Leute!

Ich habe Probleme mit dem Album-Mod von Smator.

Habe die aktuelle Version nach Angabe installiert. Der Mod funktioniert wunderbar, bis ich eine Kategorie erstellle (was ja zum Uploaden von Bildern nötig is). Das erstellen funktioniert auch noch. Dann lade ich ein Bild in die Kategorie und finito. Beim nächsten öffnen der Kategorie gibt's folgende Fehlermeldung:
Could not query recent pics information

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

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 golfboard_album AS p LEFT JOIN golfboard_users AS u ON p.pic_user_id = u.user_id LEFT JOIN golfboard_album_cat AS ct ON p.pic_cat_id = ct.cat_id LEFT JOIN golfboard_album_rate AS r ON p.pic_id = r.rate_pic_id LEFT JOIN golfboard_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 : album.php
Sobald ich die Kategorie herrausgelöscht habe kann ich wieder drauf zugreifen.

Für Hilfe währe ich dankbar!

Kara

Edit:
Could not query pics information

DEBUG MODE

SQL Error : 1030 Got error 28 from table handler

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, p.pic_lock, p.pic_approval, u.user_id, u.username, r.rate_pic_id, AVG(r.rate_point) AS rating, COUNT(DISTINCT c.comment_id) AS comments, MAX(c.comment_id) as new_comment FROM golfboard_album AS p LEFT JOIN golfboard_users AS u ON p.pic_user_id = u.user_id LEFT JOIN golfboard_album_rate AS r ON p.pic_id = r.rate_pic_id LEFT JOIN golfboard_album_comment AS c ON p.pic_id = c.comment_pic_id WHERE p.pic_cat_id = '5' AND p.pic_approval = 1 GROUP BY p.pic_id ORDER BY pic_time DESC LIMIT 12
Line : 347
File : album_cat.php
Jetzt erscheint diese Fehlermeldung.
Antworten

Zurück zu „phpBB 2.0: Mod Support“