エラーメッセージ
Unable to generate image: please check if the GD extension
is enabled and configured correctly
php-gdがインストールされていない事を確認
php -r 'phpinfo();' | grep gd
(何も表示されない)
インストール可能なphp-gdのバージョンを確認
yum list | grep gd
現在のphpバージョンに一致するものをインストール
yum install php74-php-gd.x86_64
インストールされた事を確認
php -r 'phpinfo();' | grep gd
# 実行結果
/etc/opt/remi/php74/php.d/20-gd.ini,
gd
gd.jpeg_ignore_warning => 1 => 1