Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
yeaitsedgar
tagDiv Member

UPDATE?

yeaitsedgar
tagDiv Member

SENT

yeaitsedgar
tagDiv Member

I have everything green on the backend. EXCEPT THIS

max_input_vars 1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.

This is my HTACCESS FILE but it doesn’t update the input vars, but that should prevent the demo from installing. The car demo works fine. its the default one that i need installed

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteRule ^index\.php$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

<IfModule php5_module>
php_value max_input_vars 10000
php_value suhosin.request.max_vars 10000
php_value suhosin.post.max_vars 10000
</IfModule>

# END WordPress

Viewing 3 posts - 1 through 3 (of 3 total)