Jump to content

Unable to upload images in all browsers after upgrade to 1.5.2


Recommended Posts

I've upgrade from 1.4.9 to 1.5.2 successfully using one-click upgrade.

 

The only problem is the image upload for existing and new products. After browsing and selecting the picture but nothing happens when I click Save or Save and Stay. Only ie9 gives indication of 1/0 images but the images still cannot be uploaded.

 

Please help!

Link to comment
Share on other sites

Have you have checked in Preferences > Images and look for the Maximum size of product pictures - try increasing this. Make sure Image quality is set to JPEG. I'm sure you have done that already, just checking.

 

 

Next try replacing (prestashop\classes\FileUploader.php - line 166)

 

$temp = tmpfile();

 

with

 

$temp = fopen("php://temp", "wb");

 

More info and link to patch here,

 

http://forge.prestashop.com/browse/PSCFV-5756

 

Hope this helps.

Link to comment
Share on other sites

×
×
  • Create New...