Skip to content
New issue

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

Cant display content from information_schema.PROCESSLIST #15850

Closed
POPSuL opened this issue Jan 25, 2020 · 2 comments
Closed

Cant display content from information_schema.PROCESSLIST #15850

POPSuL opened this issue Jan 25, 2020 · 2 comments
Assignees
Labels
Bug A problem or regression with an existing feature good first issue newbie
Projects
Milestone

Comments

@POPSuL
Copy link

POPSuL commented Jan 25, 2020

Describe the bug

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

To Reproduce

Steps to reproduce the behavior:

  1. Go to SQL
  2. execute select * from information_schema.PROCESSLIST
  3. show nothing

Expected behavior

Should shows process list

Server configuration

CentOS, PHP 7.4, PMA 5.0.1

@williamdes williamdes added Bug A problem or regression with an existing feature good first issue newbie labels Jan 25, 2020
@williamdes williamdes added this to Needs triage in issues via automation Jan 25, 2020
@williamdes williamdes moved this from Needs triage to to be fixed soon in issues Jan 25, 2020
@williamdes williamdes added this to the 5.0.2 milestone Jan 25, 2020
@rabeehrz
Copy link
Contributor

I would like to work on this

@williamdes
Copy link
Member

@rabeehrz You can work on this issue, please use QA_5_0 as base branch and target for your PR.

@williamdes williamdes self-assigned this Jan 26, 2020
williamdes added a commit to williamdes/phpmyadmintest that referenced this issue Jan 26, 2020
Signed-off-by: William Desportes <williamdes@wdes.fr>
issues automation moved this from to be fixed soon to Closed Jan 26, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature good first issue newbie
Projects
issues
  
Closed
Development

No branches or pull requests

3 participants