CHttpException

Некорректный запрос.

/home/i/infoimqi/floyd13.ru/vendor/yiisoft/yii/framework/web/CController.php(336)

324     {
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      */
334     public function invalidActionParams($action)
335     {
336         throw new CHttpException(400,Yii::t('yii','Your request is invalid.'));
337     }
338 
339     /**
340      * Postprocesses the output generated by {@link render()}.
341      * This method is invoked at the end of {@link render()} and {@link renderText()}.
342      * If there are registered client scripts, this method will insert them into the output
343      * at appropriate places. If there are dynamic contents, they will also be inserted.
344      * This method may also save the persistent page states in hidden fields of
345      * stateful forms in the page.
346      * @param string $output the output generated by the current action
347      * @return string the output that has been processed.
348      */

Stack Trace

#6
+
 /home/i/infoimqi/floyd13.ru/public_html/index.php(28): CApplication->run()
23 }
24 
25 require dirname(__FILE__) . '/../vendor/autoload.php';
26 
27 // create a Web application instance and run
28 Yii::createWebApplication($config)->run();
2024-03-28 11:47:56 Apache/2.4.55 (Unix) Yii Framework/1.1.16