Error while trying to open pages using touch UI | Community
Skip to main content
tc94524330
Level 3
March 15, 2016
Solved

Error while trying to open pages using touch UI

  • March 15, 2016
  • 2 replies
  • 698 views

Hi,

When i am trying to open a page in touch UI, i am getting a internal server error as present in the attachment. 

If i open the page in classic mode, it works normally. 

Please take a look at the error log and please let me know if you have faced same problem before.

 

Thanks in advance

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 kautuk_sahni

Hi

As mentioned by Scott,

// Make sure that your page component's sling:resourceSuperType is set to /foundation/components/page.It will inherit both dialog and cq:dialog. That will most likely solve both the editor.html and page properties issues.

 

Link:- http://stackoverflow.com/questions/28287697/aem-6-0-no-content-in-editor-html-window

Link 2:- http://sofd.developer-works.com/article/20179331/AEM+6.0,+no+content+in+editor.html+window

 

I hope this would work for you.

Thanks and Regards

Kautuk Sahni

2 replies

smacdonald2008
Level 10
March 16, 2016

When you created the page - did you specify foundation/components/page as the Super Resource Type? 

See if you can follow this article and create the page:

http://scottsdigitalcommunity.blogspot.ca/2014/08/creating-your-first-adobe-experience_21.html

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
March 16, 2016

Hi

As mentioned by Scott,

// Make sure that your page component's sling:resourceSuperType is set to /foundation/components/page.It will inherit both dialog and cq:dialog. That will most likely solve both the editor.html and page properties issues.

 

Link:- http://stackoverflow.com/questions/28287697/aem-6-0-no-content-in-editor-html-window

Link 2:- http://sofd.developer-works.com/article/20179331/AEM+6.0,+no+content+in+editor.html+window

 

I hope this would work for you.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni