Create an .htaccess files in root directory of your wordpress installation & paste below code lines in your .htacces file.
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.