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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -