Hi,
just noticed the following "issue" with version 1.4.3.5 :
My gallery has 1095 images.
The images table show the following:
Rows: 1095
Auto-Increment: 1096
This is the status after I have uploaded all my images, which is fine so far.
When I do the following steps, there is something strange with the images table:
I will end up with the following images table:
Rows: 1095
Auto-Increment: 2181
This is reproducable on my live site and on my local installation.
Question is:
Why leads a generation of the sitemap to a change of the images table ?
Cheers
Ralf
Additional Info:
Seems not to be an issue with the sitemap plugin.
I have uploaded my imagers per ftp.
When I now browse the gallery the auto-increment value changes.
the number of images stays correct at 1095.
Is this a normal behaviour of the zenphoto gallery ?
Ralf
If you upload via FTP Zenphoto does not know about hte new images/albums until someone visits either the backend or the frontend. Then the images are cached and entries in the database are made. The gallery is entirely file system based which is why you can upload via FTP at all.
http://www.zenphoto.org/news/is-it-really-necessary-to-pre-cache-my-images-at-all-
http://www.zenphoto.org/news/is-it-really-necessary-to-pre-cache-my-images-at-all-