Guest User

Untitled

a guest
Aug 20th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Invalid Controller Specified Error, even though the controller is present
  2. $routeMenuItem = new Zend_Controller_Router_Route('/menu-item/:action/:menu/:parent/:id/*', array(
  3. 'controller' => 'MenuItem',
  4. 'action' => 'index',
  5. 'menu' => 1,
  6. 'parent' => 0,
  7. 'id' => 0
  8. ));
  9.  
  10. File Name: MenuItemController.php
  11. Class Name: MenuItemController
  12.  
  13. #0 /../library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
  14. #1 /../library/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
  15. #2 /../library/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
  16. #3 /../public/index.php(25): Zend_Application->run()
  17. #4 {main}
  18.  
  19. array (
  20. 'action' => 'index',
  21. 'menu' => '2',
  22. 'controller' => 'MenuItem',
  23. 'parent' => 0,
  24. 'id' => 0,
  25. )
  26.  
  27. File Name: MenuitemController.php
  28. Class Name: MenuitemController
Add Comment
Please, Sign In to add comment