Jump to content

Image upload problem in Prestashop 1.5.5


Recommended Posts

I Just upgrade to new version. And I have problem i cannot upload image in product page

I recive error undefineI

In console i have error

 

js/fileuploader.js:1099

 

if (xhr.status == 200){

this.log("xhr - server response received");

this.log("responseText = " + xhr.responseText);

var response;

try {

response = jQuery.parseJSON(xhr.responseText);

} catch(err){

console.log(err); <------ 1099

response = {};

}

Somebody have this problem how can i fix this

Link to comment
Share on other sites

×
×
  • Create New...