Having this problem after install, everything seemed ok until I went to log in as a user and get this error :
Fatal error: Call to a member function on a non-object in /home/xxxxxx/public_html/forum/admincp/user.php on line 56
which appears to be this line (but maybe it isn't this line) :
$user = $DB_site->query_first("SELECT userid,password,usergroupid FROM " . TABLE_PREFIX . "user WHERE userid='".$_REQUEST['userid']."'");
Logged in as admin when running and the lic# is correct.
|