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?

OrionFOTL
 
OrionFOTL replied on at Permalink Reply
OrionFOTL
Bumping for visibility. What could it be?
bram1028 replied on at Permalink Reply
Did you ever resolve this? I have this exact issue on 5.7.5.2 when I enable pretty URLs.
OrionFOTL replied on at Permalink Reply
OrionFOTL
Nope. Had to stay on the version I have.
bram1028 replied on at Permalink Reply
I fixed my issue by updating the rewrite rule in nginx. Had to add the
/$request_uri;
bit:

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.
GBNT replied on at Permalink Reply
GBNT
Hi bram1028,

where did you do this edit?