Telesight Posted June 6, 2012 Share Posted June 6, 2012 (edited) In the backend when trying to translate the admin and modules part I get this message: Warning, your hosting provider is using the suhosin patch for PHP, which limit the maximum number of fields to post in a form : 1000 for suhosin.post.max_vars. 1000 for suhosin.request.max_vars. Please ask your hosting provider to increase the suhosin post and request limit to 4252 at least. or edit the translation file manually. I have done this: Create file "php.ini" in my admin directory. add the code below in "php.ini" that I just created. suhosin.request.max_vars = 4252 suhosin.post.max_vars = 4252 suhosin.get.max_vars = 4252 suhosin.cookie.max_vars = 4252 But it does not solve the block. Edited June 6, 2012 by Telesight (see edit history) Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 6, 2012 Share Posted June 6, 2012 Hi Telesight, In this situation, this is a limitation placed on you by your hosting provider, so your options are either to call your host and ask them to increase those values (even temporarily to allow you to finish your translations) or do the translations manually via the files in your site's /translations directory. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
Recommended Posts