Copy link to clipboard
Copied
I am running docker destop and coldfusion 2021 local , I need the ajax package but i am unable to install it via package manager via the cfadmin or via cli. here is the error messages i get ...
An error has occurred while installing the package ajax. Exception : Script folder /app/cf_scripts/scripts not found. Ajax package has been downloaded at /opt/coldfusion/bundles/ajax-2021.0.0.323925.zip. If you have created a mapping of cf_scripts folder, you can copy the contents of the downloaded zip into CF_SCRIPTS/scrips/ajax folder
any help would be apriciated
I was able to get the ajax module to install in CF2021, I had to create the below symbolic link prior to the cfpm install
ln -s /opt/coldfusion/cfusion/wwwroot/cf_scripts /app/cf_scripts
I'm submitting a bug in the tracker to upvote.
Copy link to clipboard
Copied
I am on Windows 10, but can share with you a method that works for me. I followed these steps:
Copy link to clipboard
Copied
I was able to get the ajax module to install in CF2021, I had to create the below symbolic link prior to the cfpm install
ln -s /opt/coldfusion/cfusion/wwwroot/cf_scripts /app/cf_scripts
I'm submitting a bug in the tracker to upvote.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now