![]() |
|
Browsing album on Edit Album screen updates image date - 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: Browsing album on Edit Album screen updates image date (/thread-13305.html) |
Browsing album on Edit Album screen updates image date - tonygreen - 2019-08-07 Hi, Browsing album on Edit Album screen updates image date - acrylian - 2019-08-07 If I understand correctly you moved the whole install. Did you follow the correct order of doing so as explained here?: If you didn't follow this order, the images are considered newly discovered from the file system and the date will be updates. In short: First copy the albums physically, They must be present when you import the database backup so they are not newly discovered. Browsing album on Edit Album screen updates image date - tonygreen - 2019-08-09 Thanks for your reply. Yes, I had copied the files first (and started over from scratch just to be sure). I was able to figure out the problem. When I moved servers previously I had always copied the images using a Mac desktop FTP client. This time I used scp to copy server-to-server. Turns out the Mac client preserved access and modified dates and scp did not. That was the cause of the problem. Using scp with -p also preserves the modified date and that works fine as well. In that case, Zenphoto uses the date from the database (which is different from the access, modified and change dates). I noticed that if the file is modified after the database restore, then naturally Zenphoto updates the Date field with the modified date. All is well, thanks for your help! Browsing album on Edit Album screen updates image date - acrylian - 2019-08-09 Great you figured it out. Thanks for the update. |