hallo
nachdem auf meinem localen macOSX das ganze wunderbar funktioniert
wollt ich es halt auch auf unserem webserver (redhat 7.1/ php 4.0.4) betreiben
beim login fenster kommt allerdings immer folgende ausgabe:
0) { extract($arr, EXTR_OVERWRITE); } } ?>
Warning: Cannot add header information - headers already sent by (output started at /usr/local/www/querblicke/htdocs/contenido/inc/globals_off.inc.php:1) in /usr/local/www/querblicke/htdocs/conlib/session.inc on line 462
... das gleiche so weiter 463 bis 465 ...
Warning: Cannot add header information - headers already sent by (output started at /usr/local/www/querblicke/htdocs/contenido/inc/globals_off.inc.php:1) in /usr/local/www/querblicke/htdocs/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 ***************************************************************************/ ?>
und nach dem einloggen bricht sowieso das vollkommene chaos aus
pfade hab ich alle kontrolliert, rechte hab ich auch kontrolliert, die datenbank funkt
auch
bin inzwischen ziemlich hilflos - hab ich wo etwas uebersehen oder bin ich nur zu bloed?
kennt jemand das problem??
thanx
martin
ps: find das ganze teil ziemlich fein und wuerd es eben daher mal gerne fuer mein naechstes projekt verwenden
pre-login problem
hat nix direkt mit der verwendeten PHP-version zu tun... nur indirekt.
die globals_off.inc.php wird bei dir nicht ausgeführt sondern direkt ausgegeben.
prüfe bitte mal den Eintrag in der config.php: (2.Zeile)
wenn das da so steht, schreibe mal bitte in der globals_off.inc.php die erste Zeile um.
von:
<?
in:
<?php
manchmal wird die Kennung "php" noch benötigt. Ist eine Konfigurationssache.
die globals_off.inc.php wird bei dir nicht ausgeführt sondern direkt ausgegeben.
prüfe bitte mal den Eintrag in der config.php: (2.Zeile)
Code: Alles auswählen
require_once '/usr/local/www/querblicke/htdocs/contenido/inc/globals_off.inc.php';
von:
<?
in:
<?php
manchmal wird die Kennung "php" noch benötigt. Ist eine Konfigurationssache.
Module zum anschauen:
bei Sven: http://contenido-module.de
bei Pulk : http://spielwiese.pulk.net
Der-Dirigent: http://der-dirigent.de
bei Sven: http://contenido-module.de
bei Pulk : http://spielwiese.pulk.net
Der-Dirigent: http://der-dirigent.de
wenn das der Fehler ist, muß man leider durch das ganze System und überall ändern...
Ein neues CMS-System:
www.der-dirigent.de
www.der-dirigent.de
in der php.ini Sektion "Language Options"
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
short_open_tag = On
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
short_open_tag = On
Module zum anschauen:
bei Sven: http://contenido-module.de
bei Pulk : http://spielwiese.pulk.net
Der-Dirigent: http://der-dirigent.de
bei Sven: http://contenido-module.de
bei Pulk : http://spielwiese.pulk.net
Der-Dirigent: http://der-dirigent.de