Thread: exif
View Single Post
Old December 13th, 2005, 11:27 AM   #8 (permalink)
shashi
Junior Member
Verified Customer
 
Join Date: Nov 2005
Posts: 27
Hi,

Here is a demo of a test script i made.

http://www.nepalhub.com/gallery/test.php

The source code of that test.php is:
-------------------------------------------
<?
$abc=`./jhead ./data/505/walnut.jpg`;
echo "$abc";
echo "<p>";
//

$bcd=`/var/www/vhosts/nepalhub.com/httpdocs/gallery/jhead ./data/505/walnut.jpg` ;
echo "$bcd";
?>
------------------------------------------

jhead is located in the same directory and the path given in the admin option is correct.

I see that calling jhead both ways, as ./jhead from inside the gallery directory and as what the path is given in the admin options seem to work fine in the test.php that I made, but not showing up in the /gallery/

Please tell me how to proceed.





Can you point me to the file from where jhead is called from photopost so that perhaps I can do some echo or print additional debug info.
shashi is offline   Reply With Quote