Forums / General / Same image names
Derby Web
Tuesday 20 January 2004 1:56:05 am
I need to check image names after each uploading because EzP often gives same names to different images. And if the image already exists EzP overwrties it!
EzP 3.3-1, PHP 4.3.4 Apache 2.0.48
Jan Borsodi
Tuesday 20 January 2004 6:26:30 am
Are you really sure this happens?
The names generated from images can be the same but the path will differ, just take a look at the full image path.
Also when working with drafts and uploading new images they will all get unique names since an internal counter is added to the name.
-- Amos Documentation: http://ez.no/ez_publish/documentation FAQ: http://ez.no/ez_publish/documentation/faq
Tuesday 20 January 2004 8:45:15 am
How path can be different when all images are placed in original/images folder? Ive use no variations.
Wednesday 21 January 2004 1:26:48 am
You did say you used 3.3 and in 3.3 the storage for images is changed, now they are stored in var/storage/images and var/storage/images-versioned for temporary versions, all with unique path.
The var/storage/original/image was used in 3.2 and earlier versions, so if you experience problems with this it means you do not have 3.3 but 3.2 or earlier.
Wednesday 21 January 2004 4:36:48 am
Thanx, you are absolutly right ! :) 3.2-4I`ve downloaded and tested many versions because of ugly bug with uneditable objects in 3.2-2. So i forgot what version i had installed :)