I was glad when i could at least start the setup with the phpchat script with a few minor bugs which only needed to have the php3 extensions changed to php ( i'm using 4 )
but now i'm at a new stump and have no idea what to do
i'm at the point where i'm setting up the languages and the whole page comes up with these errors
Notice: Undefined variable: ADM_LOG in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: admin_pwd in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_FNAME in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_LNAME in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_LANG in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_WEB in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_EMAIL in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: SHOWEMAIL in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: IP in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_GENDER in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Database error: cannot select database db_name
MySQL error: 1049 (Unknown database 'db_name')
Session halted.
obviously it says that the error is one 131 but since it's outside of the php3 thing i'm a bit lost.
anyone with any suggestions? and thanks in advanced
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was glad when i could at least start the setup with the phpchat script with a few minor bugs which only needed to have the php3 extensions changed to php ( i'm using 4 )
but now i'm at a new stump and have no idea what to do
i'm at the point where i'm setting up the languages and the whole page comes up with these errors
Notice: Undefined variable: ADM_LOG in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: admin_pwd in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_FNAME in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_LNAME in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_LANG in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_WEB in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_EMAIL in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: SHOWEMAIL in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: IP in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Notice: Undefined variable: ADM_GENDER in C:\Inetpub\wwwroot\chat\chat\install\database\mysql.dump.php on line 131
Database error: cannot select database db_name
MySQL error: 1049 (Unknown database 'db_name')
Session halted.
obviously it says that the error is one 131 but since it's outside of the php3 thing i'm a bit lost.
anyone with any suggestions? and thanks in advanced