It's working now :) I have changed the controller filename from LocationTypeController.php to LocationtypeController.php and the class name to LocationTypeController to LocationtypeController.
For more details refer this .. http://www.nabble.com/Routing-problems---Invalid-controller-specified-tf4271653s16154.html#a12157882 Can anyone suggest any detailed document on naming conventions so that I can read that. Ashish ashish.sharma wrote: > > I am trying to deploy my Zend application on linux server where all my > controllers are working fine except the one and I am not able to find out > the reason? > > I have develped this application on Windows running XAMMP, here all the > sections are working abs fine including the one which is not working > online (on linux). I am not able to track the reason for this? What I feel > is it might be due to the controller name which is in lower camel case > "locationType". All the other controllers are one word controllers like > ... admin, home, country etc .. except the one which is "locationType" and > this is the controller which is giving / throwing the exception on > dispatch. > > Can anyone suggest what exactly the problem is? > > Ashish sharma > > -- View this message in context: http://www.nabble.com/Problem-in-accessing-controller.-tf4284806s16154.html#a12197222 Sent from the Zend Framework mailing list archive at Nabble.com.
