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

Request-URI Too Long #130

Open
davidyv opened this issue Jul 14, 2015 · 0 comments
Open

Request-URI Too Long #130

davidyv opened this issue Jul 14, 2015 · 0 comments
Labels

Comments

@davidyv
Copy link

davidyv commented Jul 14, 2015

Hi,

My site have too many colors value, I got the following error when "Configure Images":

Request-URI Too Long

The requested URL's length exceeds the capacity limit for this server.

So, I changed the "get" to "post" at 72 line in js/easylife_switcher/adminhtml/system.js:

fillValues: function(url, attributeId, type, submitUrl) {
    var that = this;
    that.currentAttributeId = attributeId;
    that.currentType = type;
    that.submitUrl = submitUrl;
    new Ajax.Request(url, {
        method: 'post',
        parameters: {
            attribute_id: attributeId,
            type: type,
            val: $(that.config.prefix + '_' + that.currentAttributeId + '_' + that.currentType).value
        },

then it work.

Could you please check it out? Thank you so much!

Best regards,
David

@tzyganu tzyganu added wontfix and removed wontfix labels Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants