I can use Drupal 5/6 + Zend Framework 1.0.4 with this module. But when I tried to use Zend Framework 1.5.3 and 1.6.0, I got the message

1.5.3:

Fatal error: Zend_Loader::require_once() [function.require]: Failed opening required 'Zend/Exception.php' (include_path='.:/opt/lampp/lib/php') in /drupal/sites/all/modules/zend/Zend_1.5.3/Loader.php on line 87

1.6.0:

Fatal error: Zend_Loader::require_once() [function.require]: Failed opening required 'Zend/Exception.php' (include_path='.:/opt/lampp/lib/php') in /drupal/sites/all/modules/zend/Zend_1.6.0/Loader.php on line 87

Comments

yfreeman’s picture

did you use the zend_initialize() function to load the framework?
that would be the proper way to load the zend framework api's

avpaderno’s picture

Status: Active » Postponed (maintainer needs more info)
robloach’s picture

Status: Postponed (maintainer needs more info) » Fixed

It supports any version you give it. I just tested with 1.8 and it worked fine. As long as you install correctly, there shouldn't be a problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.