Warning: imagejpeg() [function.imagejpeg]: Unable to open ‘
/modules/ja_news/helper.php on line 123
This seems is woring offline and online , getting errors with thumbnail, some thumbnails working some not, new info added does not work…
thanks
joomla 1.1 teline 2 off line WAMP server, latest php 5.2
online php 4.4.4.
also resized thumbnail links have double slash
/resized//images could be a problem..
thanks
}
$dst = imagecreatetruecolor($tn_width,$tn_height);
//imageantialias ($dst, true);
if (function_exists('imageantialias')) imageantialias ($dst, true);
imagecopyresampled ($dst, $src, 0, 0, 0, 0, $tn_width, $tn_height, $width, $height);
imagejpeg($dst, $resized, 90); // write the thumbnail to cache as well...
return "images/resized/".$rzname;
}