
Der Galerie Block ist ein Addon dazu brauchst du selbstverständlich die Galerie. Ich kann mir ja auch keinen Spoiler ans Auto bauen, wenn ich noch kein Auto habe.

Die Galerie findest du hier über die Suche

Code: Alles auswählen
SQL ERROR [ mysqli ]
Unknown column 'PERSONAL_GALLERY' in 'where clause' [1054]
SQL
SELECT i.* , AVG(r.rate_point) AS rating , COUNT(DISTINCT c.comment_id) AS comment , a.album_name, a.album_id FROM phpbb_gallery_images AS i LEFT JOIN phpbb_gallery_rates AS r ON i.image_id = r.rate_image_id LEFT JOIN phpbb_gallery_comments AS c ON i.image_id = c.comment_image_id LEFT JOIN phpbb_gallery_albums AS a ON i.image_album_id = a.album_id WHERE ((i.image_album_id IN (1, 2) AND i.image_album_id IN (1, 2)) OR i.image_album_id = PERSONAL_GALLERY) AND i.image_status = 1 AND a.album_user_id = 0 GROUP BY i.image_id ORDER BY i.image_time DESC LIMIT 3
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: portal/includes/functions_album.php
LINE: 90
CALL: dbal_mysqli->sql_query()
FILE: portal/block/album.php
LINE: 53
CALL: ct_gallery_images_block()
FILE: portal.php
LINE: 244
CALL: include('portal/block/album.php')
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysqli ]
Unknown column 'PERSONAL_GALLERY' in 'where clause' [1054]