Im trying to disable an user, but I'm getting an error:
Fatal error: Call to a member function on a non-object in xxxxxxxx/admin_users.php on line 325
When I copied the url I found the problem.
'Yes, disable this user' link is xxxxxxxxxxxxxxxxxx
There's no user at the end.
In the source I see this:
admin_users.php?mode=yesdisable&user={$user}
So this page wants an user but he's not getting it.



Reply With Quote





