AEM 6.1 Page showing in CRX content Manager but not Site Admin | Community
Skip to main content
ryang81409263
October 8, 2018
Solved

AEM 6.1 Page showing in CRX content Manager but not Site Admin

  • October 8, 2018
  • 6 replies
  • 3419 views

I have a page which in CRX the page is visible, but is not showing in Site Admin. I am using AEM 6.1 .
Do you have any suggestions on how to resolve?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aneetarora

ryang81409263

The reason this might have happened is because of the permissions of the user who deleted the page. This page might have been replicated at some point but the user who deleted the page didn't have replicate permissions. You can check this by observing if there is a deleted and deletedBy flag in jcr:content node of this site.

When the deleted flag is applied, the page is hidden from the siteadmin so no other author can work on a page which is marked for deletion.

I hope this helps.

Best Regards,

Aneet Arora

6 replies

arunpatidar
Community Advisor
Community Advisor
October 9, 2018

Hi,

Can you check if there is hidden property with value true on jcr:content of the page

Arun Patidar
Peter_Puzanovs
Community Advisor
Community Advisor
October 9, 2018

Hi,

Additionally, could you please provide error.log and your-project-name.log for troubleshooting?

Regards,

Peter

smacdonald2008
Level 10
October 9, 2018

When you load site admin - check to see if there are browser errors or log errors. Was this page created using site admin?

ryang81409263
October 9, 2018

Thanks Arun, Unfortunately, there is no hidden property on the jcr:content node set either way.

aneetaroraAdobe EmployeeAccepted solution
Adobe Employee
October 9, 2018

ryang81409263

The reason this might have happened is because of the permissions of the user who deleted the page. This page might have been replicated at some point but the user who deleted the page didn't have replicate permissions. You can check this by observing if there is a deleted and deletedBy flag in jcr:content node of this site.

When the deleted flag is applied, the page is hidden from the siteadmin so no other author can work on a page which is marked for deletion.

I hope this helps.

Best Regards,

Aneet Arora

ryang81409263
October 9, 2018

I removed the "deleted" flag and now the page is showing in site admin, it is!