CHttpException

The system is unable to find the requested action "getByDeliveryTime".

/home/raovobjd/muahangmy.com/framework/yiilite.php(3668)

3656                 else
3657                     $config=array_merge($provider[$actionID],$config);
3658             }
3659         }
3660         else
3661             throw new CException(Yii::t('yii','Object configuration must be an array containing a "class" element.'));
3662         $class=Yii::import($providerType,true);
3663         $map=call_user_func(array($class,'actions'));
3664         return $this->createActionFromMap($map,$actionID,$requestActionID,$config);
3665     }
3666     public function missingAction($actionID)
3667     {
3668         throw new CHttpException(404,Yii::t('yii','The system is unable to find the requested action "{action}".',
3669             array('{action}'=>$actionID==''?$this->defaultAction:$actionID)));
3670     }
3671     public function getAction()
3672     {
3673         return $this->_action;
3674     }
3675     public function setAction($value)
3676     {
3677         $this->_action=$value;
3678     }
3679     public function getId()
3680     {

Stack Trace

#4
+
 /home/raovobjd/muahangmy.com/protected/components/WebApplicationEndBehavior.php(24): CApplication->run()
19         // and raise it.
20         $this->onModuleCreate = array($this, 'changeModulePaths');
21         $this->onModuleCreate(new CEvent($this->owner));
22 
23         $this->configMailerComponent();
24         $this->owner->run(); // Run application.
25     }
26 
27     // This event should be raised when CWebApplication
28     // or CWebModule instances are being initialized.
29     public function onModuleCreate ($event) {
#6
+
 /home/raovobjd/muahangmy.com/index.php(13): CComponent->__call("runEnd", array("front"))
08 defined('YII_DEBUG') or define('YII_DEBUG', true);
09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
10 
11 require_once($yii);
12 $app = Yii::createWebApplication($config);
13 $app->runEnd('front');
2024-03-19 05:18:51 LiteSpeed Yii Framework/1.1.14