PDA

View Full Version : EXIF not showing


Ametz
03-30-2009, 06:41 AM
I have a new install of the latest 1.7.1 PP

* In OPTIONS: Show EXIF on front page is ON
* In ADDONS: Update EXIF: Updated exif from 3 images.

Searched in the database but i cant find any trace of EXIF data there.
Where in the database should it be stored? (might be the cause problem)
Do i miss that table perhaps?

[EDITED, found the exif in the database]

Also all images show EXIF data with the program PhotoME (Best EXIF program ever)

BUT if my EXIF tags is somehow different, could someone upload/link to a correct
image that i can test upload with proper EXIF to be sure my images isen't the problem?

I can see a Histogram of the images tho by the Histogram addon.

Dkozikowski
03-30-2009, 07:21 AM
The EXIF information is stored within the pixelpost_pixelpost table as a serialized array under the exif_info column.

Ametz
03-30-2009, 01:15 PM
Ok i found that in the database now:

SELECT COUNT( * ) AS `Rader` , `exif_info`
FROM `pixelpost_pixelpost`
GROUP BY `exif_info`
ORDER BY `exif_info`
LIMIT 0 , 30


a:12:{s:13:"VerboseOutput";s:1:"0";s:6:"Errors";s:1:"0";s:9:"ValidJpeg";s:1:"0";s:13:"ValidIPTCData";s:1:"0";s:13:"ValidJFIFData";s:1:"0";s:13:"ValidEXIFData";s:1:"0";s:13:"ValidAPP2Data";s:1:"0";s:12:"ValidCOMData";s:1:"0";s:6:"Endien";s:7:"Unknown";s:11:"IFD0NumTags";s:1:"0";s:10:"IFD1Offset";s:1:"0";s:17:"DataDumpMakerNote";s:0:"";}

So that might not be the problem, what can i look at next?

Dkozikowski
03-30-2009, 04:08 PM
Is your template setup to display EXIF information?

A link to your photoblog would be helpful...