|
|
| |
|
|
| |
|
problem, need help
04.17.02, 16:44:04
|
|
|
|
Post #1 (permalink) |
|
|
| |
|
|
i installed itemshop 3 in my board and when i want to see the threads, an error say: Fatal error: Call to a member function on a non-object in functions.php on line 213
line 213 in function.php, i have that: (line 213 in red)
// ########################### find weapons ###########################
$currentweapon2=$DB_site->query_first("SELECT weapons FROM user WHERE userid=$post[userid]");
$currentweapon = $currentweapon2[weapons];
if(!$currentweapon) {
$currentweapon="No Item";
} else {
eval("\$post[hasweapon] .= \"".gettemplate("weapons")."\";");
}
can u help me because i don't know what i can to do, thanks |
|
|
|
|