I just noticed that when I try to edit a users info I get the Invalid token (hack attempt) error. I think this just started after I enabled the revenue sharing module, because I've edited users before. Anyone have any idea on what causes this and how to fix it?
I dug around in admin_users.php and tested a few things and - at least in my case - the problem is that $_GET['token'] has no value.
The line in admin_users around line 189 says:
if ($_GET['token'] == $_SESSION['token_admin_users_edit']) { ... }
The $_SESSION value is set, but the $_GET['token'] has no value, and when you view the source of the form when you try to edit a user there is no form value called token.



Reply With Quote




