Frage

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

War es hilfreich?

Lösung

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 {} \;
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top