Phpmyadmin: Edit not working when 50 plus rows is showing.

Created on 9 Jan 2018  路  3Comments  路  Source: phpmyadmin/phpmyadmin

Steps to reproduce

  1. Input 100+ rows in a table
  2. Select Number of rows(from dropdown) at least 50
  3. Click on the edit button in any row.

Expected behaviour

It should open an edit form with old values.

Actual behaviour

Not showing the edit form with values.

Server configuration

PHP version: 7.1.12

phpMyAdmin version: 4.7.7

Client configuration

Browser: Google chrome

Operating system: Windows 10/64

bug

Most helpful comment

We had the same bug.
To correct it, change the max_input_vars php ini parameter to something very big (1000 is the default and it is too small).
We set 5000
You may have to change max_post_size or other parameter.

All 3 comments

We had the same bug.
To correct it, change the max_input_vars php ini parameter to something very big (1000 is the default and it is too small).
We set 5000
You may have to change max_post_size or other parameter.

Related to #13887

Should be fixed by #14036.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marcomarsala picture marcomarsala  路  3Comments

bm322741 picture bm322741  路  3Comments

williamdes picture williamdes  路  3Comments

ChrisHSandN picture ChrisHSandN  路  3Comments

mauriciofauth picture mauriciofauth  路  3Comments