Image missing/deleted after a few hours

edmund.kwok - June 2, 2009 - 03:57
Project:Ubercart Option Images
Version:6.x-1.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Images that are uploaded appears in the edit form as well as in the node. After a few hours however, the images are missing - missing/deleted from the option-images folder to be exact. There are no messages in the logs indicating that anything happened between the the image being uploaded and the images being missing.

Here's the before:
> find . -type f -name image.jpg
./sites/default/files/imagecache/product_list/image.jpg
./sites/default/files/imagecache/uc_thumbnail/image.jpg
./sites/default/files/imagefield_thumbs/image.jpg
./sites/default/files/option-images/image.jpg
./sites/default/files/tmp/image.jpg

And here's the after:
> find . -type f -name image.jpg
./sites/default/files/imagecache/product_list/image.jpg
./sites/default/files/imagecache/uc_thumbnail/image.jpg
./sites/default/files/imagefield_thumbs/image.jpg

Anybody had/having the same issue?

#1

jerry - June 2, 2009 - 19:16

I observed this behavior in an early version of the 6.x port and provided a patch here back in #294725: Drupal 6 port ?. I haven't seen it since. However, that fix has been in at least the last couple of released versions, so unless you're using (or started with) an old version of the port, I'm not sure why you'd see that problem now.

 
 

Drupal is a registered trademark of Dries Buytaert.