Seite 1 von 1

fehlermeldung bei html bearbeitung eines Artikels

Verfasst: Mi 28. Mär 2007, 17:14
von rgofi
Diese Fehlermeldungen erhalte ich wenn ich einen Artikel in der Html Ansicht bearbeiten möchte
was ist zu tun?
Fehler ist erst nach update auf ver.4.6.15 aufgetreten

Code: Alles auswählen


Warning: main(config.php) [function.main]: failed to open stream: No such file or directory in /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php on line 62

Warning: main() [function.include]: Failed opening 'config.php' for inclusion (include_path='.:/usr/local/lib/php') in /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php on line 62

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php on line 63

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php:62) in /homepages/1/d168451338/htdocs/zv/conlib/session.inc on line 481

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php:62) in /homepages/1/d168451338/htdocs/zv/conlib/session.inc on line 484

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php:62) in /homepages/1/d168451338/htdocs/zv/conlib/session.inc on line 485

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php:62) in /homepages/1/d168451338/htdocs/zv/conlib/session.inc on line 486

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php:62) in /homepages/1/d168451338/htdocs/zv/conlib/session.inc on line 487

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php:62) in /homepages/1/d168451338/htdocs/zv/conlib/session.inc on line 488

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php:62) in /homepages/1/d168451338/htdocs/zv/conlib/session.inc on line 489

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php:62) in /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php on line 193

Warning: Cannot modify header information - headers already sent by (output started at /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php:62) in /homepages/1/d168451338/htdocs/zv/contenido/includes/include.con_editcontent.php on line 56

Verfasst: Do 29. Mär 2007, 08:05
von maveric2001
vielleicht mal schaun ob die datei/pfad/dir da ist?
Warning: main() [function.include]: Failed opening 'config.php' for inclusion (include_path='.:/usr/local/lib/php') in /homepages/1/d168451338/htdocs/zv/contenido/external/backendedit/front_content.php on line 62

Verfasst: Do 29. Mär 2007, 08:06
von Dodger77
Ist das Setup denn ohne Warn-/Fehlermeldungen durchgelaufen?

Verfasst: Do 29. Mär 2007, 14:04
von rgofi
das setup ist ohne problemmeldungen gelaufen. es scheint bis auf den edtor alles zu funktionieren

Verfasst: So 8. Apr 2007, 15:27
von franky
Habe leider den gleichen Fehler :(.. Gibt es schon einen Lösungsansatz? mfg Frank

Verfasst: Fr 13. Apr 2007, 12:28
von MichFress
diesen Fehler hab ich jetzt spontan auch..
kürzlich Update von 4.6.8 auf 4.6.15
danach einen neuen Mandanten erstellt. Der Fehler tritt NUR in diesem Mandanten auf.
Kurzes Testen hat mich dahin geführt, dass bei Aufruf des Editors die external/backendedit/front_content.php daran scheitert, dass $client nicht gesetzt ist -> daher scheitert die Zeile 62:

Code: Alles auswählen

include_once ($cfgClient[$client]["path"]["frontend"]."config.php");
die sechs anderen Mandanten weisen dieses Problem nicht auf...

naja, ich vertief mich mal ein wenig in den Contenido-Code - oder mag mir jemand helfen?

Verfasst: Mi 13. Jun 2007, 16:49
von kypta
Gibt es da schon eine Lösung? Bei mir tritt dieser Fehler bei einer Neuinstallation auf einem Windows-Server auf... (Microsoft-IIS/4.0)