I have my running website up and everything was going smoothly until I hit a max menu item limit. I have been scouring the web for the past week to remedy this issue without any luck so far. I have tried the following.
Edit /etc/php5/apache2/php.ini by changing max_input_vars from 1000 to 3000 or 5000. Restart apache
Create a new php.ini and put in wp-admin folder.
Change max_input_vars = 3000 upload_max_filesize = 70M; post_max_size = 128M; upload_tmp_dir = 70M; max_input_vars = 3000; memory_limit = 256M;
edit .httaccess by adding <IfModule mod_php5.c> php_value max_input_vars 5000 </IfModule>
None of these have working for me. I am using the ubuntu 4 wordpress image - there must be something server-side that truely controlling the max_input_vars.
Thoughts, suggestions?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This comment has been deleted
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.