symfony - Symfony2: __toString() must not throw an exception -


i deploying symfony2 application, getting following error:

fatalerrorexception in classes.php line 0: error: method symfony\component\httpfoundation\request::__tostring() must not throw exception 

apache more descriptive, stating monolog:

 php fatal error:  method symfony\\component\\httpfoundation\\request::__tostring() must not throw exception in /my/path/vendor/monolog/monolog/src/monolog/formatter/normalizerformatter.php on line 0 

it thing not clear me how happening. dev-environment on local machine running fine.

i have tried clear prod cache, composer cache , restarted apache service. did fresh "composer install" after clearing cache.

anyone has idea how can solved? running symfony v2.7.4.


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -