welyanto Posted March 14, 2014 Share Posted March 14, 2014 hi i just wanna ask about this warning, Warning: Your hosting provider is using the suhosin patch for PHP, which limits the maximum number of fields allowed in a form 10000 for suhosin.post.max_vars.10000 for suhosin.request.max_vars.Please ask your hosting provider to increase the suhosin limit to 4709 at least or edit the translation file manually. how can it possible? i'm already asked my hosting provider to raise suhosin.post.max_vars to 10000 and suhosin.request.max_vars to 10000 also i'm already check on phpinfo() that's everything setting same with everything possible to resolve the problems about change the language, but nothing change still i can't do it. can anyone help me or know about this? Link to comment Share on other sites More sharing options...
vekia Posted March 14, 2014 Share Posted March 14, 2014 it can be related to simple max input vars (without suhosin) max_input_vars = 10000; Link to comment Share on other sites More sharing options...
welyanto Posted March 15, 2014 Author Share Posted March 15, 2014 it can be related to simple max input vars (without suhosin) max_input_vars = 10000; but i see also on setting that max_input_vars already 10000 also max_input_vars 10000 max_input_time 60 memory_limit 128M post_max_size 20M that's very weird Link to comment Share on other sites More sharing options...
Recommended Posts