Website shows error:
PHP Max Input Vars: [?] 1000 - Recommended Value: 3000. Max input vars limitation truncate POST data such as menus. Increasing max input vars limit needed.
Resolution
Increase max_input_vars parameter :
-
Open the tab Domains > yourdomain.com > PHP Settings.
-
In Additional configuration directives field add "max_input_vars" parameter with recommended value or greater:
CONFIG_TEXT: max_input_vars = 3000
-
Click OK button