When I attempt to use the CQ5 Upgrade Tool to migrate content from CQ3.X or CQ4.X to CQ5.3 then the Add Page to Upgrade link is broken.
The broken link for Add Page to Upgrade is due to an issue with the configuration of the Link Checker in 5.3.
Please change the "Link Check Override Patterns" from ^system/
to ^http://[^/]*/system/
in this configuration:
http://<host>:<port>/system/console/configMgr/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl
and also change the same configuration in CRX:
/libs/cq/linkchecker/config.author/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl
to /apps/<myapp>/config.author/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl
(where <myapp>
is the name of your application)
/apps/<myapp>/config.author/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl/service.check_override_patterns
from ^system/
to ^http://[^/]*/system/
CQ3/CQ4 Migration to CQ5.3
Sign in to your account