当WebProfiler页面试图加载到我的Symfony应用程序中时,它无法加载。我收到一个Twig_Error_Loader异常,如下所示。
Unable to find template "@WebProfiler/Icon/symfony.svg|default" in @WebProfiler\Profiler\header.html.twig at line 3.
此树枝错误来自Web事件探查器捆绑包。
关于如何解决此问题的任何建议?
更新: 将Symfony_env设置为dev后,我将在开发环境中运行Web应用程序。 加载主页后,警报显示一条错误消息:“加载Web调试工具栏时发生错误(500:内部服务器错误)。是否要打开探查器?”
单击“确定”时,我将重定向到探查器控制器。它无法渲染树枝模板。那是我遇到以下错误的时候。
Unable to find template "@WebProfiler/Icon/symfony.svg|default" in @WebProfiler\Profiler\header.html.twig at line 3.
答案 0 :(得分:0)
在您的.htaccess doc中尝试一下
<Directory "/Library/WebServer/Documents/Your_public_symfony_directory">
....
FallbackResource /index.php
....
</Directory>