View Issue Details

IDProjectCategoryView StatusLast Update
0013698MantisTouchGeneralpublic2012-03-17 04:29
ReporterStillhardy Assigned Tovboctor  
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.1.1 
Summary0013698: Fatal error
Description

Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (error)' in /srv/www/mantisbugtracker.com/public_html/mantistouch/library/Zend/Controller/Dispatcher/Standard.php:248 Stack trace: #0 /srv/www/mantisbugtracker.com/public_html/mantistouch/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) 0000001 /srv/www/mantisbugtracker.com/public_html/mantistouch/library/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch() 0000002 /srv/www/mantisbugtracker.com/public_html/mantistouch/library/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run() 0000003 /srv/www/mantisbugtracker.com/public_html/mantistouch/public/index.php(122): Zend_Application->run() 0000004 /srv/www/mantisbugtracker.com/public_html/mantistouch/index.php(3): include('/srv/www/mantis...') 0000005 {main} Next exception 'Zend_Controller_Exception' with message 'Invalid controller in /srv/www/mantisbugtracker.com/public_html/mantistouch/library/Zend/Controller/Plugin/Broker.php on line 336

TagsNo tags attached.

Activities

JMTyler

JMTyler

2012-01-03 18:00

reporter   ~0030778

Last edited: 2012-01-18 21:59

I am also experiencing this bug. It occurred when I tried to login through MantisTouch, after it got past the /checklogin call but before it finished loading /dashboard. My server is running MantisBT 1.2.4.

vboctor

vboctor

2012-01-08 03:42

manager   ~0030854

Is this an intermittent or a permanent error? Did you try upgrading to newer MantisBT versions?

rolfkaiser

rolfkaiser

2012-01-08 15:45

reporter   ~0030863

Last edited: 2012-01-08 15:53

I installed this today, and found a number of documentation bugs (which I will log separately in 0013742) in the mantis touch readme - this is caused by one of them.

This is the error you get if you have an outdated mantis installation. It's erroring trying to get the user preferences, and in old mantis installs (I had 1.2.4) the API endpoint doesn't exist. Upgrading to 1.2.8 fixes it.

vboctor

vboctor

2012-01-08 19:31

manager   ~0030866

@Stillhardy, can you please confirm that you were using MantisTouch against MantisBT version that is older than 1.2.5? Note that starting the next MantisTouch version, 1.2.5 will be the minimum support release. For older versions, the user will get an error on login.