Open GoogleCodeExporter opened 9 years ago
Do you have cookies enabled? It won't work, if not. Other than that, maybe the
session expired? I just committed some code to prevent the second one, and I
reworked the token code a little bit. If you're still having problems, try 2.0
beta 11 when it's out.
Original comment by sproctor@gmail.com
on 21 Jul 2012 at 10:03
same error do u find any solution?
Original comment by desarrol...@itesa.edu.mx
on 18 Feb 2013 at 11:55
Check the permissions for your php session variable folder ( usually
/var/lib/php/session ) and make sure your web server has access
Original comment by kryngled...@gmail.com
on 12 Apr 2013 at 6:59
Added kryngledaly's response to the FAQ. Closing this since there was no
response from the original reporters.
Original comment by sproctor@gmail.com
on 22 Apr 2013 at 9:37
I'm getting the same error
Secret token mismatch. Possible request forgery attempt.
Backtrace
#0 /var/www/html/calendar/includes/calendar.php(727): soft_error('Secret token
mi...')
#1 /var/www/html/calendar/includes/user_create.php(83): verify_token()
#2 /var/www/html/calendar/includes/user_create.php(30): process_form()
#3 /var/www/html/calendar/includes/calendar.php(686) : eval()'d code(1):
user_create()
#4 /var/www/html/calendar/includes/calendar.php(686): eval()
#5 /var/www/html/calendar/includes/calendar.php(632): do_action()
#6 /var/www/html/calendar/index.php(85): display_phpc()
#7 {main}
Release : 2.0.8
Original comment by ka...@ipsism.co.jp
on 1 Oct 2014 at 11:37
Getting the same error when trying to create users.
Error
Secret token mismatch. Possible request forgery attempt.
Backtrace
#0 /var/www/vhosts/12avearts.org/httpdocs/calendar/includes/calendar.php(727):
soft_error('Secret token mi...')
#1
/var/www/vhosts/12avearts.org/httpdocs/calendar/includes/user_create.php(83):
verify_token()
#2
/var/www/vhosts/12avearts.org/httpdocs/calendar/includes/user_create.php(30):
process_form()
#3 /var/www/vhosts/12avearts.org/httpdocs/calendar/includes/calendar.php(686) :
eval()'d code(1): user_create()
#4 /var/www/vhosts/12avearts.org/httpdocs/calendar/includes/calendar.php(686):
eval()
#5 /var/www/vhosts/12avearts.org/httpdocs/calendar/includes/calendar.php(632):
do_action()
#6 /var/www/vhosts/12avearts.org/httpdocs/calendar/index.php(89): display_phpc()
#7 {main}
Original comment by mapple...@gmail.com
on 2 Oct 2014 at 5:50
I cannot reproduce this. If you give your browser name and version, mysql
version, and php version, it might help. Perhaps look at the phpc_logins table
in the database. Are there any additional steps to reproduce this? Does it
happen every time? What if you log out then back in?
Original comment by sproctor@gmail.com
on 2 Oct 2014 at 6:15
Original issue reported on code.google.com by
Miche...@gmail.com
on 28 Jun 2012 at 7:03