Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Fix Version/s: 1.9.1
-
Component/s: Zend_Application
-
Labels:None
Description
There is an autoloading issue that only occurs when a module bootstrap is loaded. In my case this leads to the following warnings
Warning: include(FrontController.php) [function.include]: failed to open stream: No such file or directory in /path/to/library/Zend/Loader.php on line 83
Warning: include() [function.include]: Failed opening 'FrontController.php' for inclusion (include_path='/path/to/library:.:/usr/local/lib/php') in /path/to/library/Zend/Loader.php on line 83
I could work around this issue, when I set the second parameter of class_exists to false at Zend_Application_Bootstrap_BootstrapAbstract::getPluginResource() on line 352.
Did you test this against 1.8.2? I think it was resolved already (not sure though).