我刚刚安装了 cms 系统,但出现以下错误:
[function.include]: failed to open stream: No such file or directory in
/home/postertest/domains/buyuseraccounts.com/public_html/libs/Smarty.class.php
on line 1283
当我检查 templates_c 文件时,请求的文件在那里:
%%45^45E^45E480CD%%index.tpl.php
当我尝试直接通过浏览器访问编译文件时,它会给出 404。当我重命名文件 (%%45^45E^45E480CD%%index.tpl.php) 时,我可以访问它。因此,该错误似乎是由 Apache 引起的。我该怎么办?
更新
实际上,现在我在同一服务器上的另一个 CMS 上对其进行了测试,看来我也无法直接访问 templates_c 下的文件。但是,Smarty 不会导致任何错误。我尝试将工作 cms 的 smarty 分布置于非工作状态,但它仍然给出相同的错误。