-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi there,
If you want to install the Chat on webspace you get no error-message.
\Install\Install.php shows up, everything seems fine, after finishing the setup you get to the same page with blank fields. The File \Conf\config.php has not been created.
The MySQL-Database has no new table or entry.
If you want to install the chat on xampp locally you get error-messages.
\Install\Install.php shows up, with:
Notice: Undefined variable: aktion in C:\xampp\htdocs\install\install.php on line 24
and
Notice: Undefined variable: PHP_SELF in C:\xampp\htdocs\install\functions.php-install.php on line 13
If you finish the setup you get back to the same page with blank fields. \Conf\config.php has not been created. Also here the MySQL-DB has no new table or entry.
If you create the config.php by hand you can start the chat, but it crashes because there are no Database-Tables for it. Im not very good in this, so im not able to create the table by myself. But this is not the problem. Can you say if this is an bug (because its old code) ? I want to use this chat on my webspace.
Hope you can help.