cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to install extensions, cron and component dependency errors

Unable to install extensions, cron and component dependency errors

I reach out for support from my developer and my hosts customer support, and they helped me set up cron and added two cron jobs, but they all say it's beyond their expertise. How do you fix the errors below? If it's a complicated fix, what is the cheapest way of getting support?

 

I am running Magento 2.1!

 
Check Cron Scripts
Cron script readiness check failed. Hide detail

Error from Updater Application Cron Script:

Found non-writable path(s):
/home/geniaqua/public_html/app/design/frontend/Magento

For additional assistance, see cron scripts help.

Check Component Dependency
We found conflicting component dependencies. Hide detail

For additional assistance, see component dependency help .

 

1 REPLY 1

Re: Unable to install extensions, cron and component dependency errors

Hello @maria_valencia 

 

I think you need to change the permissions of /home/geniaqua/public_html/app/design/frontend/Magento directory.

 

You need to run these two commands in Magento root directory:

 

sudo chmod -R 777 home/geniaqua/public_html/app/design/frontend/Magento
sudo php bin/magento cache:flush

I hope it will help you.

 

Thanks

 

--
If my answer is useful, please Accept as Solution & give Kudos