the path to my jhead is in /var/www/vhosts/nepalhub.com/httpdocs/gallery/jhead
and this is the same path in the global options
to prove it that jhead is working, my test script is
http://www.nepalhub.com/gallery/test.php
The source code of that test.php is:
-------------------------------------------
<?
$abc=`./jhead -exonly ./data/505/walnut.jpg`;
echo "$abc";
echo "<p>";
//
$bcd=`/var/www/vhosts/nepalhub.com/httpdocs/gallery/jhead -exonly ./data/505/walnut.jpg` ;
echo "$bcd";
?>
------------------------------------------
/var/www/vhosts/nepalhub.com/httpdocs/gallery/jhead is the path set at the global options.
Maybe I am missing some options to set.
global_options:
Path to jhead (if used) -- /var/www/vhosts/nepalhub.com/httpdocs/gallery/jhead
upload photo options:
Display and extract EXIF information from images? YES
---
i got a new theory:
does it extract header at upload only? - or at runtime?
is there a way to force it re-read exif headers ?
i used the `` operator to call jhead/
what does photopost use to call jhead ? perhaps i need to check my php.ini if that method is allowed or something ?