[TYPO3-english] Validating the security token of this form has failed issue in flexform with over 45 section entries

Domi djgarms at gmail.com
Tue Oct 23 00:15:52 CEST 2012


Hi Guys,

Thanks for the hints, here my solution which fixed the problem:


Into .htaccess:
php_value suhosin.post.max_vars 8000
php_value suhosin.get.max_vars 8000
php_value suhosin.request.max_vars 8000
php_value max_input_vars 8000

Before I had a value of 800-600, which wasn't enough

Cheers and good night,

Dominic


More information about the TYPO3-english mailing list