将symfony应用程序从版本2.0.19升级到2.1.8时出错。
我刚刚提交了一个联系人表格,我有这个错误:
Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Notice: Array to string conversion in /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php line 130") in "AppBundle:Contact:index.html.twig".
at Twig_Template->displayWithErrorHandling(array(entities))
请注意,如果我刷新页面,则没有错误。
请帮助,我变得疯狂......
由于
萨姆
答案 0 :(得分:0)
很酷,我找到了解决方案: - )
这是因为我尝试翻译非字符串值。 flashbag 值现在是一个数组而不是字符串。
希望它会帮助一些人: - )
萨姆