I am trying to get IPTC support via:
http://www.zenphoto.org/trac/ticket/100However, the added function is not correctly finding the image.
The code in question is:
$image_path = dirname(SERVERPATH) . getFullImageURL();
which is returning
/home/abc/public_html/xyz/zenphoto/testing123/test.jpg
when it should be giving me
/home/abc/public_html/xyz/zenphoto/gallery/testing123/test.jpg
further testing reveals that getFullImageURL() is returning
/zenphoto/testing123/test.jpg
and it should be giving me:
/zenphoto/gallery/testing123/TheFriendUP1.jpg
any ideas?
Comments
I'm actually completely misusing IPTC fields for my own purposes (ie, storing the medium of a painting in an image as watercolor). Their are enough I don't need on the admin page to suit my purposes.
Thanks for putting me back on the right path.
Note (I know about the custom field, but overall I think this is a better choice long term.)
Thanks again!