Disregard this, at some point since installing the 1.5 PR, it appears that I've marged the incubator from one of the nightly snapshots into my /library/Zend folder which is why the 1.5 RC didn't work.
Looks like the rest of my night will be taken up with trying to figure out how I managed to become dependent on Incubator code and fix it :D Thanks, Al. On 24/02/2008, Alan Wagstaff <[EMAIL PROTECTED]> wrote: > oops, forgot to send to the list > > ---------- Forwarded message ---------- > From: Alan Wagstaff <[EMAIL PROTECTED]> > Date: 24 Feb 2008 17:46 > Subject: Re: [fw-general] 1.0.4 and 1.5RC1 sanity checks. . . > To: Wil Sinclair <[EMAIL PROTECTED]> > > > Hi Will, > > On 23/02/2008, Wil Sinclair <[EMAIL PROTECTED]> wrote: > > Hello everybody! The sanity check releases for 1.0.4 and 1.5 RC1 are now > > available here: > > ...snip... > > Please do *NOT* log any > > issues found in these archives in the issue tracker; instead post any > > major functional or packaging issues to this list or mail them to me > > directly (wil at zend dot com). > > I've just downloaded > http://framework.zend.com/releases/preview/1.5.0RC1/ZendFramework-1.5.0R > C1.zip and am using it in a project that I'm working on and have come > across a problem. > > My application has a simple modular setup: > > $frontController->setControllerDirectory(array( > 'default' => './application/modules/default/controllers', > 'staff' => './application/modules/staff/controllers' > )); > > Which was working fine under the 1.5 Preview Release. After updating > to this release, if I visit (for example): > > http://localhost/ford/staff/member/list > > Which should translate to - Module: staff - Controller: member - Action: list > > I recieve the following exception: > > Fatal error: Uncaught exception > 'Zend_Controller_Dispatcher_Exception' with message 'Invalid > controller class ("Staff_MemberController")' in > C:\wamp\www\ford\library\Zend\Controller\Dispatcher\Standard.php:353 > Stack trace: > #0 C:\wamp\www\ford\library\Zend\Controller\Dispatcher\Standard.php(263): > Zend_Controller_Dispatcher_Standard->loadClass('MemberControlle...') > #1 C:\wamp\www\ford\library\Zend\Controller\Front.php(914): > Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), > Object(Zend_Controller_Response_Http)) > #2 C:\wamp\www\ford\index.php(140): Zend_Controller_Front->dispatch() > #3 {main} > thrown in C:\wamp\www\ford\library\Zend\Controller\Dispatcher\Standard.php > on line 353 > > Has anything changed between 1.5PR and 1.5RC1 with regards to modular > setups? If so, what should I be changing to get my staff module > working again? > > Thanks, > Al. >
