würde mich über eine antwort sehr freuen

Gruss
MrMac
Code: Alles auswählen
Parse error: parse error in /var/www/web1/html/forum/phpBB2/includes/bbcode.php on line 209
Warning: Cannot add header information - headers already sent by (output started at /var/www/web1/html/forum/phpBB2/includes/bbcode.php:209) in /var/www/web1/html/forum/phpBB2/viewtopic.php on line 557
Warning: Cannot add header information - headers already sent by (output started at /var/www/web1/html/forum/phpBB2/includes/bbcode.php:209) in /var/www/web1/html/forum/phpBB2/includes/page_header.php on line 504
Warning: Cannot add header information - headers already sent by (output started at /var/www/web1/html/forum/phpBB2/includes/bbcode.php:209) in /var/www/web1/html/forum/phpBB2/includes/page_header.php on line 506
Warning: Cannot add header information - headers already sent by (output started at /var/www/web1/html/forum/phpBB2/includes/bbcode.php:209) in /var/www/web1/html/forum/phpBB2/includes/page_header.php on line 507
Forum
FAQ Suchen Mitgliederliste Benutzergruppen
Profil Du hast keine neuen Nachrichten Login
Portal Forum
Fatal error: Call to undefined function: bbencode_second_pass() in /var/www/web1/html/forum/phpBB2/viewtopic.php on line 1092
Code: Alles auswählen
209 $text = bbencode_second_pass_c++($text, $uid, $bbcode_tpl);
Code: Alles auswählen
557 setcookie($board_config['cookie_name'] . '_t', serialize($tracking_topics), 0, $board_config['cookie_path'], $board_config['cookie_domain'], $board_config['cookie_secure']);
Code: Alles auswählen
504 header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
Code: Alles auswählen
506 header ('Expires: 0');
Code: Alles auswählen
507 header ('Pragma: no-cache');
Code: Alles auswählen
1092 $message = ( $board_config['allow_bbcode'] ) ? bbencode_second_pass($message, $bbcode_uid) : preg_replace('/\:[0-9a-z\:]+\]/si', ']', $message);
Code: Alles auswählen
214 $lang['c++'] = "c++";
Code: Alles auswählen
214 $lang['c++'] = 'c++';
Code: Alles auswählen
222 $lang['bbcode_h_help'] = "c++ syntax highlighter. [c++]<?php code ?>[/c++] (alt+h)"; // c++ MOD
Code: Alles auswählen
222$lang['bbcode_h_help'] = 'c++ syntax highlighter. [c++]<?php code ?>[/c++] (alt+h)'; // c++ MOD