Re: [fw-general] Adding Zend_Application_Module_Bootstrap file causes application to fail

2009-05-09 Thread Chris Martin
I am running into this as well (rev 15472). When using multiple controller directories and Zend_Application_Module_Bootstrap bootstraps it recurses through... {main}( ) ../index.php:0 Zend_Application_Bootstrap_BootstrapAbstract->bootstrap( ) ../index.php:49 Zend_Application_Bootstra

Re: [fw-general] Adding Zend_Application_Module_Bootstrap file causes application to fail

2009-05-09 Thread j.padron
Hi Mon, That's exactly the reason. I debug it with Zend Studio and fall in an infinite bucle. Waiting for the "official" response. Thanks. Mon Zafra wrote: > > I think it's because of this change: > (Zend/Application/Module/Bootstrap.php) > > Index: Bootstrap.php > =

Re: [fw-general] Adding Zend_Application_Module_Bootstrap file causes application to fail

2009-05-09 Thread Mon Zafra
I think it's because of this change: (Zend/Application/Module/Bootstrap.php) Index: Bootstrap.php === --- Bootstrap.php (revision 15357) +++ Bootstrap.php (revision 15356) @@ -51,7 +51,7 @@ */ public function __

Re: [fw-general] Adding Zend_Application_Module_Bootstrap file causes application to fail

2009-05-09 Thread j.padron
Hi, Same problem here. It's related to http://framework.zend.com/issues/browse/ZF-6545 http://framework.zend.com/issues/browse/ZF-6545 . There, there is a modular structure to reproduce the fail. Thanks -- View this message in context: http://www.nabble.com/Adding-Zend_Application_Module_Boot

Re: [fw-general] Adding Zend_Application_Module_Bootstrap file causes application to fail

2009-05-09 Thread iceangel89
icic with svn anyway i can revert to that ver? Erwin Toze wrote: > > Hi, > > i think this is due to an error in trunk, i have as well a > Fatal error: Maximum function nesting level of '100' reached, aborting! > on localhost with the latest checkout in trunk > > so i had to downgrade to the

Re: [fw-general] Adding Zend_Application_Module_Bootstrap file causes application to fail

2009-05-09 Thread Erwin Toze
Hi, i think this is due to an error in trunk, i have as well a Fatal error: Maximum function nesting level of '100' reached, aborting! on localhost with the latest checkout in trunk so i had to downgrade to the 1.8.0 stable release 2009/5/9 iceangel89 > > i get > > Connection Interrupted > >

[fw-general] Adding Zend_Application_Module_Bootstrap file causes application to fail

2009-05-08 Thread iceangel89
i get Connection Interrupted The connection to the server was reset while the page was loading. The network link was interrupted while negotiating a connection. Please try again. when i add a Bootstrap.php in my modules/modulename dir. i also have a line "resources.modules = " in application