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
Display nothing. Also, if you take manually select from this table, you're got that error:
Fatal error: Uncaught TypeError: trim() expects parameter 1 to be string, null given in /usr/share/phpMyAdmin/libraries/classes/Display/Results.php:2864 Stack trace: #0 /usr/share/phpMyAdmin/libraries/classes/Display/Results.php(2864): trim(NULL) #1 /usr/share/phpMyAdmin/libraries/classes/Display/Results.php(2614): PhpMyAdmin\Display\Results->_getRowValues(Object(mysqli_result), Array, 0, false, Array, '', false, 'select * from i...', Array) #2 /usr/share/phpMyAdmin/libraries/classes/Display/Results.php(4300): PhpMyAdmin\Display\Results->_getTableBody(Object(mysqli_result), Array, Array, Array, false) #3 /usr/share/phpMyAdmin/libraries/classes/Sql.php(1666): PhpMyAdmin\Display\Results->getTable(Object(mysqli_result), Array, Array, false) #4 /usr/share/phpMyAdmin/libraries/classes/Sql.php(2002): PhpMyAdmin\Sql->getHtmlForSqlQueryResultsTable(Object(PhpMyAdmin\Display\Results), './themes/pmahom...', NULL, Array, false, false, 25, NULL, Object(mysqli_result), Array) #5 /usr/share/phpMyAdmin/libraries/classes/Sql.php(2271): P in /usr/share/phpMyAdmin/libraries/classes/Display/Results.php on line 2864
Steps to reproduce the behavior:
select * from information_schema.PROCESSLIST
Should shows process list
CentOS, PHP 7.4, PMA 5.0.1
The text was updated successfully, but these errors were encountered:
I would like to work on this
Sorry, something went wrong.
@rabeehrz You can work on this issue, please use QA_5_0 as base branch and target for your PR.
Add ChangeLog entry for phpmyadmin#15850
d42994a
Signed-off-by: William Desportes <williamdes@wdes.fr>
cf04491
williamdes
No branches or pull requests
Describe the bug
Display nothing. Also, if you take manually select from this table, you're got that error:
To Reproduce
Steps to reproduce the behavior:
select * from information_schema.PROCESSLISTExpected behavior
Should shows process list
Server configuration
CentOS, PHP 7.4, PMA 5.0.1
The text was updated successfully, but these errors were encountered: