Closed (fixed)
Project:
Image FUpload
Version:
6.x-3.0-rc2
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2009 at 01:18 UTC
Updated:
12 Jan 2010 at 17:30 UTC
Is it okay to delete the rows with filename "field_name/image_processed" in the files table? I deleted some to test and it doesn't seem to cause any side effects, but just making sure. It also seems that if you delete an image, the image_processed row doesn't get deleted with it.
Comments
Comment #1
grandcat commentedThe "image_processed" entries will be deleted by cron one day later. So you don't have to remove them manually.
You only should run cron periodically.
Comment #2
Platinum commentedAh ok, didn't know that. I had previously tried running cron manually, but nothing happened, didn't know it'll do it daily. Thanks for your quick reply.