Menu
  • HOME
  • TAGS

Zend Framework 2 routing error: resolves to invalid controller class or alias

zend-framework,routing,zend-framework2,zend-framework-mvc,zend-framework-routing

At the moment the route named application (the parent) defines a URL route of /application. The child route default however requires the controller name to be passed in as the first argument, followed by action. This means the URL would be /application/[:controller]/[:action] So visting /application/test You are inadvertently trying to...

Can't get my Zend Framework 2 project working on hosting server

.htaccess,mod-rewrite,zend-framework2,locale,zend-framework-routing

I have solved the problem, everything is working fine right now. I found the problem to be in my local.php config file. The problem was an error within this file, so it was actually a write error ( corrupt file ). @Alex thanks for the help though, appreciate it....