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

Uncaught InternalError: too much recursion and Uncaught DOMException: An exception was thrown #17186

Open
liviuconcioiu opened this issue Nov 15, 2021 · 0 comments
Labels
Bug A problem or regression with an existing feature ui Issues relating to the user interface

Comments

@liviuconcioiu
Copy link
Contributor

liviuconcioiu commented Nov 15, 2021

Describe the bug

Uncaught InternalError: too much recursion and Uncaught DOMException: An exception was thrown when trying to preview SQL.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://demo.phpmyadmin.net/master-config/index.php?route=/table/structure&db=sakila&table=actor
  2. Click on Go to create a new column
  3. Select PRIMARY from "Index" select box
  4. Click on Preview SQL in the modal window
  5. Click on Close

Screenshots

Untitled

Additional context

{
    "pma_version": "5.2.0-dev",
    "browser_name": "FIREFOX",
    "browser_version": "96.0",
    "user_os": "Win",
    "server_software": "nginx/1.14.2",
    "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0",
    "locale": "en",
    "configuration_storage": "disabled",
    "php_version": "7.4.25",
    "script_name": "index.php",
    "exception_type": "js",
    "exception": {
        "name": "InternalError",
        "message": "too much recursion",
        "mode": "failed",
        "incomplete": "false",
        "uri": "index.php?route=%2Ftable%2Fstructure"
    }
}
@williamdes williamdes added Bug A problem or regression with an existing feature ui Issues relating to the user interface labels Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A problem or regression with an existing feature ui Issues relating to the user interface
Projects
None yet
Development

No branches or pull requests

2 participants