After image upload, an error was recorded and prevented the image from being uploaded successfully.
I had to disable the removal of exif data to temporarily fix my site.
Code:
Error thrown in domain.com/public/app/src/Legacy/Classes/Upload.php:270
# Message
Typed property Chevereto\Legacy\Classes\Upload::$source_image_exif must not be accessed before initialization
# Incident ID:6378ddfa4da9c
# Time
2022-11-19T13:45:30+00:00 [1668865530]
# Stack trace
------------------------------------------------------------
#0 domain.com/public/app/src/Legacy/Classes/Upload.php:270
{main}()
------------------------------------------------------------
#1 domain.com/public/app/src/Legacy/Classes/Image.php:546
Chevereto\Legacy\Classes\Upload->exec()
------------------------------------------------------------
#2 domain.com/public/app/src/Legacy/Classes/Image.php:710
Chevereto\Legacy\Classes\Image::upload()
------------------------------------------------------------
#3 domain.com/public/app/legacy/routes/json.php:119
Chevereto\Legacy\Classes\Image::uploadToWebsite()
------------------------------------------------------------
#4 domain.com/public/app/src/Legacy/G/Handler.php:242
Chevereto\Legacy\G\Handler->{closure}()
------------------------------------------------------------
#5 domain.com/public/app/src/Legacy/G/Handler.php:158
Chevereto\Legacy\G\Handler->processRequest()
------------------------------------------------------------
#6 domain.com/public/app/legacy/load/web.php:449
Chevereto\Legacy\G\Handler->__construct()
------------------------------------------------------------
#7 domain.com/public/app/legacy/entrypoints/index.php:25
require_once(string(length=59))
------------------------------------------------------------
#8 domain.com/public/index.php:12
require_once(string(length=68))
------------------------------------------------------------
# Server
Linux hostname.com 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
I had to disable the removal of exif data to temporarily fix my site.