I receive always the errormessage at the installations process install.php. I've always create the database with phpmyadmin and edit the default_inc.php. Who can help me ?
Notice: Undefined variable: default_inc in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 32
i try .\ ...
i try c:\php4\pear\ ...
i try ..\..\ ...
i try ..\..\includes\ ...
file found under ..\..\includes
Notice: Undefined variable: action in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 61
Notice: Undefined variable: output in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 63
Notice: Undefined variable: hidden_form in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 69
Notice: Undefined variable: head in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 266
Best Thanks before
Greatings from Germany.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-06-25
Go into your php.ini file and change your error notification to exclude Notices... these are not 'errors' per se..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I receive always the errormessage at the installations process install.php. I've always create the database with phpmyadmin and edit the default_inc.php. Who can help me ?
Notice: Undefined variable: default_inc in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 32
i try .\ ...
i try c:\php4\pear\ ...
i try ..\..\ ...
i try ..\..\includes\ ...
file found under ..\..\includes
Notice: Undefined variable: action in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 61
Notice: Undefined variable: output in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 63
Notice: Undefined variable: hidden_form in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 69
Notice: Undefined variable: head in D:\New PHP und weitere Tools\NEU\PHP Tools\phpopenchat-2.3.0\html\admin\install.php on line 266
Best Thanks before
Greatings from Germany.
Go into your php.ini file and change your error notification to exclude Notices... these are not 'errors' per se..