If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

php_value suhosin.request.max_vars 5000

  • Hi !
    I have some problem with my theme. I work on my Localhost with MAMP and i have this message : 

    "If you have activated the J&W Menu plugin but arenĀ“t able to add another menu item or do you have installed demo data and you're unable to save page, it most likely means that you have reached the maximal limit set on your PHP server. If it happens, add the following part of code to the .htaccess file, please: 
    php_value max_input_vars 5000 php_value suhosin.post.max_vars 5000 php_value suhosin.request.max_vars 5000"

    I've already modified my httpd.conf, i put this code on it.

    <IfModule mod_php5.c>
    php_value max_input_vars 5000
    php_value suhosin.post.max_vars 5000
    php_value suhosin.request.max_vars 5000
    </IfModule>


    I have increase the php memory too via php.ini
    Thanks in advance for your help.

    Antoine
  • All following comments are shown for registered users only!

    (3 more comments)
This discussion has been solved.
All Discussions