문제

I'm working in the wamp server in window 10 and run the setup:di:compile in the shell then the site is display blank.

i also try this method - magento 2 not working after the command bin/magento setup:di:compile.

but that also not worked for me.

도움이 되었습니까?

해결책

First delete below folders : go to root directory

pub\static

var\cache

var\page_cache

var\view_preprocessed

var\generation

Now run below commands

php bin/magento setup:static-content:deploy

php bin/magento indexer:reindex

now check it will work !!

다른 팁

static-content:deploy doesnt run without --force, my opinion is that 2.2.2 is not usable, when installing custom plugins, the admin backend doesn't show any changes until scheduler was run, some plugisn doesnt work in general, compose installation is not working, composer.json is not updated, instead data is written to composer.lock, setup:upgrade shows "nothing to install" but modules where added ..., sometimes you have to restart apache to get changes shown == default caching is not working correctly, etc...

I have same issue on 2.2.3 When I remove folder generated/ on webroot it works (2.2 magento have moved var/generated to webroot)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top