We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Request-URI Too Long
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
then it work.
Could you please check it out? Thank you so much!
Best regards,
David
The text was updated successfully, but these errors were encountered: