Advertisement
mOrloff

Error Page

Jun 21st, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. An error occurred
  2. Application error
  3. Exception information:
  4.  
  5. Message: Action Helper by name FormfieldCounter not found
  6. Stack trace:
  7.  
  8. #0 C:\Program Files\ZendFrameworkCli\library\Zend\Controller\Action\HelperBroker.php(293): Zend_Controller_Action_HelperBroker::_loadHelper('FormfieldCounte...')
  9. #1 C:\wamp\NetBeansProjects\ZendSchool\application\controllers\UserController.php(42): Zend_Controller_Action_HelperBroker->getHelper('FormfieldCounte...')
  10. #2 C:\wamp\NetBeansProjects\ZendSchool\application\controllers\UserController.php(30): UserController->countformfieldsAction()
  11. #3 C:\Program Files\ZendFrameworkCli\library\Zend\Controller\Action.php(515): UserController->__call('steveAction', Array)
  12. #4 C:\Program Files\ZendFrameworkCli\library\Zend\Controller\Dispatcher\Standard.php(295): Zend_Controller_Action->dispatch('steveAction')
  13. #5 C:\Program Files\ZendFrameworkCli\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
  14. #6 C:\Program Files\ZendFrameworkCli\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch()
  15. #7 C:\Program Files\ZendFrameworkCli\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
  16. #8 C:\wamp\NetBeansProjects\ZendSchool\public\index.php(26): Zend_Application->run()
  17. #9 {main}
  18.  
  19. Request Parameters:
  20.  
  21. array (
  22. 'controller' => 'user',
  23. 'action' => 'steve',
  24. 'module' => 'default',
  25. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement