Update schlägt mehr oder weniger fehl
Verfasst: Di 8. Nov 2005, 11:59
Hallo zusammen,
ich habe gerade COntenido von 4.4.x auf 4.6.2 upgdated. Das Update ist zwar Problemlos durchgelaufen, ich kann mich am neuen System anmelden, aber bei den Artikeln habe ich zwei Probleme:
1.) In der Artikelansicht werden die Bilder und das Stylesheet nicht geladen. Das apache log sagt dazu:
2.) Viel tragischer: wenn ich auf Text/HTML klicke, dauert es eine Weile, dann erhalte ich folgende Fehlermeldung:
Ich habe festgestellt, dass er an dieser Stelle den Pfad für die config.php des Kunden zusammensetzt und die Variable $client nicht gesetzt ist. Woran kann das liegen?
An der Apache- oder PHP-Configuration hat sich während des Updates nichts geändert.
EDIT: auf der Systemseite ist nichts rot, scheint alles ok zu sein.
Grüße,
DD
ich habe gerade COntenido von 4.4.x auf 4.6.2 upgdated. Das Update ist zwar Problemlos durchgelaufen, ich kann mich am neuen System anmelden, aber bei den Artikeln habe ich zwei Probleme:
1.) In der Artikelansicht werden die Bilder und das Stylesheet nicht geladen. Das apache log sagt dazu:
Code: Alles auswählen
[Tue Nov 8 11:53:27 2005] [error] [client 84.159.65.41] File does not exist: /var/contenido/contenido/contenido/external/backendedit/css/irrlicht.css
[Tue Nov 8 11:53:28 2005] [error] [client 84.159.65.41] File does not exist: /var/contenido/contenido/contenido/external/backendedit/upload/siteimages/irrlogo.png
Code: Alles auswählen
Warning: main(config.php): failed to open stream: No such file or directory in /var/contenido/contenido/external/backendedit/front_content.php on line 24
Warning: main(): Failed opening 'config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/contenido/contenido/external/backendedit/front_content.php on line 24
Warning: chdir(): No such file or directory (errno 2) in /var/contenido/contenido/external/backendedit/front_content.php on line 27
Warning: Cannot modify header information - headers already sent by (output started at /var/contenido/contenido/external/backendedit/front_content.php:24) in /var/contenido/conlib/session.inc on line 481
Warning: Cannot modify header information - headers already sent by (output started at /var/contenido/contenido/external/backendedit/front_content.php:24) in /var/contenido/conlib/session.inc on line 484
Warning: Cannot modify header information - headers already sent by (output started at /var/contenido/contenido/external/backendedit/front_content.php:24) in /var/contenido/conlib/session.inc on line 485
Warning: Cannot modify header information - headers already sent by (output started at /var/contenido/contenido/external/backendedit/front_content.php:24) in /var/contenido/conlib/session.inc on line 486
Warning: Cannot modify header information - headers already sent by (output started at /var/contenido/contenido/external/backendedit/front_content.php:24) in /var/contenido/conlib/session.inc on line 487
Warning: Cannot modify header information - headers already sent by (output started at /var/contenido/contenido/external/backendedit/front_content.php:24) in /var/contenido/conlib/session.inc on line 488
Warning: Cannot modify header information - headers already sent by (output started at /var/contenido/contenido/external/backendedit/front_content.php:24) in /var/contenido/conlib/session.inc on line 489
Warning: Cannot modify header information - headers already sent by (output started at /var/contenido/contenido/external/backendedit/front_content.php:24) in /var/contenido/contenido/external/backendedit/front_content.php on line 148
Warning: Cannot modify header information - headers already sent by (output started at /var/contenido/contenido/external/backendedit/front_content.php:24) in /var/contenido/contenido/includes/include.con_editcontent.php on line 63
An der Apache- oder PHP-Configuration hat sich während des Updates nichts geändert.
EDIT: auf der Systemseite ist nichts rot, scheint alles ok zu sein.
Grüße,
DD