سؤال

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

هل كانت مفيدة؟

المحلول

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 {} \;
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top