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
A server error appears after copying a table. It appears only when we are in page 2 of table pagination.
The table is well copied. But the table list does not refresh.
To Reproduce
Go to page 2 of tables list in a database
Click on a table
Click on Operations
Copy the table structure with a new name
See the server error after submit
Server logs
[25-Jun-2020 10:05:52 Europe/Paris] PHP Fatal error: Uncaught TypeError: Argument 2 passed to PhpMyAdmin\DatabaseInterface::dataSeek() must be of the type int, string given, called in /var/www/phpmyadmin/libraries/classes/Navigation/Nodes/NodeDatabase.php on line 488 and defined in /var/www/phpmyadmin/libraries/classes/DatabaseInterface.php:2724
Stack trace:
#0 /var/www/phpmyadmin/libraries/classes/Navigation/Nodes/NodeDatabase.php(488): PhpMyAdmin\DatabaseInterface->dataSeek(Object(mysqli_result), '50')
#1 /var/www/phpmyadmin/libraries/classes/Navigation/Nodes/NodeDatabase.php(514): PhpMyAdmin\Navigation\Nodes\NodeDatabase->getTablesOrViews('tables', '50', '')
#2 /var/www/phpmyadmin/libraries/classes/Navigation/Nodes/NodeDatabase.php(373): PhpMyAdmin\Navigation\Nodes\NodeDatabase->getTables('50', '')
#3 /var/www/phpmyadmin/libraries/classes/Navigation/NavigationTree.php(400): PhpMyAdmin\Navigation\Nodes\NodeDatabase->getData('tables', '50', '')
#4 /var/www/phpmyadmin/libraries/ in /var/www/phpmyadmin/libraries/classes/DatabaseInterface.php on line 2724
Server configuration
Operating system: Debian 10.4
Web server: nginx/1.14.2
Database version: Mariadb 10.3.23
PHP version: 7.3.14-1~deb10u1
phpMyAdmin version: 5.0.2
Client configuration
Browser: Chrome
Operating system: Mac 10.15
Additional context
I think this may be linked to this previous issue: #15772
Thanks
The text was updated successfully, but these errors were encountered:
Describe the bug
A server error appears after copying a table. It appears only when we are in page 2 of table pagination.
The table is well copied. But the table list does not refresh.
To Reproduce
Go to page 2 of tables list in a database
Click on a table
Click on Operations
Copy the table structure with a new name
See the server error after submit
Server logs
Server configuration
Client configuration
Additional context
I think this may be linked to this previous issue:
#15772
Thanks
The text was updated successfully, but these errors were encountered: