Create Page Option appears to be null and not available in AEM | Community
Skip to main content
Mohan_Kumar_Iya
Level 2
February 24, 2016
Solved

Create Page Option appears to be null and not available in AEM

  • February 24, 2016
  • 4 replies
  • 8260 views

Hi ! , After creating components and templates in CRX ,I couldn't create a page with newly updated template, Since the "Create Page" option isn't available [ Sites -> Create -> "Create Page" ]

I've installed AEM twice and the issue persists, Kindly help ! :)

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

I'm not familiar with the newer projects interface, but I've experienced a similar issue with the older Site Admin (/siteadmin).

The issue that I've experienced seems to occur if any piece of content (at least top-level content, possibly even nested content) becomes "corrupt", by missing it's jcr:content child node.  If this is the same problem, you should be able to explore the repository with CRXDElite (/crx/de/index.jsp#/content) and either add the missing jcr:content nodes, or delete any content nodes that are missing their jcr:content child node.

4 replies

Accepted solution
February 24, 2016

I'm not familiar with the newer projects interface, but I've experienced a similar issue with the older Site Admin (/siteadmin).

The issue that I've experienced seems to occur if any piece of content (at least top-level content, possibly even nested content) becomes "corrupt", by missing it's jcr:content child node.  If this is the same problem, you should be able to explore the repository with CRXDElite (/crx/de/index.jsp#/content) and either add the missing jcr:content nodes, or delete any content nodes that are missing their jcr:content child node.

February 17, 2022

Hi Dave,

 

We are facing similar issue in our lower environment AEM cq 5.6.Site admin menu options like new,copy,delete,activate ,deactivate,workflow, search label are disappeared in siteadmin. Please find the attached screenshot.

Please let us know the possible solutions.

 

Mohan_Kumar_Iya
Level 2
February 24, 2016

Dave Hughes wrote...

I'm not familiar with the newer projects interface, but I've experienced a similar issue with the older Site Admin (/siteadmin).

The issue that I've experienced seems to occur if any piece of content (at least top-level content, possibly even nested content) becomes "corrupt", by missing it's jcr:content child node.  If this is the same problem, you should be able to explore the repository with CRXDElite (/crx/de/index.jsp#/content) and either add the missing jcr:content nodes, or delete any content nodes that are missing their jcr:content child node.

 


Yes , "Create Page" option is visible now ! Thank you so much !

February 24, 2016

Happy to help.  

I've seen several other individuals trip over this before as well.  I'm not sure how it is that the problem is so common, as it seems to require that a user delete/renames a node that they should not, but it does seem to happen alarmingly frequently.  I'd love to see Adobe make the Projects and Site Admin interfaces more durable, so they don't just fail silently under these conditions.

Mohan_Kumar_Iya
Level 2
February 25, 2016

True that ! I was new to AEM and am starting this up from the scratch ! Your info really helped :)