Closed (fixed)
Project:
ImageCache
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2006 at 14:33 UTC
Updated:
27 Oct 2006 at 19:45 UTC
I expected the flush function to remove all iamges created by a ruleset to be removed from the directory, so that they will be recreated, if a page containing that imagecache ruleset is accessed.
But all the images stay in that folder.
This installation is running on SuSE.
Might be a Problem with 'unlink()'.
*Investigating*
Comments
Comment #1
jvalletto commentedI think I found the problem. And it's just a simple fix.
Around line 185:
Should be:
Hope that helps.
Comment #2
jvalletto commentedI think I found the problem. And it's just a simple fix.
Around line 185:
Should be:
Hope that helps.
Comment #3
suit4 commentedYes, I found it myself.
Image Flush never got called at all.
Thanks.
Comment #4
dopry commentedI committed the fix to the 4.7 branch.
Comment #5
(not verified) commented