升级到symfony2.8后你好我有错误奇怪的错误
ERROR - The template "XYZ:Rendering:sometemplate.html.twig" contains an error: Warning: file_get_contents(/home/serwer1/public_html/domain/src/XYZ/CongregationBundle/Resources/views/Rendering/weekendPlansPrototype.html.twig): failed to open stream: No such file or directory
和该twig文件加载器的许多其他错误无法加载模板。
托管管理员表示路径/home/serwer1/public_html
的一部分不正确意味着它不应该存在。
vendor\twig\twig\lib\Twig\Loader\FileSystem.php
:
/**
* {@inheritdoc}
*/
public function getSourceContext($name)
{
$path = $this->findTemplate($name);
return new Twig_Source(file_get_contents($path), $name, $path);
}
findTemplate
返回错误的路径,但检查它我无法看到它添加的位置/home/serwer1/public_html