Web服务器上的Smarty错误

时间:2014-03-27 18:24:07

标签: smarty

我已经通过Smarty模板引擎创建了一个网站,并且只在服务器上显示此错误

Fatal error: Uncaught --> Smarty: unable to write file      
smarty/templates_c\wrt53346bde790e08_38443293 <-- thrown in  
D:\Inetpub\webs\casasorgenteit\site_new\smarty\libs\sysplugins\smarty_internal_write_file.php  
on line 44

我已经改变了许可但没有改变。在本地,网站运行正常。

1 个答案:

答案 0 :(得分:1)

这通常在权限错误的情况下发生。您说您已经检查了权限。

我可以在文件路径中看到奇怪的东西

的smarty / templates_c \ wrt53346bde790e08_38443293

路径中有两种不同类型的斜杠。你是在dev和linux上的windows上测试prod,反之亦然?我想这可能是问题的根源