The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Posted this in other forums too :(
i wasn't sure which forum to post this in so I Posted it in support and here and one more place
The problem I am having Fatal error: Call to a member function on a non-object in /home/public_html/forums/online.php on line 128 Any Ideas ? Actually I have found out exactly when it does this. If a member is viewing a profile anyone else trying to see "who's Online" gets that error any idea what could be wrong here is lines 126-134 of online.php case 'getinfo': $userid = explode('userid=', $userinfo[location]); $user = $DB_site->query_first("SELECT username FROM user WHERE userid = ".intval($userid[1])); if ($user[username]) { $userinfo[where] = "Viewing Profile of <a href=\"member.php?s=$session[sessionhash]&action=getinfo&userid=$user[userid]\">$user[username]</a>"; } else { $userinfo[where] = "Viewing Profile of a Forum Member"; } break; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|