UPDATE: the reason was in the missing fileinfo extension which generate the error after successful upload:
Fatal error: Uncaught Intervention\Image\Exception\MissingDependencyException: PHP Fileinfo extension must be installed/enabled to use Intervention Image. in [path to UNA]plugins/intervention/image/src/Intervention/Image/ImageManager.php:137 Stack trace: #0 [path to UNA]plugins/intervention/image/src/Intervention/Image/ImageManager.php(27): Intervention\Image\ImageManager->checkRequirements() #1 [path to UNA]inc/classes/BxDolImageResize.php(34): Intervention\Image\ImageManager->__construct(Array) #2 [path to UNA]inc/classes/BxDolImageResize.php(52): BxDolImageResize->__construct() #3 [path to UNA]inc/classes/BxDolTranscoder.php(711): BxDolImageResize::getInstance() #4 [path to UNA]inc/classes/BxDolTranscoder.php(459): BxDolTranscoder->applyFilter_Resize('/home/pillarco/...', Array) #5 [path to UNA]inc/classes/BxDolTranscoderImage.php(184): BxDolTranscoder->transcode('91', 0) #6 [path to UNA]image_transcoder.php(30): BxDolTranscoderImage->transcode('91') #7 {main} thrown in [path to UNA]plugins/intervention/image/src/Intervention/Image/ImageManager.php on line 137
Hello @pillarcom !
Perhaps this soltuion may help you https://unacms.com/cmts-view/z9tfe0?sys=bx_forum&cmt_id=43244
UPDATE: the reason was in the missing fileinfo extension which generate the error after successful upload:
Fatal error: Uncaught Intervention\Image\Exception\MissingDependencyException: PHP Fileinfo extension must be installed/enabled to use Intervention Image. in [path to UNA]plugins/intervention/image/src/Intervention/Image/ImageManager.php:137 Stack trace: #0 [path to UNA]plugins/intervention/image/src/Intervention/Image/ImageManager.php(27): Intervention\Image\ImageManager->checkRequirements() #1 [path to UNA]inc/classes/BxDolImageResize.php(34): Intervention\Image\ImageManager->__construct(Array) #2 [path to UNA]inc/classes/BxDolImageResize.php(52): BxDolImageResize->__construct() #3 [path to UNA]inc/classes/BxDolTranscoder.php(711): BxDolImageResize::getInstance() #4 [path to UNA]inc/classes/BxDolTranscoder.php(459): BxDolTranscoder->applyFilter_Resize('/home/pillarco/...', Array) #5 [path to UNA]inc/classes/BxDolTranscoderImage.php(184): BxDolTranscoder->transcode('91', 0) #6 [path to UNA]image_transcoder.php(30): BxDolTranscoderImage->transcode('91') #7 {main} thrown in [path to UNA]plugins/intervention/image/src/Intervention/Image/ImageManager.php on line 137
P
@LeonidS I noticed I cant reach you via chat any more. Please confirm in the fileinfo is now instlled
Yes, it is installed and the upload looks better, but there is a missing exif module now and the upload can't be completed anyway:
UPDATE: after fixing the exif part the images are uploaded fine now.