I just updated Zend version, and I start getting this error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (/admin)'
As you can see, admin is the module, but the Router is looking for a controller as though no module haven't been set up. In Which class Zend parses the URI and gets the module, controller and action ? That way I would be able to see what's exactly hapenning. Any idea ? Matthew Weier O wrote: > > -- mysticav <[EMAIL PROTECTED]> wrote > (on Thursday, 03 May 2007, 01:55 PM -0700): >> Before version 0.9.2, I was ebled to set the modules like this: >> >> $frontController->setControllerDirectory(array( >> 'default' => './application/default/controllers', >> 'web' => './application/web/controllers', >> 'admin' => './application/admin/controllers' >> )); >> >> Seems that 0.9.2 Has changed this paradigm. So how can I get the same >> results as previous versions ? > > Nothing changed with regards to module functionality in 0.9.2, and I use > something similar in a couple different projects. What errors or > misbehaviours are you seeing? > > -- > Matthew Weier O'Phinney > PHP Developer | [EMAIL PROTECTED] > Zend - The PHP Company | http://www.zend.com/ > > -- View this message in context: http://www.nabble.com/setControllerDirectory-in-0.9.2-tf3688902s16154.html#a10313410 Sent from the Zend Framework mailing list archive at Nabble.com.
