Domanda

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

È stato utile?

Soluzione

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 {} \;
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top