urbantrout / craftcms

Craft CMS Docker Image
MIT License
76 stars 32 forks source link

failed to install XXXXX: No plugin exists with the handle "XXXXXX". #7

Closed ipetrov87 closed 5 years ago

ipetrov87 commented 5 years ago

HI I have a issue in at the step when plugins are installing. I got this messages

 ==> ✅  All dependencies successfully installed.
 ==> Activating Plugins.
*** installing imager
*** failed to install imager: No plugin exists with the handle "imager".

If i remove all plugins all runs, but with plugins not.

I am using Docker on Windows 10

urbantrout commented 5 years ago

Can you please provide your docker-compose config?

ipetrov87 commented 5 years ago

It is fixed. I think it was because I was not provide the correct database dump. You done great work!

urbantrout commented 5 years ago

Sometimes this has to do with file permissions. Make sure project.yml is writable by the server…