Probleme nach Upgrade von 4.6.3 -> 4.8.11

Gesperrt
Chris87
Beiträge: 16
Registriert: Mi 14. Nov 2007, 17:55
Kontaktdaten:

Probleme nach Upgrade von 4.6.3 -> 4.8.11

Beitrag von Chris87 »

Hallo,

ich habe ein Upgrade von Version 4.6.3 auf 4.8.11 ausgeführt. Nun bekomme ich aber sehr viele Fehlermeldungen und ich weiß nicht, wie ich die beheben kann.

Im Frontend bekomme ich anstelle der Navigation folgende Fehlermeldung:
Fatal error: Error: Can't include /is/htdocs/wp1140047_6V223B5X8H/www/contenido/includes/functions.navigation.php in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/includes/api/functions.api.general.php on line 181
Im Backend bekomme ich beim editieren von Artikeln folgende Meldungen:
Warning: include_once(/is/htdocs/wp1140047_6V223B5X8H/www/contenido/config.php) [function.include-once]: failed to open stream: No such file or directory in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php on line 83

Warning: include_once() [function.include]: Failed opening '/is/htdocs/wp1140047_6V223B5X8H/www/contenido/config.php' for inclusion (include_path='.:/usr/share/pear/php5') in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php on line 83

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 504

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 507

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 508

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 509

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 510

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 511

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 512

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php on line 238
Hier fällt mir auf, dass er versucht in der ersten Fehlermeldung die www/contenido/config.php aufzurufen, aber die befindet sich ja im /contenido/includes/ Verzeichnis...

Außerdem werden mir im Backend unter Dateiverwaltung keine Ordner und Dateien mehr angezeigt. Berechtigung auf Ordner sind alle, wie in der Readme beschrieben, vergeben.

Link zur Seite: http://wp1140047.wp160.webpack.hosteuro ... ontent.php

Hat jemand eine Idee?
Danke.

Gruß
Chris
Dinkel
Beiträge: 565
Registriert: Di 22. Mär 2005, 14:52
Kontaktdaten:

Re: Probleme nach Upgrade von 4.6.3 -> 4.8.11

Beitrag von Dinkel »

Also zum Backend-Problem hab ich ad hoc keine Idee. Aber wenn ich Deine Seite aufrufe, dann sehe ich folgende Fehler:

Code: Alles auswählen

Warning: fopen(/is/htdocs/wp1140047_6V223B5X8H/www/cache/metatag_0fcabfa8af576ebe76de84b71f9b15ff.tmp) [function.fopen]: failed to open stream: No such file or directory in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/plugins/chains/includes/include.chain.content.createmetatags.php on line 251

Warning: fwrite(): supplied argument is not a valid stream resource in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/plugins/chains/includes/include.chain.content.createmetatags.php on line 252

Warning: fclose(): supplied argument is not a valid stream resource in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/plugins/chains/includes/include.chain.content.createmetatags.php on line 253
Lösch mal alle Dateien unterhalb von /is/htdocs/wp1140047_6V223B5X8H/www/cache/.
selbstentwickelte Module:
Downloads und Infos zu den Modulen: gibt es hier.
Modul: Forum | Version 0.9 | getestet: 4.6.24 MR, 4.8.11, 4.8.11 AMR
Modul: Galleriffic | Version: 0.3.4 BETA | getestet: 4.8.11, 4.8.11 AMR, 4.8.12, 4.8.12 AMR
Modul: Metadata | Version: 2.0 | getestet: 4.9.7, 4.9.7 AMR
Modul: Slider Gallery | Version: 1.0 | getestet: 4.9.12 AMR
Modul: Up- & Download | Version: 4.1 | getestet: 4.9.12 AMR
Chris87
Beiträge: 16
Registriert: Mi 14. Nov 2007, 17:55
Kontaktdaten:

Re: Probleme nach Upgrade von 4.6.3 -> 4.8.11

Beitrag von Chris87 »

Ja, ich habe gerade noch einmal alles neu gemacht und nochmal das Upgrade neu durchgeführt. Nun hat es sich im Backend so geändert:
Warning: include_once(/is/htdocs/wp1140047_6V223B5X8H/www/config.php) [function.include-once]: failed to open stream: No such file or directory in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php on line 83

Warning: include_once() [function.include]: Failed opening '/is/htdocs/wp1140047_6V223B5X8H/www/config.php' for inclusion (include_path='.:/usr/share/pear/php5') in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php on line 83

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 504

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 507

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 508

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 509

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 510

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 511

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/conlib/session.inc on line 512

Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php:83) in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/backendedit/front_content.php on line 238

Warning: fopen(/is/htdocs/wp1140047_6V223B5X8H/www/cache/metatag_80cdd92314a49575ef6e52f142973730.tmp) [function.fopen]: failed to open stream: No such file or directory in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/plugins/chains/includes/include.chain.content.createmetatags.php on line 251

Warning: fwrite(): supplied argument is not a valid stream resource in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/plugins/chains/includes/include.chain.content.createmetatags.php on line 252

Warning: fclose(): supplied argument is not a valid stream resource in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/plugins/chains/includes/include.chain.content.createmetatags.php on line 253
Nun sucht er die Config.php direkt im Root Verzeichnis, da fehlt ja noch /contenido/includes/. Die anderen Pfadangaben stimmen aber komischerweise.

Im Frontend zeigt er nun folgende Meldung an:
Fatal error: Error: Can't include /is/htdocs/wp1140047_6V223B5X8H/www/includes/functions.navigation.php in /is/htdocs/wp1140047_6V223B5X8H/www/contenido/includes/api/functions.api.general.php on line 181
Hier fehlt wieder nur das Contenido-Verzeichnis in der Pfadangabe.

Die Bilder werden nun im Frontend auch nicht mehr richtig angezeigt. Da fehlt auch ein Verzeichnis im Pfad. Anstatt /images/ müsste es /cms/images/ sein.

Ich kann mir das echt nicht erklären.

Config schaut so aus (wurde ja vom Setup erstellt, Pfade sind richtig):
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/is/htdocs/wp1140047_6V223B5X8H/www/contenido/';

/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://wp1140047.wp160.webpack.hosteurope.de/contenido/';

/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/is/htdocs/wp1140047_6V223B5X8H/www';

/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/is/htdocs/wp1140047_6V223B5X8H/www/conlib/';

/* The root server path to the pear directory */
$cfg['path']['pear'] = '/is/htdocs/wp1140047_6V223B5X8H/www/pear/';

/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/wysiwyg/tinymce3/';

/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://wp1140047.wp160.webpack.hosteuro ... /tinymce3/';

/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = '/is/htdocs/wp1140047_6V223B5X8H/www/contenido/external/wysiwyg/';

/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://wp1140047.wp160.webpack.hosteuro ... l/wysiwyg/';
Gruß
Chris
Chris87
Beiträge: 16
Registriert: Mi 14. Nov 2007, 17:55
Kontaktdaten:

Re: Probleme nach Upgrade von 4.6.3 -> 4.8.11

Beitrag von Chris87 »

Ich habe in den Mandanten-Einstellungen im Backend den Pfad des Servers von /is/htdocs/wp1140047_6V223B5X8H/www/ auf /is/htdocs/wp1140047_6V223B5X8H/www/cms/ geändert, ist das richtig? Nun schaut das Frontend schonmal besser aus.

Was genau muss in den Mandanten-Einstellungen bei Server-Pfad und Web-Adresse stehen?


Im Backend sind nun auch keine Fehlermeldungen mehr und die Bilder werden im Backend auch angezeigt, allerdings werden die Bilder noch nicht im Frontend angezeigt (da fehlt immer noch das /cms/ Verzeichnis im Pfad der Bilder & Links). Woran kann das liegen??
Gesperrt