项目函数库加载后,提示错误模板不存在模板
时间:2011-10-13
来源:互联网
首先,我的项目未作分组
在项目的common目录中创建了一个common.php文件,系统自动加载后,提示我模板未找到
项目目录结构如下
APP/
Common/
common.php
Lib/
Action/
NameAction.class.php
Tpl/
default/
public/
nameindex.html
NameAction.class.php中调用模板的代码是:
复制代码
提示的错误信息是:
复制代码
[TRACE]
复制代码
我想的是正常应该对应nameindex.html文件,在未创建common.php之前都是可以的,为什么加载了以后就不行了呢?
哪位朋友遇到过这样的问题,还请帮助指点一二
在项目的common目录中创建了一个common.php文件,系统自动加载后,提示我模板未找到
项目目录结构如下
APP/
Common/
common.php
Lib/
Action/
NameAction.class.php
Tpl/
default/
public/
nameindex.html
NameAction.class.php中调用模板的代码是:
- $this->display("public:nameindex");
- 模板不存在[./APP/Tpl/default/public/name.html]
- [11-10-13 15:46:10] D:\wamp\www\Myapp\APP\Runtime\~runtime.php (2) View->parseTemplateFile(public:name)
- [11-10-13 15:46:10]
- D:\wamp\www\Myapp\APP\Runtime\
- ~runtime.php (2) View->fetch(public:teacher, , text/html, 1)
- [11-10-13 15:46:10]
- D:\wamp\www\Myapp\APP\Runtime\
- ~runtime.php (2) View->display(public:teacher, , text/html)
- [11-10-13 15:46:10]
- D:\wamp\www\Myapp\APP
- \Lib\Action\NameAction.class.php (22) Action->display(public:name)
- [11-10-13 15:46:10] () NameAction->index()
- [11-10-13 15:46:10]
- D:\wamp\www\Myapp\APP
-
- \Runtime\~runtime.php (2) call_user_func(Array)
- [11-10-13 15:46:10]
- D:\wamp\www\Myapp\APP
-
- \Runtime\~runtime.php (2) App::exec()
- [11-10-13 15:46:10] D:\wamp\www\Myapp\index.php (8) App::run()
哪位朋友遇到过这样的问题,还请帮助指点一二
作者: comeon2122 发布时间: 2011-10-13
你的页面Trace信息显示的是
NameAction.class.php (22) Action->display(public:name)
并不是你上面说的public:nameindex
NameAction.class.php (22) Action->display(public:name)
并不是你上面说的public:nameindex
作者: thinkphp 发布时间: 2011-10-13
工作不细心造成的,低级失误
非常抱歉
粘贴代码的时候,竟然多粘了一个之前的同样的语句
改代码的时候,竟然一直也没注意这行代码
谢谢老大!!!!
非常抱歉
粘贴代码的时候,竟然多粘了一个之前的同样的语句
改代码的时候,竟然一直也没注意这行代码
谢谢老大!!!!
作者: comeon2122 发布时间: 2011-10-13
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28