And again, set in config true to false!only white :S screen
And again, set in config true to false!
Its writen down in this threat 100x!!!
In config.php set installed (or something liek this) to false. Its bug.
No, it's not a bug, it is made for maintenace forum.
if($install)exit;
//Set to true when you configure everything, the forum will start working.
$install = false;
Paxton - Victor is actually right on this one. Add an exclamation mark in front of the variable.But look at the code pax.
PHP:if($install)exit;The comment saying if all done then change to true, but php code die()'ing when $install == truePHP://Set to true when you configure everything, the forum will start working. $install = false;.
if(!$install) exit;
warning: Mysql_connect() [function.mysql-connect]: Unknown mysql server host 'http' (11001) in c:\xampp\htdocs\forum\config.php on line 25
warning: Mysql_select_db() [function.mysql-select-db]: Access denied for user 'odbc'@'localhost' (using password: No) in c:\xampp\htdocs\forum\config.php on line 26
warning: Mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in c:\xampp\htdocs\forum\config.php on line 26
warning: Mysql_query() [function.mysql-query]: Access denied for user 'odbc'@'localhost' (using password: No) in c:\xampp\htdocs\forum\forum.php on line 78
warning: Mysql_query() [function.mysql-query]: A link to the server could not be established in c:\xampp\htdocs\forum\forum.php on line 78
warning: Mysql_num_rows(): Supplied argument is not a valid mysql result resource in c:\xampp\htdocs\forum\forum.php on line 79