CHttpException

Your request is invalid.

/home/njroxkhl/public_html/uniformwaley.com/framework/web/CController.php(344)

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

Stack Trace

#6
+
 /home/njroxkhl/public_html/uniformwaley.com/index.php(14): CApplication->run()
09 defined('YII_DEBUG') or define('YII_DEBUG',true);
10 // specify how many levels of call stack should be shown in each log message
11 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
12 
13 require_once($yii);
14 Yii::createWebApplication($config)->run();
15 
16 
2024-03-28 18:34:46 LiteSpeed Yii Framework/1.1.17