--

WordPress Warning

If you see this message “Warning: a form on this page has more than 1000 fields” When you import / Export Database From phpmyadmin. Solution is very simple. Go to xampp > php > php.ini file.
Open the php.ini file. Search max_input_vars and you will see similar like

; max_input_vars = 1000

Just change this to

max_input_vars = 10000000

Restart you xampp apache from xampp-control.exe. Done. If you face problem again comment here.

https://smartupworld.com/wordpress-warning-form-has-1000-fields/

--

--

Smartupworld Websolutions
Smartupworld Websolutions

Written by Smartupworld Websolutions

Smartupworld.com is a family run web development company, owned by Al Mahbub Khan, a computer engineer, Senior Web Developer at Scylla technologies.

No responses yet