Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Image jpeg workaround  (Read 4348 times)

0 Members and 1 Guest are viewing this topic.

jim8

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Image jpeg workaround
« on: February 28, 2006, 04:02:55 am »

Hello,
I am try to comment out your work around but when I do it I get all sort of crazy text. Here is what I tried whats wrong?
// Work around to get jpeg files to work
// imagejpeg($dst_img, $dest_file, $CONFIG['jpeg_qual']);

$fh=fopen($dest_file,'w');
fclose($fh);
imagejpeg($dst_img, $dest_file, $CONFIG['jpeg_qual']);

Logged

Nibbler

  • Guest
Re: Image jpeg workaround
« Reply #1 on: February 28, 2006, 03:56:21 pm »

Update to 1.4.4
Logged
Pages: [1]   Go Up
 

Page created in 0.221 seconds with 20 queries.