Seite 1 von 1

Gallery Mod - Fehler bei Änderung des Albums

Verfasst: 16.06.2018 16:03
von TW1920
Hallo beisammen,

Beim Ändern der übergeordneten Galerie tritt bei der Gallery-Mod folgender Fehler auf:

Code: Alles auswählen

Allgemeiner Fehler

SQL ERROR [ mysqli ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE a1.album_id = 55 AND a1.album_user_id = ORDER BY a2.left_id ASC' at line 4 [1064]

SQL

SELECT a2.* FROM PRÄFIX_gallery_albums a1 LEFT JOIN PRÄFIX_gallery_albums a2 ON (a2.left_id BETWEEN a1.left_id AND a1.right_id) AND a2.album_user_id = WHERE a1.album_id = 55 AND a1.album_user_id = ORDER BY a2.left_id ASC

BACKTRACE


FILE: [ROOT]/includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: [ROOT]/includes/gallery/album.php
LINE: 394
CALL: dbal_mysqli->sql_query()

FILE: [ROOT]/includes/ucp/ucp_gallery.php
LINE: 547
CALL: phpbb_gallery_album::get_branch()

FILE: [ROOT]/includes/ucp/ucp_gallery.php
LINE: 64
CALL: ucp_gallery->edit_album()

FILE: [ROOT]/includes/functions_module.php
LINE: 507
CALL: ucp_gallery->main()

FILE: [ROOT]/ucp.php
LINE: 387
CALL: p_master->load_active()
Hat jemand ne Idee wo der Fehler liegt?