not working sir,
Create an .htaccess files in root directory of your wordpress installtion and paste this in your .htacces file, and you’ll hopefully be good to go:
php_value suhosin.post.max_vars 7000
php_value suhosin.request.max_vars 7000
the value of 7000 might not be enough for you, so you can change it to anything you want.