Home Yii Framework Getting error: Bad Request The CSRF token could not be verified: when CSRF has been enabled in the Yii Framework
 
 
 

Getting error: Bad Request The CSRF token could not be verified: when CSRF has been enabled in the Yii Framework

PDF Print E-mail

Question: Getting error: Bad Request The CSRF token could not be verified: when CSRF has been enabled in the Yii Framework and I'm clicking on a linkButton within a form.

 

Answer: 

Add  'YII_CSRF_TOKEN' => Yii::app()->request->csrfToken to the params array in the linkButton

Example

 
<?php echo CHtml::linkButton('Register', array('submit' => ' ',
                                              'params' => array('reg'=>'new', 'YII_CSRF_TOKEN' => Yii::app()->request->csrfToken ),
                        ));
 
?> 
 

+/-
+/- Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
Security Please input the anti-spam code that you can read in the image.
 
 
Banner