Fehlermeldung beim Erstellen eine neuen Themas
Verfasst: 23.08.2006 22:28
Habe mein Forum installiert und alles hat funktioniert.
Jetzt kommt plötzlich folgende Fehlermeldung:
Parse error: parse error, unexpected T_VARIABLE in /var/www/html/web235/html/phpBB2/includes/functions_post.php on line 327
die Zeilen 326 bis 327 sehen folgendermaßen aus:
326: $meta = '<meta http-equiv="refresh" content="3;url=%20.%20append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">';
327: $message = $lang['Stored'] . '<br /><br />' . sprintf($lang['Click_view_message'], '<a href="'%20.%20append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_forum'], '<a href="'%20.%20append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . '">', '</a>');
Was ist passiert ?
Jetzt kommt plötzlich folgende Fehlermeldung:
Parse error: parse error, unexpected T_VARIABLE in /var/www/html/web235/html/phpBB2/includes/functions_post.php on line 327
die Zeilen 326 bis 327 sehen folgendermaßen aus:
326: $meta = '<meta http-equiv="refresh" content="3;url=%20.%20append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">';
327: $message = $lang['Stored'] . '<br /><br />' . sprintf($lang['Click_view_message'], '<a href="'%20.%20append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_forum'], '<a href="'%20.%20append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . '">', '</a>');
Was ist passiert ?