Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
After upgrading from 4.5.2 to 4.6.1, the links to the following Sections (Media, Users, Settins, Developer, Members) redirect back to Content. Seems like a permissions issue but I've reset them several times. Help.
In case anyone is interested, updating the icons via the following script fixed this problem. Links must run off the appIcon field.
update umbracoApp set appIcon = '.tray' + appAlias where appAlias IN ('content','media','users','settings','developer','member')
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Section links redirect after upgrade
After upgrading from 4.5.2 to 4.6.1, the links to the following Sections (Media, Users, Settins, Developer, Members) redirect back to Content. Seems like a permissions issue but I've reset them several times. Help.
In case anyone is interested, updating the icons via the following script fixed this problem. Links must run off the appIcon field.
update umbracoApp set appIcon = '.tray' + appAlias where appAlias IN ('content','media','users','settings','developer','member')
is working on a reply...