CHttpException

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

/srv/users/dtp/apps/homecleany/public/vendor/yiisoft/yii/framework/web/CController.php(486)

474         return $this->createActionFromMap($map,$actionID,$requestActionID,$config);
475     }
476 
477     /**
478      * Handles the request whose action is not recognized.
479      * This method is invoked when the controller cannot find the requested action.
480      * The default implementation simply throws an exception.
481      * @param string $actionID the missing action name
482      * @throws CHttpException whenever this method is invoked
483      */
484     public function missingAction($actionID)
485     {
486         throw new CHttpException(404,Yii::t('yii','The system is unable to find the requested action "{action}".',
487             array('{action}'=>$actionID==''?$this->defaultAction:$actionID)));
488     }
489 
490     /**
491      * @return CAction the action currently being executed, null if no active action.
492      */
493     public function getAction()
494     {
495         return $this->_action;
496     }
497 
498     /**

Stack Trace

#4
+
 /srv/users/dtp/apps/homecleany/public/Yeac/behaviors/YeacBehaviorRunEnd.php(25): CApplication->run()
#6
+
 /srv/users/dtp/apps/homecleany/public/index.php(11): CComponent->__call("runEnd", array("front"))
06 
07 if (!file_exists($config))
08 $config = $filePlace.'/protected/config/main.php';
09 
10 require_once($yii);
11 Yii::createWebApplication($config)->runEnd('front');
2024-03-19 05:45:32 Apache/2.4.58 (Unix) OpenSSL/1.1.1f Yii Framework/1.1.28