I built my Joomla site in localhost, now I have to export the database and the files in the web space assigned to me.
I proceed as follows:
As result I get the following warning:
Warning: a module of this has more than 1000 fields, after submission some fields will be ignored, due to the max_input_vars configuration of PHP
I tried to increase max_vinput_vars
from 1000 to 2000 in the following files in the php folder:
The warning remains and the database is incomplete.
What have i done wrong?
Have you restarted your server after changing the config files?