bei mir kommen nach erfolgter installation bei aufruf der install.php folgende Fehlermeldungen.
Habe den chat auf einem 2.rechner laufen auf dem es tadellos funkt.weiss jemand rat.
Notice: Undefined variable: default_inc in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 32
i try ./ ...
i try /php/includes/ ...
i try /usr/local/lib/php/ ...
i try ../../ ...
i try ../../includes/ ...
Notice: Undefined variable: default_inc in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 59
Notice: Undefined variable: action in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 61
Notice: Undefined variable: output in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 63
Notice: Undefined variable: hidden_form in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 69
Notice: Undefined variable: head in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 266
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-04-06
Hi,
ich habe das selbe Problem bei Install-Stufe 1. Wer erbarmt sich uns, bitte :-)
Steffen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-04-08
Hi Wolfgang,
ich wei nicht, ob es Dich noch interessiert, aber ich habe des Rtsels Lsung.
Du mut in der php.ini folgende Eintrge ndern:
display_errors = On
wird gendert in
display_errors=Off
weiterhin mu gendert werden
register_globals = Off
in
register_globals=On
Steffen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
bei mir kommen nach erfolgter installation bei aufruf der install.php folgende Fehlermeldungen.
Habe den chat auf einem 2.rechner laufen auf dem es tadellos funkt.weiss jemand rat.
Notice: Undefined variable: default_inc in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 32
i try ./ ...
i try /php/includes/ ...
i try /usr/local/lib/php/ ...
i try ../../ ...
i try ../../includes/ ...
Notice: Undefined variable: default_inc in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 59
Notice: Undefined variable: action in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 61
Notice: Undefined variable: output in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 63
Notice: Undefined variable: hidden_form in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 69
Notice: Undefined variable: head in /usr/local/httpd/htdocs/chat/html/admin/install.php on line 266
Hi,
ich habe das selbe Problem bei Install-Stufe 1. Wer erbarmt sich uns, bitte :-)
Steffen
Hi Wolfgang,
ich wei nicht, ob es Dich noch interessiert, aber ich habe des Rtsels Lsung.
Du mut in der php.ini folgende Eintrge ndern:
display_errors = On
wird gendert in
display_errors=Off
weiterhin mu gendert werden
register_globals = Off
in
register_globals=On
Steffen