Hi,
We’re in the process of moving our Zenphoto 1.5.2 install from Red Hat Enterprise Linux 7.6, MariaDB 5.5.60, PHP 7.3.5 to a newer server running Red Hat Enterprise Linux 7.7, MySQL 8.0.17, PHP 7.3.8. Only one problem: We store an image-specific date manually entered on the Edit Album/Images tab using the date picker. I believe this is stored in zp_images.date. The strange thing is that on the new server, when we browse the Edit Album/Images tab, all the dates for those images change from their original values to a new date. Most of the time, the date is changed to 2019-08-05 16:26

s (but there are other dates as well). I don’t know the significance of that 2019-08-05 date, except that it is near to when I copied the files over from the older server. Just viewing the images triggers the date to change. I can query zp_images to see that images that have not yet been viewed retain their original date. Any idea how to prevent this?