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:
- Open phpmyadmin;
- Select the database to export;
- Click export (SQL format).
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:
- php ini
- php ini-development
- php ini - production,
The warning remains and the database is incomplete.
What have i done wrong?