Seite 2 von 2

Verfasst: 22.05.2005 20:20
von Christian_W
In der Datei sind keine Mods eingebaut.
Nimm einfach die aus dem neuesten Komplettpaket und lade die mal hoch.

Gruß Christian

Verfasst: 24.05.2005 19:33
von Tanja64
hm...hab ich gemacht...nun kommen diese Fehlermeldungen:
Beim Portal:
l = array(); $sql = 'SELECT * FROM ' . SMILIES_TABLE; if( !$result = $db->sql_query($sql) ) { message_die(GENERAL_ERROR, "Couldn't obtain smilies data", "", __LINE__, __FILE__, $sql); } $smilies = $db->sql_fetchrowset($result); if (count($smilies)) { usort($smilies, 'smiley_sort'); } for ($i = 0; $i < count($smilies); $i++) { $orig[] = "/(?<=.\W|\W.|^\W)" . phpbb_preg_quote($smilies[$i]['code'], "/") . "(?=.\W|\W.|\W$)/"; $repl[] = ''; } } if (count($orig)) { $message = preg_replace($orig, $repl, ' ' . $message . ' '); $message = substr($message, 1, -1); } return $message; } function smiley_sort($a, $b) { if ( strlen($a['code']) == strlen($b['code']) ) { return 0; } return ( strlen($a['code']) > strlen($b['code']) ) ? -1 : 1; } ?>
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/includes/bbcode.php:801) in /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/includes/page_header.php on line 514

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/includes/bbcode.php:801) in /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/includes/page_header.php on line 516

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/includes/bbcode.php:801) in /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/includes/page_header.php on line 517
Im Adminbereich:
mpty($no_page_header)) { // Not including the pageheader can be neccesarry if META tags are // needed in the calling script. include('./page_header_admin.'.$phpEx); } ?>
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/admin/pagestart.php:76) in /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/admin/index.php on line 670

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/admin/pagestart.php:76) in /www/htdocs/rasmus/phpBB2-2.0.10-deutsch/admin/index.php on line 671
:-?

hier die verlinkten Dateien als TXT
http://www.legasthenie.das-weibernest.d ... header.txt
http://www.legasthenie.das-weibernest.de/bbcode.txt
http://www.legasthenie.das-weibernest.de/pagestart.txt
http://www.legasthenie.das-weibernest.de/index.txt

Verfasst: 24.05.2005 20:23
von Christian_W
Bist Du sicher, dass Du die im richtigen Modus hochgeladen hast?
KB:binaer_ascii

Gruß Christian

Verfasst: 28.05.2005 13:00
von Tanja64
hallo,

höm...wir haben ganz normal das update gemacht...hochgeladen, wie immer bei den updates...und dann kamen die ganzen Fehler...das update wurde von den Back-up-Dateien gemacht, unter Berücksichtigung der MODS...sprich..per Hand...[ externes Bild ]

und nun kommen wir absolut nicht mehr weiter... :-?