cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 install problems

SOLVED

Magento 2 install problems

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2 install problems

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:

http://devdocs.magento.com/guides/v2.0/install-gde/prereq/apache-user.html#install-update-depend-use...

 

 

Stanislav

View solution in original post

2 REPLIES 2

Re: Magento 2 install problems

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:

http://devdocs.magento.com/guides/v2.0/install-gde/prereq/apache-user.html#install-update-depend-use...

 

 

Stanislav

Re: Magento 2 install problems

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!