After installing Magento 2 my stylsheets and JS keep breaking and im not sure how to fix it.
I've tried using SSH and have no idea what im doing... Ive also manually changed file permissions but after clearing cache it changes them back :/
I will pay someone a small amount to install Magento 2.
Solved! Go to Solution.
Hello,
Ive also manually changed file permissions but after clearing cache it changes them back :/
You can modify the files:
vendor/magento/framework/Filesystem/DriverInterface.php
line 20-25
lib/internal/Cm/Cache/Backend/File.php
lines 50-51
to make it set correct permissions.
If it works for you then you can pay someone to set up it correctly:
Stanislav
Hello,
Ive also manually changed file permissions but after clearing cache it changes them back :/
You can modify the files:
vendor/magento/framework/Filesystem/DriverInterface.php
line 20-25
lib/internal/Cm/Cache/Backend/File.php
lines 50-51
to make it set correct permissions.
If it works for you then you can pay someone to set up it correctly:
Stanislav
Thank you! After changing the ones you mentioned I was able to manually change the file permissions through cpanel and they did not revert back after clearing cache.
Once again thank you so much!