You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
svivian opened this issue
Jan 22, 2022
· 3 comments
· Fixed by #17324
Assignees
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
The navigation panel in the latest version (5.1.2) is very broken. Using the page selector replaces the table list with a database list.
To Reproduce
Open PMA.
Click a table name to see the list of tables.
Click the > button to move to the next page of tables.
Instead of showing the next page, it shows the list of databases instead. Example from the demo server:
After that PMA is full of errors, for example clicking another database in the outer list says "No databases selected". Or sometimes the tables get put in a "Views" subcategory even if they're not views.
PMA 5.1.2, PHP 7.4, MySQL 5.7, latest Chrome. Also tested on demo server.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Describe the bug
The navigation panel in the latest version (5.1.2) is very broken. Using the page selector replaces the table list with a database list.
To Reproduce
>button to move to the next page of tables.Instead of showing the next page, it shows the list of databases instead. Example from the demo server:
After that PMA is full of errors, for example clicking another database in the outer list says "No databases selected". Or sometimes the tables get put in a "Views" subcategory even if they're not views.
PMA 5.1.2, PHP 7.4, MySQL 5.7, latest Chrome. Also tested on demo server.
The text was updated successfully, but these errors were encountered: