Quote:
Originally Posted by Jolten
Thanks Colin,
Same error though
Fatal error: Call to a member function on a non-object in /home/www/domain/bb/test.php on line 8
|
try to either change $bbuserinfo[username] to your username or echo $bbuserinfo[username], to see if that has anything in it.
[edit]try this first, I think that's the problem[/edit]
Do you have
require_once('./global.php');
somewhere at the top of your file?
If not, add that.