If you can’t upload your images to product. And you get this error: {Object}.toJSON is not a function in firebug console. This issue will be fix easily if you add $H() to your object.
replace by:
var myData = this.images.toJSON();
replace by:
var myData = $H(this.images).toJSON();
thanks man, my updated magento version needed exactly that hack! Thanks!
ReplyDeletethanks a lot!!!!!!! blessings
ReplyDeletethanks. it solved the issue. but in magento admin panel loader image doesn't display.
ReplyDeletesolved this issue on magento 1.4.0.1 after security patch 6788
ReplyDelete