Jump to content

[SOLVED] Error copying image


Recommended Posts

forge solution: Open - Classes/Tools.php

 

Change line number 1408

 

From:

"return @copy($source, $destination, $stream_context);"

 

to:

"return @copy($source, $destination);"

 

It should work, it is a small bug in prestashop 1.5.5

 

Regards

Vivek Sakhilati

Thank You

Link to comment
Share on other sites

  • 4 weeks later...

Dear All,

 

i tried this solution but still have problems. 

 

on of my files is in 

http://www.bestonlineperfume.com/img/p/Gucci-Flora-by-Gucci-Eau-de-Parfum-50ml.png

 

but it still keep telling below:

i have changed the tools.php but no different from before. 

could i know why?  thx

 

Regards,

Anthony

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...
  • 2 months later...

Hi all,

 

I had this problem too, and I think that the solution is very simple. Check the image dimensions, if the width is larger than 5000px, reduce to no more than 5000px, and then try to upload the image again.

 
It helped me, maybe someone will help too.
Sorry for my english, hopefully understand what I wrote  :)
Link to comment
Share on other sites

  • 1 month later...
  • 2 years later...
  • 1 month later...
×
×
  • Create New...