Closed (fixed)
Project:
Zend Framework
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2008 at 05:20 UTC
Updated:
25 Jun 2009 at 20:10 UTC
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
Comment #1
yfreeman commenteddid you use the zend_initialize() function to load the framework?
that would be the proper way to load the zend framework api's
Comment #2
avpadernoComment #3
robloachIt 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.