Hello,I am trying to upload some file via a php script .Here is my script// Check if file existsif (file_exists($file_path)) {// Initialize cURL session$ch = curl_init();// Set cURL optionscurl_setopt($ch, CURLOPT_URL, $aem_url . "/" . $filename);curl_setopt($ch, CURLOPT_USERPWD, $aem_user . ":" . $...
I have created the a component with nested multified which contains 12 fields. we tried to add more than 60 multifields in the dialog and it is taking more time to save the contents and load the dialog. Sometimes it is showing only limited contents in the dialog. Also frequently getting page unrespo...
We’re working on a project that requires a new folder to be created under /conf/project2, and we need to grant read permissions (ACL) to all users via code or OSGi configuration.For this use case, do we need to create a new system user with read permissions for the required path?Could you please sh...
We observed while loading the page below JS file is blocking and not loading. /etc/cloudsettings.kernel.js/libs/settings/cloudsettings/legacy/contexthub we checked in our code we are not using it anywhere hence please suggest how we can exclude it on page load. Also, pls suggest how to exclude the J...
Hi all, I am currently developing a custom plugin for the AEM Rich Text Editor (RTE), specifically targeting the inline dialog box. I am facing challenges in incorporating a custom icon into the toolbar of the dialog box.Here is the folder structure for my clientlibs:/apps/my-project/clientlibs- /rt...
Hi All, I am looking for resources for AD0-E129 Adobe Experience Manager Assets Developer Professional certification exam. If you have used any website or blogs which have helped you clear this please do share. Regards,Anupam Patra
Hi All,Getting "Choose an experience fragment variation" error when trying to copy and paste a already configured content fragment to another container.
Hi all, I’m preparing for the 9A0-019 certification exam and want to make sure I’m on the right track. I’m Looking for resources, or strategies do you recommend for mastering the material and acing the exam on the first attempt?
Hi Everyone, I am getting a weird error when deploying a branch to my Prod Pipeline. The same issue does not come up when I deploy it to my Non-Prod pipeline. The Prod Pipeline fails at the "Deploy to Stage" when it is "Installing Mutable Content" as seen below - I downloaded the build logs to l...