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
PHP Fatal error: Uncaught TypeError: Argument 5 passed to PhpMyAdmin\Sql::getQueryResponseForResultsReturned() must be of the type string or null, object given, called in /var/opt/phpmyadmin/5.0.1/libraries/classes/Sql.php on line 2271 and defined in /var/opt/phpmyadmin/5.0.1/libraries/classes/Sql.php:1816
Steps to reproduce the behavior
CREATE TABLE `menu` (`id` INT NOT NULL , `name` VARCHAR(100) NOT NULL, PRIMARY KEY (`id`));
INSERT INTO `menu` (`id`, `name`) VALUES ('1', 'whatever');
click action "Browse" for the "menu" table
click "Edit" in the row to edit it on a new page (not inline)
click "Go" without changing the data
💥
If you change any data before clicking "Go", everything works as expected.
Server configuration
Debian 10.2
Apache 2.4.38-3+deb10u3
MariaDB 10.3.18-MariaDB-0+deb10u1
PHP 7.3.11-1~deb10u1
phpMyAdmin 5.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
PHP Fatal error: Uncaught TypeError: Argument 5 passed to PhpMyAdmin\Sql::getQueryResponseForResultsReturned() must be of the type string or null, object given, called in /var/opt/phpmyadmin/5.0.1/libraries/classes/Sql.php on line 2271 and defined in /var/opt/phpmyadmin/5.0.1/libraries/classes/Sql.php:1816
Steps to reproduce the behavior
CREATE TABLE `menu` (`id` INT NOT NULL , `name` VARCHAR(100) NOT NULL, PRIMARY KEY (`id`));INSERT INTO `menu` (`id`, `name`) VALUES ('1', 'whatever');If you change any data before clicking "Go", everything works as expected.
Server configuration
The text was updated successfully, but these errors were encountered: