Magento – Error from Updater Application Cron Script

cronfile-permissionsmagento2

Error from Updater Application Cron Script
Found non-writable path(s):
/home/USERNAME/public_html/.htaccess.sample

Any Solutions?

Best Answer

I guess it's just a permission problem.

Just make this .htaccess.sample writeable for the user that runs the script

You can find the permissions documentation on the official website: http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html

Related Topic