![]() |
|
tagged pictures are not saved - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: tagged pictures are not saved (/thread-9337.html) |
tagged pictures are not saved - vincent3569 - 2011-12-02 Hi on 1.4.1.5, I have added a tag on 30 pictures (the tag is "portfolio"). something goes wrong with that : is this a known issue ? tagged pictures are not saved - acrylian - 2011-12-02 Is the database backup really from after you tagged 30 pictures? Otherwise this would make sense...:-) tagged pictures are not saved - vincent3569 - 2011-12-03 hi of couse, my backup is realy done with my 30 pictures :-) I explain what I do
what the problem could be ? tagged pictures are not saved - acrylian - 2011-12-03 Just to ask, you did use our backup tool or something like phpmyadmin? The only reason I could imagine this not matching would be that the albums (on filesystem) changed before re-importing the backup. tagged pictures are not saved - vincent3569 - 2011-12-03 I have tried the backup tool and a dump of the base using phpmyadmin. As said before, I am sure of my albums (I have done a copy/paste of /albums from the 1st site to the 2nd site) tagged pictures are not saved - acrylian - 2011-12-03 Ok, sorry then I have no idea. tagged pictures are not saved - vincent3569 - 2011-12-03 this sql statment how verify if the db of my prod site is corrupted ? tagged pictures are not saved - sbillard - 2011-12-03 There may be some orphaned database entries. There is a problem in the 1.4.1 release that garbage collecting does not properly clear out orphaned tag entries. Given your above SQL, I would presume that this is the issue. Clearly the two databases do not have the same content. tagged pictures are not saved - vincent3569 - 2012-01-12 I do some tests with 1.4.2 : I still have some tags wich are loosed during the migration. I explain my tests :
after the setup, I still have complete information in the new database when I'm navigate on images (on the visitors or the admin), the manualy added tags disappear. => after a fresh install with import of a database, is there a resync of metadata (maybe one representative pictures of albums) ? In this case, this would explain the loss of tags that are not in the EXIF ??images. tagged pictures are not saved - sbillard - 2012-01-12 There is no explicit metadata refresh on upgrade. But if anything were out of sync with the database the images might appear to be "new". So I did perform an upgrade from 1.4.1.6 to 1.4.2 RC3 and did not loose my manually applied tags. Must be something in your upgrade process. tagged pictures are not saved - vincent3569 - 2012-01-12 I don't make an upgrate but I do a mirror site to backup my prod site. when I do that with the process describe above (but it'is the same by using the database backup function of zenphoto), I lose the tags that were only in the database but not included in the EXIF ??of the photo. Quote:But if anything were out of sync with the database the images might appear to be "new". tagged pictures are not saved - sbillard - 2012-01-13 If the site is different from the one where the database was made then the timestamps of the images are unlikely to match the timestamp in the database. Thus the images "new". |