Zend Framework

Главные вкладки

Аватар пользователя chudomozg chudomozg 27 октября 2011 в 17:56

Здравствуйте, знатоки.

Собственно сабж:

Пытаюсь установить Zend Framework -

  1. Установил модуль "Zend"
  2. из readme выяснил
    If the Zend Framework is not installed there are three ways to install it on your
    system.

    1. Add it to the PHP include path manually or using a tool such as Pear. The
       Pear channel providing the Zend Framework is zend.googlecode.com/svn.
       
    2. Using the Libraries API module (http://drupal.org/project/libraries). First,
       install the Libraries API and then download the Zend Framework to a libraries
       directory.
       
    3. There is a variable named zend_path. This variable can be set to the root
       of the Zend Library. This vaiable has no UI to set it.

  3. пошел по пути #2 - он показался проще всего (+1 по первому я не могу пойти, т.к. использую виртуальный хостинг)
  4. Установил модуль "libraries"
  5. скачал последний Zend Framework и пихнул его в /sites/all/libraries/ - как и было сказано в readme

Теперь самое интересное - он цепляет начинает цеплять framework Но вот те на

warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory in /home/****/domains/**************/sites/all/libraries/Zend/Loader/Autoloader.php on line 24.

Файл на месте, права на доступ 0644.

В чем собственно может быть дело?
Даже не пойму куда копать.

Комментарии