I have installed XAMPP on my Windows 7 machine using the xampp-win32-1.8.2-0-VC9-installer.exe. However, when I try to start Apache from the XAMPP Control Panel, I get an error message saying "Apache shutdown unexpectedly. This may be due to a blocked port, missing dependencies," etc. error log: 5...
My client's AEM Author and Publish servers were originally AEM 6.3 and have been upgraded to AEM 6.5.13. Currently, there is only 1 AEM site in production, which was originally developed on AEM 6.3 and has been upgraded to work on AEM 6.5.13. This site uses the old static templates and the Client ...
Hi All, We are facing one issue for experience fragments. If it is already added on one page(EF component) and content authors copies it and pasting on another page CPU usage of server goes up 98%+ and stays there and page becomes unresponsive. Either we have to delete the duplicate EF manually an...
My service class has a reference object of org.apache.sling.api.auth.Authenticator; While I'm trying to implement a test class I'm getting the below error message for Authenticator. org.apache.sling.testing.mock.osgi.ReferenceViolationException: Unable to inject mandatory reference 'authenticato...
We have arequirement to add custom flags to pages created using a particular editable template ,using static template we could do this by adding the property under template/ jc:content .Please let me how to achieve the same using editable templates.
AEM 6.5.12 & Core components 2.17.14 I need to create an image component that proxies the core component . It needs a primary and secondary image. The dialog is just two fileupload nodes. I can do it with just one image but I can't figure out how to add a second. My first thought was to set fileName...
Say I have multiple pages under /content/practice/articles. Now in /content/practice/articles/firstpage/jcr:content there is a property named myImage. I want to read and fetch that value from myImage property which is a path basically. Now I want to navigate to /content/practice/articles/firstpage...
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cug-doesn-t-work-on-restricting-permissions-for-a-specific-page/m-p/575270#M143789I'm trying to work this out, but this doesn't work when I tried on my author instance. https://experienceleague.adobe.com/docs/experience-manage...
We've started to make wider use of the GraphQL API at my organisation but are currently waiting for the pagination feature. We use 6.5 on-prem and have found that this isn't available. It looks like it is in the cloud version: https://experienceleague.adobe.com/docs/experience-manager-cloud-servic...
I'm new to AEM development and got a requirement to extend the Textfield Unique validation for all Content fragment models to work in a case-insensitive manner. Like it should consider the Person and person as the same and show a unique value error message. Can anyone please suggest if it is possibl...