Verfasst: 09.08.2008 17:24
Hm, das klingt sehr interessant.
Hast du sonst ein Backup der phpbb_modules-Tabelle?
Hast du sonst ein Backup der phpbb_modules-Tabelle?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
SQL ERROR [ mysql4 ]
Unknown column 'rate_image_id' in 'where clause' [1054]
SQL
DELETE FROM phpbb_gallery_watch WHERE rate_image_id IN (9)
BACKTRACE
Code: Alles auswählen
SQL ERROR [ mysql4 ]
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 ')' at line 2 [1064]
SQL
SELECT group_id, group_type, group_name, group_colour FROM phpbb_groups WHERE group_id IN ()
BACKTRACE
Code: Alles auswählen
$sql = 'DELETE FROM ' . GALLERY_WATCH_TABLE . " WHERE rate_image_id IN ($deleted_images)";
$db->sql_query($sql);
Code: Alles auswählen
$sql = 'DELETE FROM ' . GALLERY_WATCH_TABLE . " WHERE image_id IN ($deleted_images)";
$db->sql_query($sql);
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gallery.php on line 296: imagecreatefromjpeg(./../gallery/upload/53f75f9b480d75c67514f6d5961fcf0e.jpg) [function.imagecreatefromjpeg]: failed to open stream: No such file or directory
Cache leeren. fehlt da wohl irgendwo.HEADLINE hat geschrieben:3. Habe das vorgegebene Album "Dein erstes Album" gelöscht....ist auch bei "Verwalte Alben" weg, doch bei der Auswahl z.B. bei "Album Berechtigungen" noch zu sehen? Wie kann ich das ganz löschen?