码迷,mamicode.com
首页 > 其他好文 > 详细

在新浪云SAE中使用smarty引擎模版

时间:2014-08-14 13:54:08      阅读:1017      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   使用   io   strong   文件   

  在新浪云上使用smarty时会发现又这样的错误信息:

  “SAE_Fatal_error: Uncaught exception ‘SmartyException‘ with message ‘unable to write file ./web/templates_c/wrt4e95555280ef1‘ ”。

  这是因为不能使用官方下载的smarty文件包,要下载smarty for sae的专门版本,地址:http://code.google.com/p/smarty4sae/downloads/list

  然后拷贝其中的libs文件夹,替换即可。

  接着,在sae相应的项目中找到Mecache,并开启。

  bubuko.com,布布扣

  再更改smarty配置文件中的编译目录和缓存目录如下:

1 $smarty->compile_dir = ‘saemc://smartytpl/‘;
2 $smarty->cache_dir = ‘saemc://smartytpl/‘;
3 smarty->compile_locking =  false; // 防止调用touch,saemc会自动更新时间,不需要touch

 

在新浪云SAE中使用smarty引擎模版,布布扣,bubuko.com

在新浪云SAE中使用smarty引擎模版

标签:style   blog   http   color   使用   io   strong   文件   

原文地址:http://www.cnblogs.com/jhmydear/p/3912061.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!