Active
Project:
simplytest.me
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2024 at 18:08 UTC
Updated:
14 Aug 2024 at 20:31 UTC
Jump to comment: Most recent
I was recording a video to show someone how to set up geocoding from an image's EXIF data, and when I tried to show it working I got a screen with Error: Call to undefined function Drupal\geocoder_field\Geocoder\Provider\exif_imagetype() in Drupal\geocoder_field\Geocoder\Provider\File->geocodeQuery() (line 35 of modules/contrib/geocoder/modules/geocoder_field/src/Geocoder/Provider/File.php).
I'm assuming this is because exif_imagetype() isn't available in the global namespace because the Exif extension isn't installed. It would be neat if it was available.
Huge love for the service (:
Thanks!
Comments
Comment #2
mglamanThat should be easy to do. Since the environment is a Docker build, it's just
docker-php-ext-install exifcorrect?