Fehlermeldung nach Einbau attachment_mod ; viewtopic.php
Verfasst: 12.05.2007 14:33
Hallo,
ich habe attachment_mod eingebaut. Wenn ich einen Beitrag im Forum ansehen will, erscheint folgende Fehlermeldung:
Parse error: syntax error, unexpected T_STRING in /mnt/ja1/07/719/00000000/htdocs/vandagraf/viewtopic.php on line 1225
Line 1225 beginnt mit:
'U_POST_ID' => $postrow[$i]['post_id'])display_post_attachments($postrow[$i]['post_id'], $postrow[$i]['post_attachment']);
);
Im Install.txt stand für diese Zeile folgende Anweisung:
#-----[ FIND ]---------------------------------------------
# around line 1209
'U_POST_ID' => $postrow[$i]['post_id'])
);
#
#-----[ AFTER, ADD ]---------------------------------------
# The Line have to be added AFTER the ');' and BEFORE the '}' (without single quotes)
display_post_attachments($postrow[$i]['post_id'], $postrow[$i]['post_attachment']);
Das habe ich versucht, allerdings war mir nicht klar, was mit "single quotes" gemeint ist.
Vermutlich liegt hier der Fehler.
Hilfeeeeeeee!
ich habe attachment_mod eingebaut. Wenn ich einen Beitrag im Forum ansehen will, erscheint folgende Fehlermeldung:
Parse error: syntax error, unexpected T_STRING in /mnt/ja1/07/719/00000000/htdocs/vandagraf/viewtopic.php on line 1225
Line 1225 beginnt mit:
'U_POST_ID' => $postrow[$i]['post_id'])display_post_attachments($postrow[$i]['post_id'], $postrow[$i]['post_attachment']);
);
Im Install.txt stand für diese Zeile folgende Anweisung:
#-----[ FIND ]---------------------------------------------
# around line 1209
'U_POST_ID' => $postrow[$i]['post_id'])
);
#
#-----[ AFTER, ADD ]---------------------------------------
# The Line have to be added AFTER the ');' and BEFORE the '}' (without single quotes)
display_post_attachments($postrow[$i]['post_id'], $postrow[$i]['post_attachment']);
Das habe ich versucht, allerdings war mir nicht klar, was mit "single quotes" gemeint ist.
Vermutlich liegt hier der Fehler.
Hilfeeeeeeee!