CHttpException

Yêu cầu của bạn không hợp lệ.

/home/muskwxrchosting/public_html/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
+
 /home/muskwxrchosting/public_html/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Krasnoyarsk' for '+07/7.0/no DST' instead in /home/muskwxrchosting/public_html/framework/views/exception.php on line 217
2024-03-29 02:34:42 LiteSpeed Yii Framework/1.1.22