Member
Member
Tobi_Kellner   2006-01-09, 16:58
#1

Hey,

I had a weird problem with the thumbnails, I could not write to the cache folder even though it was CHMOD 777.
I had already changed the code, when I stumbled accross a weird solution: if I put an innocent
touch($newfile);
just before
imagejpeg($newim, $newfile, $image_quality);
in or near line 87 in i.php then it works.

Having spent a day figuring it out myself, I now found a post on php.net which said just that :-|

Will submit a bug-report, too.

Tobi

Developer
Developer
trisweb   2006-01-11, 09:07
#2

Thanks, that could be a good precaution.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.