注册 登录
编程论坛 PHP技术论坛

请教问题,为什么我的smarttemplate类加载不进来?

jiushini50 发布于 2007-09-18 10:30, 1653 次点击

下面是我的错误代码:
<b>Warning</b>: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'smarttemplate/class.smarttemplate.php' for inclusion (include_path='C:\Program Files\Zend\ZendStudio-5.5.0\bin\ZendFramework\library') in <b>F:\PHP\NewPhp\config\templateConfig.inc.php</b> on line <b>2</b><br />
<br />
<b>Fatal error</b>: Class 'SmartTemplate' not found in <b>F:\PHP\NewPhp\index.php</b> on line <b>4</b><br />

还有就是我的NewPhp的config文件夹下

2 回复
#2
lmhllr2007-09-18 11:37
应该是路径不对。。。
#3
可可熊2007-09-18 12:08
Failed opening 'smarttemplate/class.smarttemplate.php'

无法打开。很明显。
1