Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Fix Version/s: 1.9.2
-
Component/s: Zend_Application
-
Labels:None
Description
Due to commit r17414 my bootstrap fails because zend_app "can't" find a custom resource plugin. The only decent fix I can think of is reverting r17414 ( http://framework.zend.com/code/changelog/Standard_Library/standard/trunk/library/Zend/Application?cs=17414 ).
The exception I get is:
Zend_Application_Bootstrap_Exception: Resource matching "freak_application_resource_acl" not found in /home/dolf/Projects/Kandelaaronline/website/application/library/Zend/Application/Bootstrap/BootstrapAbstract.php on line 685
Attachments
Issue Links
| This issue is duplicated by: | ||||
| ZF-8424 | Zend_Application_Bootstrap_BootstrapAbstract::hasResourcePlugin() causes warnings. |
|
|
|
| ZF-8509 | CLONE -Zend_Application_Bootstrap_BootstrapAbstract::hasResourcePlugin() causes warnings. |
|
|
|
| This issue is related to: | ||||
| ZF-7224 | loader warnings when using class resource for a specific module |
|
|
|
| ZF-6658 | autoloading issue with the fallback autoloader |
|
|
|
| ZF-6672 | autoloading issue in Zend_Application_Bootstrap_BootstrapAbstract::getPluginResource |
|
|
|
| This issue is related to: | ||||
| ZF-7696 | Bug: 'include(FrontController.php) [function.include]: failed to open stream: No such file or directory' error message |
|
|
|
Need a reproduce case, please. All current tests pass, so I need a test that fails to debug against.