Hi, When I type in a module name with another case, e.g. example.com/DEFAULT I got the following error :
Fatal error: Uncaught exception 'ErrorException' with message 'Undefined index: DEFAULT' in C:\Data\websites\example\library\Zend\Controller\Dispatcher\Standard.php:384 Stack trace: #0 C:\Data\websites\example\library\Zend\Controller\Dispatcher\Standard.php(384): exception_error_handler(8, 'Undefined index...', 'C:\Data\website...', 384, Array) #1 C:\Data\websites\example\library\Zend\Controller\Dispatcher\Standard.php(204): Zend_Controller_Dispatcher_Standard->getControllerClass(Object(Zend_Controller_Request_Http)) #2 C:\Data\websites\example\library\Zend\Controller\Dispatcher\Standard.php(244): Zend_Controller_Dispatcher_Standard->isDispatchable(Object(Zend_Controller_Request_Http)) #3 C:\Data\websites\example\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #4 C:\Data\websites\example\application\bootstrap.php(189): Zend_Controller_Front->dispatch() #5 C:\Data\websites\example\index.php(2): r in C:\Data\websites\example\library\Zend\Controller\Dispatcher\Standard.php on line 384 Thank you for any help -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/module-name-is-case-sensitive-error-with-alternative-case-tp3172786p3172786.html Sent from the Zend Framework mailing list archive at Nabble.com.
