When I want to approve a (new) registered customer. I am being redirected to the admin login page with a error saying:
Invalid token session. Please login again.
Ofcourse I logged in again and tried to approve, still being redirected. Strange part when I go back, I'm logged in.
Approve button html code:
href attribute is empty (I don't know if it supposed to be empty.)
Code: Select all
<a href="" data-toggle="tooltip" title="" class="btn btn-success" data-original-title="Approve"><i class="fa fa-thumbs-o-up"></i></a>
Code: Select all
Warning: array_key_exists(): The first argument should be either a string or an integer in /var/www/vlm/data/www/oc.vlmproject.nl/index.php on line 158
Plus I'm getting John Doe as my administrator name, bug?