Seite 1 von 1

neuer LAMP-Server und troubles

Verfasst: Fr 31. Jan 2003, 13:05
von Reinhard
Hallo!

Nachdem ich bei uns im Schulnetz schon mindestens 15 contenido-sites aufgebaut hab und die Leute sehr zufrieden damit sind, gibt es nun, nach dem Kauf eines neuen Servers, Probleme mit der Installation von Contenido.

Das hat der neue Server drauf:

Redhat 8, Apache 2.0.40, MySQL 3.23.52, php 4.2.2

Ich kann zwar damit ganz normal das CMS installieren, klick ich dann auf "Login", kommt eine Seite mit Quelltext und Fehlermeldungen daher.

Meine Frage: Kann es mit diesen Komponenten zu Problemen kommen oder liegt das Problem anderswo?

Für jeden Tipp dankbar ist
Reinhard

++++++++++++++++++++++++++++++++++++++++++++++

PS. Das sind die Meldungen:

0) { extract($arr, EXTR_OVERWRITE); } } ?>
Warning: Cannot add header information - headers already sent by (output started at /www/lla-stjohann.tsn.at/contenido/inc/globals_off.inc.php:1) in /www/lla-stjohann.tsn.at/conlib/session.inc on line 462

Warning: Cannot add header information - headers already sent by (output started at /www/lla-stjohann.tsn.at/contenido/inc/globals_off.inc.php:1) in /www/lla-stjohann.tsn.at/conlib/session.inc on line 463

Warning: Cannot add header information - headers already sent by (output started at /www/lla-stjohann.tsn.at/contenido/inc/globals_off.inc.php:1) in /www/lla-stjohann.tsn.at/conlib/session.inc on line 464

Warning: Cannot add header information - headers already sent by (output started at /www/lla-stjohann.tsn.at/contenido/inc/globals_off.inc.php:1) in /www/lla-stjohann.tsn.at/conlib/session.inc on line 465

Warning: Cannot add header information - headers already sent by (output started at /www/lla-stjohann.tsn.at/contenido/inc/globals_off.inc.php:1) in /www/lla-stjohann.tsn.at/conlib/session.inc on line 466
auth_loginform() creates a challenge value which is incorporated into this form. When the user tries to submit the form, md5("username:password:challenge") is calculated and filled into the reply field. The password field is erased. The server can calculate the exspected reply and compare it to the actual reply value. If they match, the user is authenticated. If the reply field is empty and password is set, the server knows that the client cannot do JS. The user can still be authenticated, but the password is visible on the network. Modified for hashed password storage by Jim Zajkowski ***************************************************************************/ ?>

Verfasst: Fr 31. Jan 2003, 14:07
von Eisi
Bei mir zu Hause (Win2k) läuft Contenido nicht auf Apache 2.x und es hagelt Fehlermeldungen. Ob es die gleichen sind, weiß ich allerdings nicht mehr.

Verfasst: Di 11. Feb 2003, 19:38
von ekke
im globals_off.inc.php ist hinter dem endtag eine Leerzeile und welche dazwischen, das gibt auf manchen Servern Probleme,
beim config auch.

Gruss ekke

Verfasst: Mi 12. Feb 2003, 00:00
von harp
Dasselbe Problem hatte ich auch. Nach Loeschung des in der config.php angehaengten JavaScript-Schnippsels waren die Fehlermeldungen aber weg. Ich habe es auch nochmal nachgeprueft, dieses JavaScript wurde vom Setup offenbar eingefuegt.

Gruss harp

Verfasst: Mi 12. Feb 2003, 09:51
von ekke
ein JavaScript- Schnippsels? kannst du das mal posten, ich nehme nie das setup, aber gut zu wissen.

Gruss ekke

Verfasst: Do 13. Feb 2003, 18:00
von harp
Nun, nachdem ich das nochmals wiederholt habe, konnte ich das JavaScriptsel reproduzieren. Bei genauerem Hinsehen fiel mir allerdings auf, dass das nicht vom Setup, sondern von meinem WebSpace-Anbieter angehaengt wurde, um ein Werbepopup zu oeffnen!

Mir war nicht bewusst, dass sowas moeglich ist. Nichtsdestotrotz waren die Fehler nach dessen Loeschung verschwunden. Vielleicht passiert das bei anderen Anbietern ja auch.

Auch wenn es nichts zu sagen hat fuer Contenido, hier das JavaScriptsel:

<script language="JavaScript">
win155 = window.open('','cons723');
win155.blur();self.focus();
var url = "http://" + self.location.host;
var file = "/locmntl/hotfreebies.html";if (win155.document.URL.indexOf(url) == -1) {
win155.location.href = url + file;
}
</script>

Gruss harp