forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: jpaffett on April 11, 2005, 09:53:03 am

Title: Existing EXIF information not available after upgrade
Post by: jpaffett on April 11, 2005, 09:53:03 am
If I upgrade my database from 1.3.x to 1.4.x it appears that existing EXIF information is no longer visible. I assume this is because the format the EXIF information is held in has been changed to show more information. Is this a known issue? Is there a possibility for an upgrade script?
Title: Re: Existing EXIF information not available after upgrade
Post by: Tarique Sani on April 11, 2005, 11:50:20 am
This should have been a known issue and solved by now BUT it is not even registered as a bug :( Will start working on an EXIF upgrade script hopefully it will be in the CVS soon

Thanks for drawing attention to it - meanwhile just empty the exif table and the EXIF info will be re-read into it on the first visit by anyone to the said picture
Title: Re: Existing EXIF information not available after upgrade
Post by: Aditya Mooley on April 11, 2005, 12:31:03 pm
Added a query in update.sql to truncate the exif table and committed to CVS.
Title: Re: Existing EXIF information not available after upgrade
Post by: jpaffett on April 12, 2005, 06:30:57 am
Thanks, I'm glad it was so easy to fix :)