Error: Server error: Contact administrator, see log for full details. Failed to get public access for content item with id 1129
Hi,
When click on Restrict Public Access on a node, I've this error:Server error: Contact administrator, see log for full details.
Failed to get public access for content item with id 1129
Error: Server error: Contact administrator, see log for full details. Failed to get public access for content item with id 1129
Hi,
When click on Restrict Public Access on a node, I've this error:Server error: Contact administrator, see log for full details. Failed to get public access for content item with id 1129
How to solve? Thanks.
Solved: I changed the nodeId into the table umbracoAccess. There was an old node ID. So this is a bug.
SELECT id, nodeId, loginNodeId, noAccessNodeId, createDate, updateDate FROM dbo.umbracoAccess WHERE (nodeId = 1129)
is working on a reply...