symfony2.8和twig文件加载器

时间:2017-01-02 14:39:39

标签: php symfony twig

升级到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的一部分不正确意味着它不应该存在。

第151行

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

某人有类似的问题吗?

0 个答案:

没有答案