You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the template builder, if I go to preview photos, I get a bunch of broken thumbnails. Navigating to the URL of the thumbnail image gives me this error
{"Error":"WideImage requires the GD extension, but it's apparently not loaded.","Code":"-1","Properties":{"Date Created":null,"Date Modified":null,"Height":null,"Width":null,"Size":null}}
After installing libpng-dev & php-gd, I still get the following error in the logs: [2019-11-08 03:56:21] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedFunctionException: "Attempted to call function "imagecreatefromjpeg" from the global namespace." at /var/www/html/app/bundles/CoreBundle/Assets/js/libraries/ckeditor/filemanager/connectors/php/inc/wideimage/lib/Mapper/JPEG.php line 15 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedFunctionException(code: 0): Attempted to call function \"imagecreatefromjpeg\" from the global namespace. at /var/www/html/app/bundles/CoreBundle/Assets/js/libraries/ckeditor/filemanager/connectors/php/inc/wideimage/lib/Mapper/JPEG.php:15)"} []
@luizeof I hit this issue today. Also there is missing exif extension to process uploaded file. In the Dockerfile (mautic3 branch) there is wrong include directory, should be
Using
mautic/mautic:latest
When using the template builder, if I go to preview photos, I get a bunch of broken thumbnails. Navigating to the URL of the thumbnail image gives me this error
{"Error":"WideImage requires the GD extension, but it's apparently not loaded.","Code":"-1","Properties":{"Date Created":null,"Date Modified":null,"Height":null,"Width":null,"Size":null}}
After installing
libpng-dev
& php-gd, I still get the following error in the logs:[2019-11-08 03:56:21] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedFunctionException: "Attempted to call function "imagecreatefromjpeg" from the global namespace." at /var/www/html/app/bundles/CoreBundle/Assets/js/libraries/ckeditor/filemanager/connectors/php/inc/wideimage/lib/Mapper/JPEG.php line 15 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedFunctionException(code: 0): Attempted to call function \"imagecreatefromjpeg\" from the global namespace. at /var/www/html/app/bundles/CoreBundle/Assets/js/libraries/ckeditor/filemanager/connectors/php/inc/wideimage/lib/Mapper/JPEG.php:15)"} []
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: