What environment do you use? Probably you try to dump() something in prod environment, where debugging is disabled. It is enabled by default only in the dev and test environment of the Symfony Standard Edition. So try to switch to the dev environment to see your dump. Let me know if it helps.
P.S. You could also check Symfony logs in /var/logs directory.
Cheers!
Please, log in to vote for this comment
1|
Share Comment
"Houston: no signs of life" Start the conversation!
2 Comments
Hi,
Just in case you could give me a hint, when i try
{{ dump() }}
I got a "500 Internal Server Error"
If i remove th dump expression, the template displays correctly
Nothing in the apache error log
Any idea ?
Hey Nassim,
What environment do you use? Probably you try to dump() something in prod environment, where debugging is disabled. It is enabled by default only in the dev and test environment of the Symfony Standard Edition. So try to switch to the dev environment to see your dump. Let me know if it helps.
P.S. You could also check Symfony logs in /var/logs directory.
Cheers!
"Houston: no signs of life"
Start the conversation!