We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Uncaught TypeError: PhpMyAdmin\DatabaseInterface::getColumns(): Argument #2 ($table) must be of type string, null given, called in libraries/classes/Sql.php on line 187 and defined in libraries/classes/DatabaseInterface.php:893 Stack trace: #0 libraries/classes/Sql.php(187): PhpMyAdmin\DatabaseInterface->getColumns('public', NULL) #1 libraries/classes/Sql.php(1540): PhpMyAdmin\Sql->resultSetContainsUniqueKey('public', NULL, Array) #2 libraries/classes/Sql.php(1860): PhpMyAdmin\Sql->getQueryResponseForResultsReturned(Object(mysqli_result), Array, 'public', NULL, NULL, Object(PhpMyAdmin\Display\Results), './themes/pmahom...', 1, 1, NULL, NULL, NULL, 'SELECT 1;', NULL) #3 libraries/classes/Sql.php(1707): PhpMyAdmin\Sql->executeQueryAndGetQueryResponse(Array, false, 'public', NULL, false, NULL, NULL, NULL, NULL, 'index.php?route...', './themes/pmahom...', NULL, NULL, 'SELECT 1;', NULL) #4 libraries/classes/Controllers/Database/QueryByExampleController.php(133): PhpMyAdmin\Sql->executeQueryAndSendQueryResponse(Array, false, 'public', NULL, false, NULL, NULL, NULL, NULL, 'index.php?route...', './themes/pmahom...', NULL, NULL, 'SELECT 1;', NULL) #5 libraries/classes/Routing.php(187): PhpMyAdmin\Controllers\Database\QueryByExampleController->index(Array) #6 index.php(18): PhpMyAdmin\Routing::callControllerForRoute('/database/qbe', Object(FastRoute\Dispatcher\GroupCountBased), Object(Symfony\Component\DependencyInjection\ContainerBuilder)) #7 {main} thrown in libraries/classes/DatabaseInterface.php on line 893
Steps to reproduce the behavior:
SELECT 1;
The text was updated successfully, but these errors were encountered:
Add a ChangeLog entries for #16999, #17001 and 56d9c26
02a7dd4
Signed-off-by: William Desportes <williamdes@wdes.fr>
65d262c
williamdes
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
SELECT 1;in query boxServer configuration
The text was updated successfully, but these errors were encountered: