ImageMagick Fail After Upgrade
Hello,
Imagemagick was not installed on my server upgrade - or at least it is not showing and is giving me errors.
Is this due to an incompatibility with the new server's build?
I want to make sure I get it installed but don't break anything.
1 Reply
Hi,
Taking the Linode disk space upgrade would not have altered any of the data on your Linode or uninstalled any packages.
You can install and update ImageMagick on your Linode with the following commands:
Ubuntu:
apt update
apt install php-imagick
CentOS:
yum install ImageMagick
Once you’ve confirmed ImageMagick is installed, the application offers logging and debugging flags that may come in handy during your troubleshooting:
http://www.imagemagick.org/script/command-line-options.php#log
http://www.imagemagick.org/script/command-line-options.php#debug
https://www.imagemagick.org/script/exception.php
If you’d like to provide any specific errors you’re receiving we can help you troubleshoot further.