Hi All,I have a backup from CQ 5.6.1 and I need to install it on AEM6.1 (publish instance)How can I accomplish this?The backup is a zip file with the following structure :Thanks in advance,Yura.
Hi Friends,How do I change the default URL in AEM. For example: When I click on the content in the siteadmin (sample below), it opens in the " touch ui mode " (editor.html), whereas I want it to open in the content finder mode or in classic UIhttp://localhost:4508/editor.html/content/geometrixx/en/t...
Hi,I am working on AEM 6.2, but I dont see tools menu anywhere. From the demo videos and tutorial, it shows we can go to tools menu using http://localhost:4502/tools.html but for me thats not working. I can go to tools menu from url http://localhost:4502/libs/cq/dialogconversion/content/console.html...
Hi,In rich text editor, may I know whether it is possible to add the style class to the <ul> or <li> element?I tried to follow the steps on https://docs.adobe.com/docs/en/aem/6-1/author/page-authoring/rich-text-editor.html.When I choose the style from the style list, the html style class seems add t...
Hi All,I am trying to use CRXDE on my local machine (64 bit) and I have AEM 6.0 running at port 4502. I can browse through the repository using CRXDE and can even see the code in editor but the minute I press any key in CRXDE Editor, the Editor completely hangs and does not respond. That ways I am n...
Following documentation to add a custom search form (in my case for Asset Admin Search Rail) I can create a custom configuration for a search form. However, when it says to navigate to the "Search Panel" it is no longer possible in 6.2 to access this panel.Configuring Search FormsHow do you access ...
All,We are currently on AEM 6.1 and are planning to move to AEM 6.2... We wanted to find out if there are folks who have upgraded from AEM 6.1 to 6.2 and have any experiences to share. Especially any issues or things to watch out for. I couldnt find any specific documentation related to 6.1 to 6.2 u...
Hi all,Using AEM 6.2, I have created a template /apps/myproject/templates/mytemplate and a page component for that template at /apps/myproject/components/pages/basepage. Set the sling:resourceSuperType of this component to be wcm/foundation/components/page. Create now a page based on this template a...
I had my sling models working fine in 6.1 but I am having trouble in 6.2 even a basic example does not work. The model itself is setup and is not null but all the fields with inject on them are null but the model itself is initialised and not null.Model is:package com.test.ecomm.aem.testing.core.mod...