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

Not responding to click, frozen interface, plugin Text_Plain_Sql error #14794

Closed
Nitromethane opened this issue Dec 19, 2018 · 0 comments
Closed
Assignees
Labels
Bug A problem or regression with an existing feature has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Milestone

Comments

@Nitromethane
Copy link

The Plugins Text_Plain_Sql Error

Its easy to reproduce this error.

  1. Go to the index of PMA: https://demo.phpmyadmin.net/QA_4_8/index.php
  2. Click help_topic table in mysql database on left navigation tree
  3. it will load function.js which is not exist in PMA .
  4. And then we could not click anything in browser.

Screenshots

_15452058734497

Client configuration

  • Browser: Chrome 70.0.3538.67
  • Operating system: Windows 10

Additional context

I try to fix this problem by change the '$scripts->addFile('function.js');' To '$scripts->addFile('functions.js');' in Text_Plain_Sql.php.
Then it works. I think maybe its only a misspelling.

@williamdes williamdes added the Bug A problem or regression with an existing feature label Dec 19, 2018
@williamdes williamdes self-assigned this Dec 19, 2018
@williamdes williamdes added this to the 4.8.4.1 milestone Dec 19, 2018
@williamdes williamdes changed the title The Plugins Text_Plain_Sql Error Not responding to click, frozen interface, plugin Text_Plain_Sql error Dec 19, 2018
@williamdes williamdes added the has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete label Dec 19, 2018
williamdes added a commit that referenced this issue Dec 19, 2018
Signed-off-by: William Desportes <williamdes@wdes.fr>
@ibennetch ibennetch modified the milestones: 4.8.4.1, 4.8.5 Jan 26, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2020
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 has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Projects
None yet
Development

No branches or pull requests

3 participants