安装Zend Framework 2时出错

时间:2014-07-19 05:34:36

标签: zend-framework2

我做了相应的操作,如下面的2教程

所示
  

http://www.inmotionhosting.com/support/website/zend/installing-zend-framework   http://www.inmotionhosting.com/support/website/zend/testing-your-zend-framework-installation

但是在安装检查程序中,我收到以下错误。

    Zend Framework Installation Errors  Tested
0   Exception thrown trying to access Zend/Loader.php using 'use_include_path' = true. Make sure you include Zend Framework in your include_path which currently contains: .:/usr/local/php5_3/lib/php

以下是我试图包含在php.ini中的路径

include_path = ".:/usr/local/php5_3/lib/php/home/content/54/10750054/html/zf/library"

并且

include_path = "/home/content/54/10750054/html/zf/library"

无论如何,我都会得到同样的错误。

1 个答案:

答案 0 :(得分:0)

首先,ZF2中没有文件Zend/Loader.php。 "测试您的Zend Framework安装"文章似乎是为ZF1编写的(而不是最新版本)。

Composer是安装ZF2的最佳方式,您应该在自己的计算机(或开发计算机)上执行此操作,而不是直接使用生产主机。我建议您了解如何继续使用主要ZF2文档中的说明:http://framework.zend.com/manual/2.3/en/user-guide/overview.html