Hi @coaleb,
We found the issue with Imagick formats and fixed it.
The next release of Bitnami LAMP stack 7.2, 7.3 and 7.4 virtual machines and containers will include the fix, as well as other components including PHP-FPM.
In case you'd like to fix this issue for an existing installation, remove the following variables from /opt/bitnami/php/etc/environment.conf
:
env[MAGICK_HOME] = $MAGICK_HOME
env[MAGICK_CONFIGURE_PATH] = $MAGICK_CONFIGURE_PATH
env[MAGICK_CODER_MODULE_PATH] = $MAGICK_CODER_MODULE_PATH
env[GS_LIB] = $GS_LIB
env[LDAPCONF] = $LDAPCONF
env[CURL_CA_BUNDLE] = $CURL_CA_BUNDLE
env[SSL_CERT_FILE] = $SSL_CERT_FILE
env[OPENSSL_CONF] = $OPENSSL_CONF
env[OPENSSL_ENGINES] = $OPENSSL_ENGINES
env[FREETDSCONF] = $FREETDSCONF
env[FREETDSLOCALES] = $FREETDSLOCALES
env[PHP_PATH] = $PHP_PATH
After removing them, restart the services using:
/opt/bitnami/ctlscript.sh stop
/opt/bitnami/ctlscript.sh start
Thank you for reporting this issue.
I hope it helps.