Hallo,
wir benutzen Contenido 4.8.12 auf einem Windows Server 2003 mit Apache 2.2.14, PHP NTS 5.2.12, MySQL 5.1.
Wir hatten große Probleme mit der Hauptspeicherauslastung und sind jetzt umgestiegen auf mod_fcgid. Jetzt läuft der Server stabil nur wir können uns nicht mehr ins Backend einloggen. Beim Firefox kommt eine Meldung ( siehe Datei), beim IE 7 passiert garnichts. Beim IE 6 kommt Seite kann nicht angezeigt werden und in der Adresszeile steht f:\contenido\index.php. Woran kann das liegen? Im Apache error.log finde ich nichts. Die Seite sonst läuft problemlos.
Backend Login funktioniert nicht mehr
-
- Beiträge: 3626
- Registriert: Di 12. Okt 2004, 20:00
- Wohnort: Voerde (Niederrhein)
- Kontaktdaten:
Re: Backend Login funktioniert nicht mehr
Ich würde mal die Pfade in der "contenido/includes/config.php" prüfen. Überall, wo dort "web path" oder "web server path" steht, sollten die Pfade mit "http://" beginnen.
Re: Backend Login funktioniert nicht mehr
Hier ein Auszug:
Diese Pfade stehen, aber schon seit Jahren so drin.
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = 'F:/wwwroot/contenido/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://xxx/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = 'F:/wwwroot/contenido';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = 'F:/wwwroot/contenido/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = 'F:/wwwroot/contenido/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = 'F:/wwwroot/contenido/contenido/external/wysiwyg/tinymce3/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://xxx/contenido/external/wysiwyg/tinymce3/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = 'F:/wwwroot/contenido/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://xxx/contenido/external/wysiwyg/';
Diese Pfade stehen, aber schon seit Jahren so drin.
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = 'F:/wwwroot/contenido/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://xxx/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = 'F:/wwwroot/contenido';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = 'F:/wwwroot/contenido/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = 'F:/wwwroot/contenido/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = 'F:/wwwroot/contenido/contenido/external/wysiwyg/tinymce3/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://xxx/contenido/external/wysiwyg/tinymce3/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = 'F:/wwwroot/contenido/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://xxx/contenido/external/wysiwyg/';
Re: Backend Login funktioniert nicht mehr
Hat niemand eine Idee?
Ich bin wieder zurück auf das Standard-Phpmodul und dann funktioniert der Login wieder.
Ich bin wieder zurück auf das Standard-Phpmodul und dann funktioniert der Login wieder.
-
- Beiträge: 4316
- Registriert: Do 30. Jun 2005, 22:56
- Wohnort: Eltmann, Unterfranken, Bayern
- Hat sich bedankt: 6 Mal
- Danksagung erhalten: 4 Mal
- Kontaktdaten:
Re: Backend Login funktioniert nicht mehr
Hallo Schertle,
ich denke das Problem ist, das die wenigsten ihre produktive Umgebung auf einem Windows Server haben, und daher dein Problem schwer nachvollziehen können.
Vielleicht solltest du, wenn du an einer Lösung Interesse hast, Jemanden der sich mit Win-Servern auskennt (kostenpflichtig) beauftragen mal danach zu schaun.
Gruß aus Franken
Ortwin
ich denke das Problem ist, das die wenigsten ihre produktive Umgebung auf einem Windows Server haben, und daher dein Problem schwer nachvollziehen können.
Vielleicht solltest du, wenn du an einer Lösung Interesse hast, Jemanden der sich mit Win-Servern auskennt (kostenpflichtig) beauftragen mal danach zu schaun.
Gruß aus Franken
Ortwin
ConLite 3.0.0-dev, alternatives und stabiles Update von Contenido 4.8.x unter PHP 8.x - Download und Repo auf Gitport.de
phpBO Search Advanced - das Suchwort-Plugin für CONTENIDO 4.9
Mein Entwickler-Blog
phpBO Search Advanced - das Suchwort-Plugin für CONTENIDO 4.9
Mein Entwickler-Blog
Re: Backend Login funktioniert nicht mehr
Habe jetzt eine Lösung gefunden.
Schaut hier in der Apache MailingList:
Thread: AW: hohe Hauptspeicherauslastung der httpd.exe
http://mail-archives.apache.org/mod_mbo ... box/thread
Schaut hier in der Apache MailingList:
Thread: AW: hohe Hauptspeicherauslastung der httpd.exe
http://mail-archives.apache.org/mod_mbo ... box/thread