symfony 1.4:include_once()出错

时间:2010-08-02 17:49:50

标签: symfony1

安装sfDoctrineApplyPlugin-1.1.1后,解压缩Zend at lib / vendor / Zend,执行sfApply / apply并提交表单 看来我得到了这个错误:

  

警告:   include_once(Zend的/装载机/ Autoloader.php)   [function.include-once]:失败了   open stream:没有这样的文件或目录   在   /家庭/ ptiteshina /工作区/ sfprojects / moonrave /插件/ sfDoc   trineApplyPlugin /模块/ sfApply / LIB / BasesfApplyActions.clas   第350行的s.php

     

警告:include_once()   [function.include]:打开失败   'Zend / Loader / Autoloader.php'代表   包容   (include_path中='/家/ ptiteshina /工作区/ sfprojects / moonrav   E / LIB /供应商::在/ usr /共享/ PHP:在/ usr /共享/梨')   在   /家庭/ ptiteshina /工作区/ sfprojects / moonrave /插件/ sfDoc   trineApplyPlugin /模块/ sfApply / LIB / BasesfApplyActions.clas   第350行的s.php

     

致命错误:类   找不到'Zend_Loader_Autoloader'   /家庭/ ptiteshina /工作区/ sfprojects / moonrave /插件/ sfDoc   trineApplyPlugin /模块/ sfApply / LIB / BasesfApplyActions.clas   第351行的s.php

如果我写作 include_once( '/选择/ LAMPP / htdocs中/ RS7 / LIB /供应商/ Zend的/库/ Zend的/装载机/ Autoloader.php'); 错误消失了,但你知道,我不能使用绝对路径。

我尝试了一些路径,但它没有用。

有什么想法吗?

Javi

1 个答案:

答案 0 :(得分:0)

您是否阅读了Installing and configuring the Zend Framework部分招聘教程?有一种在ProjectConfiguration中使用Zend自动加载器的简单方法。