neuer LAMP-Server und troubles

Gesperrt
Reinhard
Beiträge: 28
Registriert: Mo 7. Okt 2002, 10:27
Wohnort: Innsbruck
Kontaktdaten:

neuer LAMP-Server und troubles

Beitrag 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 ***************************************************************************/ ?>
Eisi
Beiträge: 102
Registriert: So 3. Nov 2002, 18:50
Kontaktdaten:

Beitrag 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.
Alles über Final Fantasy 7 und 9:
www.Zeitzumspielen.de

Veranstaltungsmanagement an der FH Osnabrück:
www.VamosOnline.de
ekke
Beiträge: 130
Registriert: Mi 18. Sep 2002, 18:26

Beitrag 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
harp
Beiträge: 2
Registriert: Di 11. Feb 2003, 23:55
Kontaktdaten:

Beitrag 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
ekke
Beiträge: 130
Registriert: Mi 18. Sep 2002, 18:26

Beitrag von ekke »

ein JavaScript- Schnippsels? kannst du das mal posten, ich nehme nie das setup, aber gut zu wissen.

Gruss ekke
harp
Beiträge: 2
Registriert: Di 11. Feb 2003, 23:55
Kontaktdaten:

Beitrag 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
Gesperrt