Question

I just installed a fresh Magento 1.9.4.5, but the style is not loading. This is the web setup wizard:

5

I am using PHP 5.6

Was it helpful?

Solution

I figured it out, it was a right problem:

Solution. Go to your webroot and execute these two commands:

find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod 664 {} \;
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top