Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.2, 1.9.3, 1.9.4, 1.9.5, 1.9.6, 1.9.7, 1.9.8, 1.10.0, 1.10.1, 1.10.2, 1.10.3
-
Fix Version/s: 1.10.5
-
Component/s: Zend_Application, Zend_Loader
-
Labels:None
Description
Hi,
Even though I saw that this bug fixed,
I still get this error message:
'Warning: include(FrontController.php) [function.include]: failed to open stream: No such file or directory in /xxx/library/Zend/Loader.php on line 83'
The workaround of adding 'false' at class_exists() in BootstrapAbstract.php (line 354) still solves this.
Issue Links
| This issue is related to: | ||||
| ZF-7550 | Bootstrap fails after checking out r17414 |
|
|
|
The false parameter was removed from the get_class() call in r17801. Simply adding it back causes the test case Zend_Application_Bootstrap_BootstrapAbstractTest::testRequestingPluginsByAutoloadableClassNameShouldNotRaiseFatalErrors.
I'm going to try and see if I can't find out a way for this to work in both cases.