Debug Page of Symfony 3.3.5 is loading infinitely -
i can't manage make synfony 3.3.5 project debug page work.
here append:
1) activate "dev" mode : $kernel = new appkernel('prod', false);
in app.php
2) try load page error (this error not issue. created on purpose)
3) debug page start load continue load infinitely without displaying end of debug page.
4) error message browser appear.
and must specify issue on production environment. in local, on computer, it's working, fine.
any ideas ?
have tried clearing app cache? or browser cache? know local environment gets hung time because of cache issues.
here command prod environment cache clear:
php bin/console cache:clear --no-warmup -e prod
there potential cache wherever prod files reside different local cache. hope helps.
Comments
Post a Comment