ok ok i have a beta version of my site and its working like a charm, with a lot of another functions running smooth (avatar, new pms, etc) but in my real site.. its not working!
i get this error.
Code:
Fatal error: Call to a member function on a non-object in /xxxx/foros/includes/functions.php on line 922
and sometimes these other one:
Code:
Fatal error: Call to a member function on a non-object in /xxxx/foros/includes/sessions.php on line 72
functions.php line is:
Code:
$user = $DB_site->query_first("
and sessions.php line is:
Code:
$DB_site->shutdown_query("
Yes, i have included global.php before functions_user.php.
The beta version of the site is vb3.0.0 (working) and real is vb3.0.3 (not working) very strange.
Its kinda urgent, please help!
thanks in advance.