Error Setting File Permissions
- 0 Comments
Hi, So I’m currently attepting to install Magento via Composer, and I’m having issues at the below part of the installation. https://devdocs.magento.com/guides/v2.4/install-gde/composer.html#set-file-permissions Couldn’t get the above to work on its own, I’ve found resources elsewhere suggesting this: find var generated vendor pub/static pub/media app/etc -type f -exec chmod g+w {} + […]
Read More