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 ReferenceError: isStorageSupported is not defined #11959

Closed
joseluisq opened this issue Feb 14, 2016 · 3 comments
Closed

Uncaught ReferenceError: isStorageSupported is not defined #11959

joseluisq opened this issue Feb 14, 2016 · 3 comments
Assignees
Labels
Bug A problem or regression with an existing feature
Milestone

Comments

@joseluisq
Copy link

OS: Fedora 23 x64
URL: phpmyadmin/setup/index.php
Browser: Chrome v48.0.2564.109 (64-bit)
phpMyAdmin: v4.5.4.1

Uncaught ReferenceError: isStorageSupported is not defined

@poush
Copy link
Contributor

poush commented Feb 14, 2016

This error is most likely due to failure of loading of functions.js.
Can you do one thing

  1. Go To Inspect Element
  2. Click on Sources tab
  3. Open JS field from left
    and click on file as shown in image and do a search of isStorageSupported function (as shown i image)

screen shot 2016-02-14 at 11 39 17 am

@007durgesh219
Copy link
Contributor

It's because functions.js is not included in setup/index.php. I tried including it but again it depends upon lots of other scripts. I think best solution would be to define isStorageSupported separately for setup/index.php

@nijel nijel added the Bug A problem or regression with an existing feature label Feb 15, 2016
@nijel nijel added this to the 4.5.5 milestone Feb 15, 2016
@nijel nijel self-assigned this Feb 15, 2016
@nijel
Copy link
Contributor

nijel commented Feb 15, 2016

Param Value
Error Type ReferenceError
Error Message Uncaught ReferenceError: isStorageSupported is not defined
Exception Type js
Link Report#8989

This comment is posted automatically by phpMyAdmin's error-reporting-server.

@nijel nijel closed this as completed in 9204b85 Feb 15, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 28, 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
Projects
None yet
Development

No branches or pull requests

4 participants