iceangel89 schrieb:
i am using ZF1.8dev from SVN i tried the Preview Release version with http://www.zfforums.com/zend-framework-general-discussions-1/resources-developers-37/bootstrapping-zf-1-8-way-2679.html#post9673
Bootstrapping the ZF1.8 way  and it works but it fails with any later
version beta from the ZF Download Page or the SVN 1.
the error

Warning: include(Zend\Application\Bootstrap\Base.php) [function.include]:
failed to open stream: No such file or directory in
D:\_FRAMEWORKS_\_ZF_TRUNK\library\Zend\Loader.php on line 83

Warning: include() [function.include]: Failed opening
'Zend\Application\Bootstrap\Base.php' for inclusion
(include_path='D:\Projects\test/library;.;D:/_FRAMEWORKS_/_ZF_TRUNK/library;D:/_FRAMEWORKS_/_ZF_TRUNK/incubator;')
in D:\_FRAMEWORKS_\_ZF_TRUNK\library\Zend\Loader.php on line 83

Fatal error: Class 'Zend_Application_Bootstrap_Base' not found in
D:\Projects\test\library\My\Application\Bootstrap.php on line 12

Zend_Tool fails too i posted that here too http://www.nabble.com/ZF1.8dev---Zend_Tool-Error-td23229134.html http://www.nabble.com/ZF1.8dev---Zend_Tool-Error-td23229134.html

The name of the class to extend changed from '/Zend_Application_Bootstrap_Base/' to '/Zend_Application_Bootstrap_Bootstrap/' somewhen. Change the 'require_once' statement and the classname from which your Bootstrap extends.

Reply via email to