Answer the question
In order to leave comments, you need to log in
Where does Symfony2 make display_errors = Off?
If you paint over php (errors in syntax and further down the list), then symfony displays a blank page instead of an error, even in the dev environment. I wanted to fix this by adding the following lines to app_dev.php:
error_reporting(E_ALL);
ini_set('display_errors', 'On');
ini_set('display_startup_errors', 'On');
Answer the question
In order to leave comments, you need to log in
https://github.com/symfony/symfony/issues/8703
For specifics, you should specify the PHP version, but symfony itself does nothing with php settings. He only hangs up his error handler.
Was wrong. Proof.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question