- This topic has 3 replies, 3 voices, and was last updated 10 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Search form max. number of fields
Hi Simone
I believe this is to do with the PHP setting max_input_vars http://php.net/manual/en/info.configuration.php#ini.max-input-vars
You are exceeding the maximum number of inputs in one HTML form (the edit screen is 1 big form) – as each Search & Filter field, has many options – these quickly add up – and in some servers maxes out this limitation.
Try to find out what it is from your host, and try increasing it also.
Thanks
You can use this plugin to discover what yours is set to:
https://wordpress.org/plugins/system-snapshot-report/
1000 is the PHP default and will not give you many fields before it is exceeded. This variable also restricts the maximum number menu items.