I had a similar error when updating ZF to 0.8.0. The cause was that the
parameters for the Zend_Controller->_forward() method have changed from
0.7.0 to 0.8.0(is there actually a place where I can look up API changes
from one version to the next?). 

One thing that changed was the order of the controller and action
parameter. So if you use a _forward('controller', 'index'), ZF would now
look for an indexController with a controllerAction and then generate an
error like yours (and mine)...

HTH,

Georg


> -----Original Message-----
> From: ranza [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 23, 2007 9:55 PM
> To: [email protected]
> Subject: [fw-general] problem when deploying site
> 
> 
> I ran into this very weird error. When i deploy the website 
> on my production server i get this error as if it looks for 
> my index controller in some weird dir.
> 
> ive tryed to set a basedir, give it absolute urls to the 
> folders and so on.
> Do you have any idear of what causes this error?
> 
> error:
> 
> Fatal error: Uncaught exception 
> 'Zend_Controller_Dispatcher_Exception' with message '"index" 
> controller does not exist' in
> /home/frontier/library/Zend.php:229 Stack trace: #0
> /home/frontier/library/Zend/Controller/Dispatcher.php(386):
> Zend::exception('Zend_Controller...', '"index" control...') #1
> /home/frontier/library/Zend/Controller/Front.php(725):
> Zend_Controller_Dispatcher->dispatch(Object(Zend_Controller_Re
quest_Http),
> Object(Zend_Controller_Response_Http)) #2
> /home/frontier/public_html/index.php(43): 
> Zend_Controller_Front->dispatch()
> #3 {main} thrown in /home/frontier/library/Zend.php on line 229
> 
> 
> my index.php: http://pastebin.dk/index.php?show=3054
> 
> it's as if it looks for my controllers in the wrong dir. But 
> ive tryed full paths, setting basedir and so on... nothing 
> seems to help. do anyone have an idear of what could be wrong ?
> --
> View this message in context: 
> http://www.nabble.com/problem-when-deploying-site-tf3281180s16
154.html#a9126596
> Sent from the Zend Framework mailing list archive at Nabble.com.
> 
> 

Reply via email to