0

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:

  1. Open phpmyadmin;
  2. Select the database to export;
  3. 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?

Tiago Martins Peres
  • 14,289
  • 18
  • 86
  • 145
  • Possible duplicate of https://stackoverflow.com/questions/27365148/warning-a-form-on-this-page-has-more-than-1000-fields-php-mysql – Shoukat Mirza Nov 18 '18 at 19:01

1 Answers1

0

Have you restarted your server after changing the config files?

blancos
  • 25
  • 9