Hi,
After I updated userspice I get:
Forbidden
You don't have permission to access /ota/dev/am/users/admin_verify.php?actual_link=http://mysite/ota/dev/am/users/admin_permissions.php&page=users/admin_permissions.php on this server.
Because I use SSL I altered the url into https, but it results in the same issue.
Does anyone have an idea what is wrong?
Kind regards,
nessinits
Just to confirm you are getting 403 Forbidden Codes?
You'll need to check your file permissions. I run mine as 644 I think.
That doesn't seem the issue. All my files are 644.
Are all of your files giving you 403 Errors?
Is there anything in the error logs? I wonder if one specific file that is required (init or a helper or something) has bad permissions and it is causing the error.
It could also be a file ownership problem although that should produce a 500 error instead.
The issue is with all admin pages. All my regular projectpages are accessible.
I think it's an admin-rights issue, but I don't know where to start looking ...
Backup your DB and then run this query:
UPDATE pages SET re_auth = 0 WHERE re_auth=1;
Let me know if that fixes the issue.
That solved it. What's wrong? What should I do now?
That to me would indicate an issue with admin_verify.php. Check the permissions on this file. Also make sure it is in your DB (pages), users/admin_verify.php, should be private with a re_auth value of 0, and then have a corresponding page_permission_matches. Let me know.
Permissions are correct. DB-pages users/admin_verify.php is private and re_auth is 0.
I've added manually users/admin_verify.php to pages and given permission to my admin group. The result stays the same.
As an addition ... When I make the actual link blank it returns the admin_verify.php page.