Link to home
Start Free TrialLog in
Avatar of Jack_son_
Jack_son_Flag for Afghanistan

asked on

PHP Error ?

Hi All,

I am receiving these errors when moving a working app to a new computer.  I think it may be paths or similar.  Can someone let me know if you know where the issues are?

Page not found
Exception information:

Message: Action "index" does not exist and was not trapped in __call()
Stack trace:

#0 C:\wamp\www\test1\library\Zend\Controller\Action.php(518): Zend_Controller_Action->__call('indexAction', Array)
#1 C:\wamp\www\test1\library\Zend\Controller\Dispatcher\Standard.php(295): Zend_Controller_Action->dispatch('indexAction')
#2 C:\wamp\www\test1\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#3 C:\wamp\www\test1\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch()
#4 C:\wamp\www\test1\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#5 C:\wamp\www\test1\public\index.php(38): Zend_Application->run()
#6 {main}  

Request Parameters:

array (
  'controller' => 'index',
  'action' => 'index',
  'module' => 'default',
)
ASKER CERTIFIED SOLUTION
Avatar of EMB01
EMB01
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial