Hi,In AEM-6 with SP-1 I am facing this issue. Whenever I am trying to crop any existing image and click on OK, I am getting following Error Message. And renditions are not getting created for cropped images.01.12.2014 20:08:43.929 *INFO* [qtp887781661-351664] /logs/request.log 01/Dec/2014:20:08:43 +...
Hi,I am using CQ 5.6. I have two author instance on my local running on tomcat 7.1. I am fetching /libs/granite/cluster/content/admin.html of one author.2. Providing Master URL: http://ip:port3 Entered userid and password and Click on Join.Got message as Operating SystemWindows 7 6.1Host NameReposit...
Hi All,While clicking on sidekick page properties , we are not getting any dialog box.To check the permission i logged in with "admin" id still same issue. By this we can confirm that this is not permission issue.Even error or access logs alos not generated.Please assist me.
Dynatree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.Today i use it in AEM but, the tree always can't display at all in my computer. That make me frustrating and i do it completely accoding to the clientlibs re...
Hi,In Package Manager, our system looks like this:[img]transparent-green-package.png[/img]As you can see, the first item is marked as installed, but the item's color is a bit different to the other items.Reinstalling the package makes it solid green.What's the significance of these transparent green...
Hi,I have a requirement to restrict the meta data info of a page to be restricted from published while a page i activated in CQ5.5.For ex:i If I'm activating a page test/html, it replicates the metadata such as user info browser details. Do we have an option to restrict it.ThanksMSR
I'm trying to upload a file to my crx repository in Jquery. However the script runs in a separate server than the which hosts CQ. Because of this the request is a CORS one. Also custom header are being set while the request is being sent because of which a preFlight doOptions is being sent. This sen...
SELECT * from [cq:PageContent] AS t WHERE ISDESCENDANTNODE(['/content/'])On local host this returns a large result setOn the testing server it does not report an error, but returns no results.It is as if there is no content under /content/ on the testing server.But that is not the case.SELECT * fro...
Hi,My current requirement is to invoke an external JS from a selection listener.In the listener's loadcontent() method, the external JS should be invoked anda method call needs to be made. For example,loadcontent : function(field, rec, path){//loadScript("/apps/cbc/widgets/source/widgets/File2.js", ...