Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:None
-
Fix Version Priority:Must Have
Description
The following code
require_once 'Zend/Loader.php';
Zend_Loader::autoload('Zend_FooBar_Magic_Abstract');
Produces output:
Warning: Zend_Loader::include_once(Zend/FooBar/Magic/Abstract.php): failed to open stream: No such file or directory in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Loader.php on line 83
Warning: Zend_Loader::include_once(): Failed opening 'Zend/FooBar/Magic/Abstract.php' for inclusion (include_path='.:/home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/:/home/cawa/ZendFramework/svn/framework/branches/release-1.6/incubator/library/:/home/cawa/ZendFramework/svn/framework/branches/release-1.6/tests/:/home/cawa/ZendFramework/svn/framework/branches/release-1.6/incubator/tests/:/usr/share/pear:/usr/share/php') in /home/cawa/ZendFramework/svn/framework/branches/release-1.6/library/Zend/Loader.php on line 83
Issue Links
| This issue is related to: | ||||
| ZF-4002 | Zend_Config_Ini doesn't restore error handler, Zend_Loader::isReadable throw a Exception |
|
|
|
It's not actualy Zend_Loader problem, but some another which was masked by
ZF-4002.Once
ZF-4002was resolved it problem appears.It also produces the following output:
Catchable fatal error: Argument 1 passed to Zend_Service_Technorati_Author::__construct() must be an instance of DOMElement, string given in /home/cawa/ZendFramework/svn/framewo
rk/branches/release-1.6/library/Zend/Service/Technorati/Author.php on line 95
And breaks Unit tests execution
ZF-4002. OnceZF-4002was resolved it problem appears. It also produces the following output: