Upgrade von 4.8.3 auf 4.8.4

Gesperrt
Trinity80
Beiträge: 7
Registriert: Di 29. Apr 2008, 14:43
Kontaktdaten:

Upgrade von 4.8.3 auf 4.8.4

Beitrag von Trinity80 »

Ich wollte das oben genannte Upgrade durchführen. Hat auch soweit alles geklappt, es gab keine Fehlermeldungen.

Direkt nach dem Einloggen kommt aber nichts außer folgender Meldung:

Code: Alles auswählen

// // if (is_dir($cfg['path']['contenido'] . $cfg["path"]['plugins'] . $plugin )) // { // if (file_exists($localedir) && $plugin != "..") // { // i18nRegisterDomain($plugin, $localedir); // } // // if (file_exists($langfile)) // { // include_once($langfile); // } // // if (file_exists($configfile)) // { // include_once($configfile); // } // } //} ?>
Wenn ich die Webseite aufrufe, ist sie zwar da, oben steht aber folgendes:

erst der oben genannte code und dann mehrfach:

Code: Alles auswählen

Warning: Cannot modify header information - headers already sent by (output started at /.../.../.../contenido/includes/cfg_language_de.inc.php:447) in /.../.../.../conlib/session.inc on line 489
Und schließlich:

Code: Alles auswählen

Warning: Cannot modify header information - headers already sent by (output started at /.../.../.../contenido/includes/cfg_language_de.inc.php:447) in /.../.../.../cms/front_content.php on line 211
Was hab ich denn falsch gemacht?


Genutzt wird:
PHP-Version: 5.2.4
mysql: 5.0.51-log
bilal.arslan_4fb
Beiträge: 35
Registriert: Do 23. Aug 2007, 08:36
Kontaktdaten:

Beitrag von bilal.arslan_4fb »

Hallo Trinity,

schau mal hier rein:

http://forum.contenido.org/viewtopic.php?t=21188

Ich denke das hilft dir weiter

Gruß double
Gesperrt