Running:
Centos(linux), Apache2, MySQL4, php4
Drupal 4.7.4 (no mod_rewrite)
CCK - content.module,v 1.56.2.20 2006/09/19 00:41:42
imagefield - imagefield.module,v 1.9.2.7 2006/10/31 07:17:34
- max res = 0 (no restriction)
imagecache - imagecache.module,v 1.9.2.10 2006/10/18 01:07:49
If a filename already exists a preset is not made but the preset for the original filename is used. This runs the risk of cross referencing images if filename is used twice.
Comments
Comment #1
dopry commentedthis is pretty much by design. You shouldn't have a filename appear twice in the same part of the filesystem anyway. You may need to flush the preset if you delete an original an upload a duplicate filename.
since the relative path is appended to imagecache's preset path I don't see how this could be an issue in most cases. escpecially not with typical use.