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_Request_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-tf3281180s16154.html#a9126596
Sent from the Zend Framework mailing list archive at Nabble.com.