<i>Fatal error: Call to a member function query() on a non-object in /-forumdirectory-/living_avatars/index.php on line 27</i>
I get this error when trying to integrate Living Avatars with VBCredits. It happens when I follow this line:
================================
File: living_avatars/index.php
================================
FIND:
--------------------------------
$points_remaining = $userinfo['points'] - $item[cost];
--------------------------------
ADD BELOW:
--------------------------------
$DB->query("UPDATE " . $GLOBALS['tableprefix'] . "user SET credits = " . $points_remaining . " WHERE userid = " . $userinfo['userid']);
How do I fix it? I put the query underneath this:
// ###################$points_remaining = $userinfo['points'] - $item[cost];############ LOAD LA CORE ################################
|