BoldMinded acquires Ansel, support ending for all add-ons. BoldMinded acquires Ansel, support ending for all add-ons. Read More →
Support has been discontinued. Issues remain available as an archive. Support has been discontinued. Issues remain available as an archive.
Fatal error when trying to save entry with an ansel image
#87 opened by Pedro
Description
Fatal error: Uncaught Error: Call to undefined function BuzzingPixel\Ansel\Service\ImageManipulation\exif_imagetype() in /home/food/cheegs/user/addons/ansel/Service/ImageManipulation/Base.php:124
Stack trace:
#0 /home/food/cheegs/user/addons/ansel/Service/ImageManipulation/CopyImage.php(38): BuzzingPixel\Ansel\Service\ImageManipulation\Base->getResource('/home/food/chee...')
#1 /home/food/cheegs/user/addons/ansel/Service/ImageManipulation/ManipulateImage.php(309): BuzzingPixel\Ansel\Service\ImageManipulation\CopyImage->run('/home/food/chee...')
#2 /home/food/cheegs/user/addons/ansel/Service/AnselImages/SaveRow.php(286): BuzzingPixel\Ansel\Service\ImageManipulation\ManipulateImage->run('/home/food/chee...')
#3 /home/food/cheegs/user/addons/ansel/Controller/Field/FieldSave.php(100): BuzzingPixel\Ansel\Service\AnselImages\SaveRow->save(Array, Object(BuzzingPixel\Ansel\Model\FieldSettings), '1', 15, NULL, NULL)
#4 /home/food/cheegs/user/addons/ansel/ft.ansel.php(579): BuzzingPixel\Ansel\Controller\Field\FieldSave->save(Array, in /home/food/cheegs/user/addons/ansel/Service/ImageManipulation/Base.php on line 124
Replies
- TJ Draper
Replied 2/19/2018 10:50 AM, Edited 11/10/2018 9:56 AM
It looks like your PHP environment does not have the standard exif extension enabled. In order to work with images, Ansel has to be able to get information about the image, such as image type.