Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problem with User Filters extention
rockwaldo
New
I get this error when trying to view anyone's account screen:
Fatal error: Call to a member function on a non-object in d:\domains\stillwater-rock.com\wwwroot\forum\extensions\UserFilters\default.php on line 24
the line in question is: "$AccountUser = $UserManager->GetUserById($AccountUserID);"
Fatal error: Call to a member function on a non-object in d:\domains\stillwater-rock.com\wwwroot\forum\extensions\UserFilters\default.php on line 24
the line in question is: "$AccountUser = $UserManager->GetUserById($AccountUserID);"
0
This discussion has been closed.
Comments
I thought adding lines 23-25 was going to do it, but obviously not. The reason I'm only gessing is I've been unable to replicate that only problem on my own install.
I'll have look in to it this evening after I get back from work...
$UserManager = $Context->ObjectFactory->NewContextObject($Context, 'UserManager'); $AccountUser = $UserManager->GetUserById($AccountUserID);
good going Dinoboff
http://lussumo.com/addons/index.php?PostBackAction=AddOn&AddOnID=107