CHttpException

Your request is invalid.

/srv/users/serverpilot/apps/wwwpesantrukid/public/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

#7
+
 /srv/users/serverpilot/apps/wwwpesantrukid/public/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();
2024-03-19 09:44:06 Apache/2.4.58 (Unix) OpenSSL/1.0.2g Yii Framework/1.1.16