Reply to Re: error : No JPEG read support

Re: error : No JPEG read support new!
by pfpro, 16 years, 12 months ago
sorry 4 disturbing the peace ;)
found the solution: CHMOD(...)

$new_name_thumb = generate_thumb($file, $ext, $media_dir, $new_name, 105, false, "_thumb", "jpg");

$file_chmod = $media_dir . "/" . $new_name_thumb;
chmod ($file_chmod, 0777);

$new_name_thumb = generate_thumb($file, $ext, $media_dir, $new_name, 593, true, "_thumb_big", "jpg");

$file_chmod = $media_dir . "/" . $new_name_thumb;
chmod ($file_chmod, 0777);
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important