Can't save menu items after PHP upgrade to 5.4
-
Hi there, my hosting company recently upgraded the PHP version on their servers to 5.4. This has not affected anything on my WordPress sites apart from the ability to save more than 100 items in the menu.
Previously I added this Sohusin Post Variable code to my .htaccess to enable me to save more items:
php_value suhosin.post.max_vars 5000
php_value suhosin.request.max_vars 5000Now PHP 5.4 does not use Sohusin (not compatible), so I have removed this code from my .htaccess. I have been informed by the hosting company that there are no limits applied server-side for post or request vars, so surely I should be able to save as many menu items as I like. I now receive a connection timeout error every time I try and save more menu items. Could anyone point me in the direction of the possible cause and solution?
- The topic ‘Can't save menu items after PHP upgrade to 5.4’ is closed to new replies.