Hi everyone,
Just want to say I fixed the issue – apart from raising the max_input_vars I also added
suhosin.post.max & request.max_vars in my .htaccess :
php_value suhosin.post.max_vars 8000
php_value suhosin.request.max_vars 8000
That fixed it for me. ??