phpbb2 plus 1.3 problem
Elektrosmog 02.06.2004 - 20:12 498 2
Elektrosmog
Addicted
|
Ich habe folgendes Problem mit dem phpbb2 plus 1.3:
, "", $text); $text = str_replace("[/u:$uid]", "", $text); // and for italicizing text. $text = str_replace("[i:$uid]", "", $text); $text = str_replace("[/i:$uid]", "", $text); // Remove our padding from the string.. $text = substr($text, 1); return $text; } ?> Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/1169/1122/newboard/fetchposts.php:312) in /usr/local/httpd/htdocs/1169/1122/newboard/includes/sessions.php on line 182
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/1169/1122/newboard/fetchposts.php:312) in /usr/local/httpd/htdocs/1169/1122/newboard/includes/sessions.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/1169/1122/newboard/fetchposts.php:312) in /usr/local/httpd/htdocs/1169/1122/newboard/includes/page_header.php on line 786
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/1169/1122/newboard/fetchposts.php:312) in /usr/local/httpd/htdocs/1169/1122/newboard/includes/page_header.php on line 788
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/1169/1122/newboard/fetchposts.php:312) in /usr/local/httpd/htdocs/1169/1122/newboard/includes/page_header.php on line 789 Das wird auf der Protalseite angezeigt
Next:
Das wird beim lesen eines Beitrages angezeigt:
'URL' => $board_config['smilies_path'] . '/' . $smilies_data[$i]['smile_url'], 'DESC' => $smilies_data[$i]['emoticon']) ); } } ?>
Und zu guter letzt beim aufrufen des profiles wird folgendes angezeigt:
Fatal error: Cannot redeclare gen_rand_string() (previously declared in /usr/local/httpd/htdocs/1169/1122/newboard/profile.php:61) in /usr/local/httpd/htdocs/1169/1122/newboard/profilcp/functions_profile.php on line 164
Die Ülus version 1.3 basiert auf 2.0.6. Die Instalölation wurde laut anleitung ordnungsgemäß durchgeführt.
Bitte um rasche hilfe!
|
Rektal
Here to stay
|
Schaut mir aus als waeren die Files b0rked, was ist bei fetchposts.php in Zeile 312? Du kannst doch lesen, hast du dort schon nachgesehen?
|
Elektrosmog
Addicted
|
solved
|