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

Javascript error in admin extension settings page #21

Open
ktsixit opened this issue Jan 15, 2018 · 1 comment
Open

Javascript error in admin extension settings page #21

ktsixit opened this issue Jan 15, 2018 · 1 comment

Comments

@ktsixit
Copy link

ktsixit commented Jan 15, 2018

Hi,
I'm getting the following javascript errros in magento administration System > Configuration > CheckItOut! Extension.
Here are the errors

prototype.js:5557 Uncaught TypeError: Cannot read property 'get' of undefined
    at _createResponder (prototype.js:5557)
    at Function.observe (prototype.js:5636)
    at (index):1296
_createResponder @ prototype.js:5557

prototype.js:5557 Uncaught TypeError: Cannot read property 'get' of undefined
    at _createResponder (prototype.js:5557)
    at Function.observe (prototype.js:5636)
    at (index):1306
_createResponder @ prototype.js:5557

prototype.js:5557 Uncaught TypeError: Cannot read property 'get' of undefined
    at _createResponder (prototype.js:5557)
    at Function.observe (prototype.js:5636)
    at (index):1316

The lines 1296,1306,1316 have the following code:

(1296) Event.observe($('carriers_tablerate_condition_name'), 'change', checkConditionName.bind(this));
(1306) Event.observe($('carriers_tablerate_condition_name'), 'change', checkConditionName.bind(this));
(1316) Event.observe($('carriers_tablerate_condition_name'), 'change', checkConditionName.bind(this));

This is content from the Default Values Configuration section.

@evoratec
Copy link

In Default Values Configuration you must select the Default Region/State .
The errors come from geoip module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants