| Exception in PHP Script /index.php |
PHP Version: 5.2.6; Zend Engine Version: 2.2.0; Qcubed Version: 1.0.0 RC2 (QCubed 1.0 RC2) Application: Apache/2.0.54 (Fedora); Server Name: www.westsideindustrial.com.au HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
Line 470: public function __call($methodName, $args)
Line 471: {
Line 472: require_once 'Zend/Controller/Action/Exception.php';
Line 473: if ('Action' == substr($methodName, -6)) {
Line 474: $action = substr($methodName, 0, strlen($methodName) - 6);
Line 475: throw new Zend_Controller_Action_Exception(sprintf('Action "%s" does not exist and was not trapped in __call()', $action), 404);
Line 476: }
Line 477:
Line 478: throw new Zend_Controller_Action_Exception(sprintf('Method "%s" does not exist and was not trapped in __call()', $methodName), 500);
Line 479: }
Line 480:
#0 /home/vpss-lazarus/westsideindustrial.com.au/library/Zend/Controller/Action.php(505): Zend_Controller_Action->__call('invalidAction', Array)
#1 /home/vpss-lazarus/westsideindustrial.com.au/library/Zend/Controller/Dispatcher/Standard.php(285): Zend_Controller_Action->dispatch('invalidAction')
#2 /home/vpss-lazarus/westsideindustrial.com.au/library/Zend/Controller/Front.php(934): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#3 /home/vpss-lazarus/westsideindustrial.com.au/html/index.php(228): Zend_Controller_Front->dispatch()
#4 /home/vpss-lazarus/westsideindustrial.com.au/html/index.php(158): dispatchRoutes(Array)
#5 /home/vpss-lazarus/westsideindustrial.com.au/html/index.php(264): main()
#6 {main}