コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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

Avatar

Level 1

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?

1 受け入れられたソリューション

Avatar

正解者
Level 5

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 返信

Avatar

Community Advisor

Hi,

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

Arun Patidar

AEM LinksLinkedIn

Avatar

Community Advisor

Hi,

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

Regards,

Peter

Avatar

Level 10

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

Avatar

Level 1

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

Avatar

正解者
Level 5

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

Avatar

Level 1

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