Elxis CMS Forum
Support => General => Topic started by: mpalaffre on August 10, 2014, 21:39:35
-
Hello,
I have installed ICARUS for the first.
I have an error installing a new extension.
Test install extention : "You are about to install Mikro version 1.0."
ERROR: "Downloading package from EDC failed."
I have the save error with all extention.
Thank you in advance
-
It's a folder's permission error. Make the folder components writable and try again ;)
The corresponding applies, if you try to install a module.
-
I believe that the problem is not the installation but the download of the package.
Repository must be writeable and Elxis be able to create files and folders inside "repository/tmp/" folder. Then Elxis must be able to create a folder inside folder "components" and extract package files there. You can try download package the normal way from elxis.net and then install it by uploading it from your computer.
-
Hello,
I have change the owner to the "elxis4 home" repository with "www-data".
chown -R www-data *
The problem is solved.
Thanks ;D