Fehler nach Umzug von lokal auf Server (version 4.6.8)

Gesperrt
Norbert Bopp
Beiträge: 10
Registriert: Do 16. Jun 2005, 16:08
Wohnort: 69190 Walldorf
Kontaktdaten:

Fehler nach Umzug von lokal auf Server (version 4.6.8)

Beitrag von Norbert Bopp »

Warning: opendir() im startup.php (Zeile 47)
Warning: readdir() im startup.php (Zeile49)
Error: in functions.api.general.php (Zeile 158)

Welcher Pfad ist falsch, was fehlt ?

im Vorraus Danke, Norbert Bopp

/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/contenido/';

/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://mihü-stammtisch.de/contenido/';

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

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

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

/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/contenido/external/wysiwyg/tinymce2/';

/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://mihü-stammtisch.de/contenido/external/wysiwyg/tinymce2/';

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

/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://mihü-stammtisch.de/contenido/external/wysiwyg/';

:?:
Dodger77
Beiträge: 3626
Registriert: Di 12. Okt 2004, 20:00
Wohnort: Voerde (Niederrhein)
Kontaktdaten:

Beitrag von Dodger77 »

Die Pfade werden bis auf die Webpfade alle falsch sein. Führ auf dem Server das Setup als Migration durch. Dabei sollte das Setup dir automatisch den richtigen Pfad angeben. Sonst mal beim Hoster nachschauen/-fragen, wie der Serverpfad genau aussieht.

Zur Info:
1. Bitte Fehlermeldungen genau übernehmen (Copy&Paste). Sonst geht da schnell mal der eigentlich relevante Part verloren.
2. Grundsätzlich wäre ein Update auf die aktuelle Contenido-Version angebracht.
Norbert Bopp
Beiträge: 10
Registriert: Do 16. Jun 2005, 16:08
Wohnort: 69190 Walldorf
Kontaktdaten:

prepend.php3

Beitrag von Norbert Bopp »

Die Pfade stimmen jetzt (Info vom Provider), das pretend.php3 ist in der Installation lokal nicht vorhanden. Wo bekomme ich es her?


Fatal error: Error: Can't include /home/strato/www/xn/www.xn--mih-stammtisch-isb.de/htdocs/co ... epend.php3 in /mnt/am1/02/039/00000021/htdocs/contenido/includes/api/functions.api.general.php on line 158
Dodger77
Beiträge: 3626
Registriert: Di 12. Okt 2004, 20:00
Wohnort: Voerde (Niederrhein)
Kontaktdaten:

Re: prepend.php3

Beitrag von Dodger77 »

Norbert Bopp hat geschrieben:Wo bekomme ich es her?
Neu herunterladen. Das ist im Download vorhanden.
Gesperrt