php - Exception information:Message: Invalid controller specified (index) -
i inherited maintaining of php 1.0
website uses zend framework
. , have no experience framework. changed wording on page , received following error message. have know idea begin fixing problem.
exception information:message: invalid controller specified (index) , #0 /usr/local/zend/share/zendframework/library/zend/controller/front.php(954): zend_controller_dispatcher_standard->dispatch(object(zend_controller_request_http), object(zend_controller_response_http))#1 /usr/local/zend/share/zendframework/library /zend/application/bootstrap/bootstrap.php(97): zend_controller_front->dispatch() #2 /usr/local/zend/share/zendframework/library/zend/application.php(366): zend_application_bootstrap_bootstrap->run() #3 /var/www/ispadmin/public/index.php(47): zend_application->run() #4 {main} array: 'module' => string 'agreements' (length=10), 'controller' => string 'index' (length=5), 'action' => string 'index' (length=5)
please help, yvette.
i think need create class agreements_indexcontroller method
public function indexaction() { }
and put in here application/modules/agreements/controllers/indexcontroller.php
. , don't forget create view file, application/modules/agreements/views/sctipts/index/index.phtml
.
with basic config should help.
Comments
Post a Comment