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. screenshot step 3

4) error message browser appear. screenshot step 4

and must specify issue on production environment. in local, on computer, it's working, fine. screenshot step 3 works fine on local environment

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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -