Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthortjk
    • CommentTimeMar 16th 2006
     
    hello
    already installed exifer1_5 but still get the "Date Taken" being the date the file was modified (checked the file exif of a picture and it has different date).
    • CommentAuthorsonria
    • CommentTimeMar 18th 2006
     
    What is exifer? I have the same problem but can't find the reference anywhere. Thanks.
    • CommentAuthorddejong
    • CommentTimeMar 18th 2006
     
    EXIFER is the EXIF library used in Plogger. Look under /lib to find it.

    Cheers,
    Derek
    •  
      CommentAuthortjk
    • CommentTimeMar 19th 2006 edited
     
    fixed...
    line 71 in plog-admin-functions.php
    $exif["date_taken"] = (isset($exif_raw["IFD0"]["DateTime"])) ? trim($exif_raw["IFD0"]["DateTime"]) : '';

    change to
    $exif["date_taken"] = (isset($exif_raw["SubIFD"]["DateTimeOriginal"])) ? trim($exif_raw["SubIFD"]["DateTimeOriginal"]) : '';

    BUT
    this works only for pictures uploaded after the code change...
    QUESTION 2
    SO is there a way to rebuild the mysql (as all the exif data is stored there after image uploading) entries for exif? coz re-adding all the pictures will be crazy for me
    •  
      CommentAuthortjk
    • CommentTimeMar 21st 2006
     
    so? any script or smth which will rewrite exif entries in db?
    or is it impossible?
    • CommentAuthorleoedin
    • CommentTimeSep 19th 2006
     
    Hi

    Apoligies for bumping

    I'm having the same problem using the newest beta - The exif in the photo shows a different date from that stated

    Most of my pics are OK though

    Thanks