I'm having a problem with data being extracted from image files. Nothing is being extracted. This is a new issue. In my Installation Check it shows EXIF extension as OK. ExifTool reports this error:
FAIL:
Unexpected output when executing -ver command. Output was ''.
If I understand the documentation I don't need ExifTool but can map IPTC fields in the config.php file. That would work for me. For example IPTC 2#120 maps to the ResourceSpace Caption field.
If I were to add the allowed fields to the config.php would it look like:
$exif=2#120; #Caption
$exif=2#025; #Keywords
Not sure exactly how to frame this question but I'd like to do a sort of best practices and get it right.
I am on shared hosting and see I can add PERL modules. One is ExifTool 11.85 and then all kinds of modules as well. About 200 of them for about every device and file format there is.
It's a bit confusing.
Thanks.