i try to install the demo defualt content to everything driven . com and in firefox i get an error, but in chrome it just freezes while trying to install the demo content. Can someone help please, thank you.
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
Hi,
You can try to add the max_input_vars in the php.ini file like this guide suggests: https://forum.tagdiv.com/system-status-parameters-guide/
If the problem is still there try to follow this topic to rule out a few other variables:
https://forum.tagdiv.com/topic/installing-demo-problem/
If you still cannot get it to install, please send us an email at contact@tagdiv.com and provide wpo-admin so we can login and inspect the issue. Please also provide a link to this topic.
Thank you!
Hi,
You will receive the answer via email today as we do not work on weekends. Support hours are in the top right: http://screencast.com/t/s1uWUAXWtRXx
Thank you!