Jump to content

i need help with getimagesize(): Read error!


Recommended Posts

Can anyone help me with this? I am still learning. But after trying to figure it out and then searching for a fix, I'm stuck. This is from using the importfast module importing csv's and the modules command "download missing images" (importfast/imagecron.php) and I get this error....something changed because it has worked well, repeatedly in the past.  

 

Notice: getimagesize(): Read error! in [/size]/home/my-site/public_html/override/classes/Link.php on line [/size]46

 

Notice: getimagesize(): Read error! in [/size]/home/my-site/public_html/override/classes/Link.php on line [/size]46

Resized 2/31311 images in 35.883 seconds

 

 

 

 

Here is the link.php code referred to in the error...

 

if (self::copy_url($url, $tmpfile) && getimagesize($tmpfile) ||
copy(_PS_MODULE_DIR_.'/importfast/noimage.jpg', $tmpfile))
 

 

Server information: Linux #1 SMP Mon Dec 16 18:16:56 MSK 2013 i686

Server software version: Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 mod_fcgid/2.3.6 PHP version: 5.4.24 MySQL version: 5.5.36-cll MySQL engine: InnoDB  PrestaShop version: 1.5.6.2

Link to comment
Share on other sites

×
×
  • Create New...