CodeIgniter Forums
CSRF error after upgrade to 2.1 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CSRF error after upgrade to 2.1 (/showthread.php?tid=47449)



CSRF error after upgrade to 2.1 - El Forum - 12-08-2011

[eluser]bpdp[/eluser]
for some reason all my forms stopped working. after debugging I found out that the the problem was because the csrf_cookie_name was not being added to the form.

I recently upgraded from 2.0.2 to 2.1 using these instructions: http://ellislab.com/codeigniter/user-guide/installation/upgrading.html

If I replace the system folder with the 2.0.2 folder everything works fine. anyone else had problem?