just dropped database and settings.php
and filled in again
got
Making user_prefs Table...Done
Checking user_prefs Table...OK
Making settings Table...Done
Checking settings Table...OK
Checking & Adding Settings...Done
Making users Table...Done
Checking users Table...OK
Checking bot message Table...OK
Updateing settings file...Done
but still getting parse error on aowc.php
In settings.php i have the following
// AOWC Settings
$this -> settings["forum_sql_server"] = 'localhost';
$this -> settings["forum_sql_username"] = 'aowc';
$this -> settings["forum_sql_password"] = '******';
$this -> settings["bot_sql_server"] = 'localhost';
$this -> settings["bot_sql_username"] = 'bebot';
$this -> settings["bot_sql_password"] = '*******';
$this -> settings["forum_pre"] = '';
$this -> settings["forum_db"] = 'aowc';
$this -> settings["orgbot_db"] = 'bebot';
$this -> settings["orgbot_name"] = 'Anacon';
$this -> settings["online_orgbot_names"] = '';
$this -> settings["orgbot_names"] = ';';
$this -> settings["aowc_db"] = 'aowc';
$this -> settings["aowc_pre"] = '';
$this -> settings["login_table"] = '';
$this -> settings["loginbots_prefix"] = '';
$this -> settings["orgchat"] = TRUE;
$this -> settings["loginchat"] = FALSE;
$this -> settings["forum_root"] = 'C:wampwwwaoc';
$this -> settings["aowc_root"] = 'C:wampwwwaoc';
$this -> settings["aowc_url"] = 'http://localhost/aoc';
$this -> settings["user_data"] = 3;
$this -> settings["allow_new"] = TRUE;
Using Files from -
http://aowc.aofiles.com/svn/AOWC_Lite/trunk/Trying to get to work with AOC