By appbitcloud
I’m having limited number of menu issue in my WordPress. I’m having about 100 menu + sub menus on my page. In my previous hosting, I don’t have this limited issue. After I reached about 80 menus, I couldn’t create more.
I’ve Google on this issue and found many suggestions and I have tried the following.
Edit /etc/php5/apache2/php.ini by changing max_input_vars from 1000 to 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;
<IfModule mod_php5.c>
php_value max_input_vars 5000
</IfModule>
None of them works.
I also found a suggestion that it’s the limit that can only be adjusted by hosting. However, I have already asked the support team, but they said they can’t help on this setting.
This’s very important since I really need to have a lot of items on my menu. Really appreciate anyone help.
Note - I’m using WordPress App image from Digital Ocean on Linux 14.04 Apache server.
Thank you,
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!
Change max input vars by uploading php.ini in wp-admin, this way seemed to work for me How to Increase the Menu Items Limit In WordPress
I am having this same problem, can’t seem to find a fix anywhere. Somewhere on the server, the server is overriding max_input_vars = 3000 back to the default 1000.
I have also changed all the settings in php.ini // .htaccess // suhosin without any luck. The limit stays at 1000.
Any thoughts? I have read that article entirely and it does not have an answer for me
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.