installation
ckjian - August 4, 2007 - 05:55
| Project: | iptc |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | fronbow |
| Status: | active |
Jump to:
Description
I'm having problem on how to get this module working. I couldn't find any documentation to read on. For exiftool binary and exiv2 binary, where do I download those binaries? how to use them?
At the iptc configuration, how to fill out the "path setting"?
any help pls?
thank you

#1
i am also experiencing the same problem :(
any help would be great!
#2
I think the path is just the location where the IPTC module is installed.
#3
errors
* warning: Invalid argument supplied for foreach() in /var/www/html/dev/qca_ekka/modules/iptc/iptc.module on line 867.* warning: Attempt to assign property of non-object in /var/www/html/dev/qca_ekka/modules/iptc/iptc.module on line 875.
#4
Hi all
Before I start, I'm not considering this suitable for a production environment just yet as it needs a bit more tweaking (and obviously some documentation!)
And I haven't touched it recently as I've been upgrading to Vista (nightmare!)
Yes, the path is the filesysem path to the binary, so it could be /usr/bin/exiv2
@scarer: what os are you using this on? as I have been having some problems with windows servers - it works on most any distros of nix.
If you have a look thru' the module code, there should be urls for the binaries at the top of the .module failing that, try google for now (I'll provide more documentation soon!)
Cheers
#5
Hi there.
This is an awesome idea for a module but I can't quite get it working.
I'm getting:
warning: Invalid argument supplied for foreach() in /Users/govatron/Sites/glabs/sites/indicauber/modules/iptc/iptc.module on line 816.
warning: Attempt to assign property of non-object in /Users/govatron/Sites/glabs/sites/indicauber/modules/iptc/iptc.module on line 824.
and upon importing images:
warning: Invalid argument supplied for foreach() in /Users/govatron/Sites/glabs/sites/indicauber/modules/iptc/lib.php.php on line 16.
warning: Invalid argument supplied for foreach() in /Users/govatron/Sites/glabs/sites/indicauber/modules/iptc/lib.php.php on line 26.
warning: Invalid argument supplied for foreach() in /Users/govatron/Sites/glabs/sites/indicauber/modules/iptc/lib.php.php on line 16.
warning: Invalid argument supplied for foreach() in /Users/govatron/Sites/glabs/sites/indicauber/modules/iptc/lib.php.php on line 26.
warning: Invalid argument supplied for foreach() in /Users/govatron/Sites/glabs/sites/indicauber/modules/iptc/iptc.module on line 867.
warning: Attempt to assign property of non-object in /Users/govatron/Sites/glabs/sites/indicauber/modules/iptc/iptc.module on line 875.
Running Mac Os X Tiger, using XAMP - PHP 4.
oh ya, and I'm using the " Standard php functions." in the admin config for ITPC
Any help would be greatly appreciated.
Thank you so much,
Govatron
#6
Hi All
I have a feeling you might need php5. I'm developing the module in php5 and haven't tested it in php4.
Govatron, can you try it with php5? If it works without errors, then it's a php4 thing
Cheers
#7
Confirming the bug JonathanHebel and scarer mentionned, with PHP 5, check the bug report.