smarty的编译目录配置问题

当我这样配置时就会出错$smy->compile_dir="http://127.0.0.1:9999/pasacms/templates_c";这样就没问题:$smy-... 当我这样配置时就会出错$smy->compile_dir="http://127.0.0.1:9999/pasacms/templates_c";
这样就没问题:$smy->compile_dir="./templates_c";
为什么,难道编译目录不能用域名指定目录的位置吗
错误提示代码:Fatal error: Smarty error: the $compile_dir 'http://127.0.0.1:9999/pasacms/templates_c' does not exist, or is not a directory. in C:\AppServ\www\pasacms\Smarty\libs\Smarty.class.php on line 1092
展开
 我来答
百度网友bcdc991c6
2009-11-26 · TA获得超过244个赞
知道小有建树答主
回答量:384
采纳率:0%
帮助的人:304万
展开全部
要么相对路径,要么绝对物理路径(C:\AppServ\www\pasacms\ ,不可以用域名指向)

我一般这样使用
//common.inc.php在common文件夹下,所以下面用到-7,定义网站所在的根目录
define('ROOT', substr(dirname(__FILE__), 0, -7));
//调用smarty模板
require_once(ROOT.'./lib/Smarty-2.6.26/Smarty.class.php');

@define("TEMPLATE_PATH", ROOT . "./templates/");
@define("TEMPLATE_C_PATH", ROOT . "./templates_c/");
$smarty->template_dir = TEMPLATE_PATH;
$smarty->compile_dir = TEMPLATE_C_PATH;
womanv
2009-11-20 · TA获得超过818个赞
知道小有建树答主
回答量:898
采纳率:0%
帮助的人:1048万
展开全部
你这样写肯定是不允许的,smarty只能读写本地目录吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式