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

Illegal string offset error on structure page of 'information_schema' #15781

Closed
Gaurav-Punjabi opened this issue Jan 12, 2020 · 6 comments
Closed
Assignees
Labels
Bug A problem or regression with an existing feature
Projects
Milestone

Comments

@Gaurav-Punjabi
Copy link
Contributor

Describe the bug

PhpMyAdmin throws various illegal string offset error when navigating to structure page of information_schema database after executing this query
select * from information_schema.tables

To Reproduce

  1. Go to SQL tab of 'information_schema'
  2. Execute this query select * from information_schema.tables
  3. After the results are displayed select the structure tab of the same database.

Expected behavior

Structure page of 'information_schema' should be displayed without any errors or warnings.

Screenshots

image

Server configuration

  • Operating system: Ubuntu 18
  • Web server: nginx/1.10.3
  • Database version: libmysql - mysqlnd 7.4.0
  • PHP version: 7.4.0
  • phpMyAdmin version: 5.1.0-dev
@williamdes williamdes added the Bug A problem or regression with an existing feature label Jan 12, 2020
@williamdes williamdes added this to Needs triage in issues via automation Jan 12, 2020
@williamdes
Copy link
Member

On 4.9 it would throw :
image

@Gaurav-Punjabi
Copy link
Contributor Author

@williamdes So on what version should I work on to fix this issue? 5.0 or 4.9?

@williamdes
Copy link
Member

4.9 is okay and does not accept any fixes
Please use branch QA_5_0 as base

Important reproducing step: Go to SQL tab of 'information_schema'

@williamdes
Copy link
Member

Just restore the behavior of 4.9 and you will be good for a PR ;)

@Gaurav-Punjabi
Copy link
Contributor Author

Okay 👍

@williamdes williamdes added this to the 5.0.2 milestone Jan 12, 2020
@williamdes williamdes moved this from Needs triage to Medium priority in issues Jan 24, 2020
williamdes added a commit that referenced this issue Feb 12, 2020
Signed-off-by: William Desportes <williamdes@wdes.fr>
issues automation moved this from Medium priority to Closed Feb 12, 2020
@williamdes
Copy link
Member

@Gaurav-Punjabi I closed this issue, please take another one if you want to :)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 12, 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
Projects
issues
  
Closed
Development

No branches or pull requests

2 participants