Page Settings and Dashboard side-panels saying "Access Denied" when clicked after upgrading to 5.7.4.2
Permalink 1 user found helpful
Hello everybody, I've got this bizarre error after upgrading from 5.7.3.1 to 5.7.4.2.
Here's what happens:
1. I manually upgraded from 5.7.3.1 to 5.7.4.2 by putting the new core in /updates and running the script in /dashboard/system/backup/update/.
2. Now, clicking on the dashboard side panel displays a raw "Access Denied" message and nothing else:http://i.imgur.com/g5d9ofL.png
3. Going straight to the dashboard by typinghttp://www.mysite.com/dashboard works normally. I can do everything from there.
4. Additionally, clicking the "Page Settings" cogwheel on any page does nothing, i.e. the site moves to the right as though it tries to load the menus, but nothing happens.
Any ideas?
Here's what happens:
1. I manually upgraded from 5.7.3.1 to 5.7.4.2 by putting the new core in /updates and running the script in /dashboard/system/backup/update/.
2. Now, clicking on the dashboard side panel displays a raw "Access Denied" message and nothing else:http://i.imgur.com/g5d9ofL.png
3. Going straight to the dashboard by typinghttp://www.mysite.com/dashboard works normally. I can do everything from there.
4. Additionally, clicking the "Page Settings" cogwheel on any page does nothing, i.e. the site moves to the right as though it tries to load the menus, but nothing happens.
Any ideas?
Bumping for visibility. What could it be?
Did you ever resolve this? I have this exact issue on 5.7.5.2 when I enable pretty URLs.
Nope. Had to stay on the version I have.
I fixed my issue by updating the rewrite rule in nginx. Had to add the bit:
The problem was concrete5 was not able to get the query string without this for some reason.
/$request_uri;
try_files $uri $uri/ /index.php/$request_uri;
The problem was concrete5 was not able to get the query string without this for some reason.
Hi bram1028,
where did you do this edit?
where did you do this edit?