Getting Authorization has been denied for this request for developer section (and logout) after upgrade from 7.2.8->7.4.1
Hi All
Don't know if anyone else will stumble on this one but I upgraded from 7.2.8->7.4.1 by essentially copying the /Umbraco /Umbraco_Client over the top. Had a couple of minor issues and as I couldn't see solution explained already I'm documenting it here.
First I noticed that there were two Document Types nodes in the Settings tree!
One of the trees didn't work when you clicked through on a node.
Getting Authorization has been denied for this request for developer section (and logout) after upgrade from 7.2.8->7.4.1
Hi All
Don't know if anyone else will stumble on this one but I upgraded from 7.2.8->7.4.1 by essentially copying the /Umbraco /Umbraco_Client over the top. Had a couple of minor issues and as I couldn't see solution explained already I'm documenting it here.
First I noticed that there were two Document Types nodes in the Settings tree!
One of the trees didn't work when you clicked through on a node.
This is caused by a spurious
in trees.config
Which should now be
I guess they changed the DT editor around 7.4.0 to be this new fancy one.
Next thing is that I found myself locked out of the Developer section. A fiddler revealed it was 401ing:
So similar story, I just copied the new developer section from trees.config on top of my existing one i.e.
I didn't blindly copy over the config files on install because we have customised them!
Hope this helps someone, cheers
Tim Scarfe
Had the same issue. The /Config/trees.config file is not updated during the update to 7.4.1.
Replacing everything above "Custom" in the trees.config solves everything.
Unless offcourse you in your case, have made any customization with the tree tags.
I met the same issue when I try to upgrade from 7.3.3 to 7.5.3. After searching many links this one got worked.
thanks a lot @ecsplendid
is working on a reply...