erikdubbelboer / phpRedisAdmin

Simple web interface to manage Redis databases.
http://dubbelboer.com/phpRedisAdmin/
3.11k stars 666 forks source link

Javascript needs to be enabled for you to delete keys. #82

Closed BigKuCha closed 8 years ago

BigKuCha commented 8 years ago

when I delete keys ,it show me that ! How to fix it? thanks. error in chrome console: Uncaught SecurityError: Failed to execute 'replaceState' on 'History': A history state object with URL xxx error in firefox console: SecurityError: The operation is insecure.

erikdubbelboer commented 8 years ago

Which browser are you using?

BigKuCha commented 8 years ago

chrome and firefox

erikdubbelboer commented 8 years ago

What domain did you deploy phpRedisAdmin on? Normally this should never happen as it only tries to replace it's own state.

erikdubbelboer commented 8 years ago

I mean which domain as in http://example.com

BigKuCha commented 8 years ago

http://local.phpredisadmin.com/?view&s=0&d=1&key=name

BigKuCha commented 8 years ago

The problem is solved.I changed domain from http://local.phpredisadmin.com to http://phpredisadmin . Hope you can improve it.Thanks! :smile: