This course is archived!
04.
New Profiler
Keep on Learning!
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
This course is archived!
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
Whoops, an error! Please, try again later.
3 Comments
This last 10 looks cool really for situations like you showed. I was not only underusing it - I had not even noticed it existing :)
When adding this code to "sillyLoginAction""
dump($this->get('security.authentication_utils'));
throw new \Exception('Something went wrong!');
I've got:
"Notice: A non well formed numeric value encountered
500 Internal Server Error - ContextErrorException
in vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php at line 298
"
And this fixed it:
$ composer req symfony/var-dumper 3.1.3
Hey Damjan,
Thanks for sharing it with others, looks like a bug in older versions of "symfony/var-dumper" component.
Cheers!
"Houston: no signs of life"
Start the conversation!