Controller not working in zend framework -
i have run zend framework project downloaded live site, in localhost. working fine. in front page, following errors shown.
there error. exception information: message: action helper name getenvpath not found stack trace: #0 d:\xampp\htdocs\hyperspace_dev\library\zend\controller\action\helperbroker.php(293): zend_controller_action_helperbroker::_loadhelper('getenvpath') #1 d:\xampp\htdocs\hyperspace_dev\library\zend\controller\action\helperbroker.php(323): zend_controller_action_helperbroker->gethelper('getenvpath') #2 d:\xampp\htdocs\hyperspace_dev\application\controllers\customercontroller.php(390): zend_controller_action_helperbroker->__call('getenvpath', array) #3 d:\xampp\htdocs\hyperspace_dev\application\controllers\customercontroller.php(390): zend_controller_action_helperbroker->getenvpath() #4 d:\xampp\htdocs\hyperspace_dev\library\zend\controller\action.php(516): customercontroller->accountaction() #5 d:\xampp\htdocs\hyperspace_dev\library\zend\controller\dispatcher\standard.php(308): zend_controller_action->dispatch('accountaction') #6 d:\xampp\htdocs\hyperspace_dev\library\zend\controller\front.php(954): zend_controller_dispatcher_standard->dispatch(object(zend_controller_request_http), object(zend_controller_response_http)) #7 d:\xampp\htdocs\hyperspace_dev\library\zend\application\bootstrap\bootstrap.php(97): zend_controller_front->dispatch() #8 d:\xampp\htdocs\hyperspace_dev\library\zend\application.php(366): zend_application_bootstrap_bootstrap->run() #9 d:\xampp\htdocs\hyperspace_dev\index.php(36): zend_application->run() #10 {main} request parameters: array ( 'controller' => 'customer', 'action' => 'account', 'module' => 'default', )
front page means after getting login redirected page , controller not called here
i have searched lot of things.but still can't resolved.
if met same problem, please save me guys
the actionhelper getenvpath cannot found. request , controller right. suggest checking if exists , if so, if filename , call have right case (case sensitivity).
Comments
Post a Comment