XF 2.1 Cannot View IP Address Information

Hello,

I am receiving "You do not have permission to view this page or perform this action." whenever I click on the IP address displayed at /admin.php?users/abcy-xdyz.2228/edit#user-ips


I have not changed anything under "admin.php?options/groups/serviceProviders/". The default configurations there!
Code:
http://whatismyipaddress.com/ip/{ip}

When I checked my server logs, I saw 403 errors!
Code:
GET /misc/ip-info?ip=8.8.8.8 HTTP/1.1" 403

Any thoughts?
 
Thank you for the hint. The problem was that I set that permission for "Registered" group as never and that was the cause of the problem even thought I was performing this action using admin account.

The problem was solved after changing "Never" to "No".

Thank you again for your help!
 
Top Bottom