CHttpException

Your request is invalid.

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

325         return $_GET;
326     }
327 
328     /**
329      * This method is invoked when the request parameters do not satisfy the requirement of the specified action.
330      * The default implementation will throw a 400 HTTP exception.
331      * @param CAction $action the action being executed
332      * @since 1.1.7
333      * @throws CHttpException
334      */
335     public function invalidActionParams($action)
336     {
337         throw new CHttpException(400,Yii::t('yii','Your request is invalid.'));
338     }
339 
340     /**
341      * Postprocesses the output generated by {@link render()}.
342      * This method is invoked at the end of {@link render()} and {@link renderText()}.
343      * If there are registered client scripts, this method will insert them into the output
344      * at appropriate places. If there are dynamic contents, they will also be inserted.
345      * This method may also save the persistent page states in hidden fields of
346      * stateful forms in the page.
347      * @param string $output the output generated by the current action
348      * @return string the output that has been processed.
349      */

Stack Trace

#1
+
 /srv/users/dtp/apps/homecleany/public/Yeac/components/Controller.php(185): CController->runAction(CInlineAction)
180         
181         
182         if(!YeacBaseUserAccess::checkAccessAction($action))
183             throw new CHttpException(404, Yii::t('app', 'Your request is invalid.'));
184             
185         return parent::runAction($action);  
186     }
187     
188 
189     
190 
#7
+
 /srv/users/dtp/apps/homecleany/public/Yeac/behaviors/YeacBehaviorRunEnd.php(25): CApplication->run()
#9
+
 /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 02:48:41 Apache/2.4.58 (Unix) OpenSSL/1.1.1f Yii Framework/1.1.28