CHttpException

您的请求无效。

/www/wwwroot/test2021.wr8d71.com/vendors/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

#6
+
 /www/wwwroot/test2021.wr8d71.com/web/index.php(12): CApplication->run()
07 
08 $config = dirname(__FILE__).'/../config/main.php';
09 
10 //Yii run you
11 require_once(dirname(__FILE__).'/../vendors/framework/yii.php');
12 Yii::createWebApplication($config)->run();
2022-03-12 00:52:38 nginx/1.17.8 /1.1.20