Skip to main content

Imagick disappeared after a reboot

Comments

7 comments

  • vpswing
    Found a solution, although I still don't know what went wrong. Basically, I had to uninstall Imagick, remove the cache and reinstall again, i.e. /opt/cpanel/ea-php70/root/bin/pecl uninstall imagick rm -rf /opt/cpanel/ea-php70/root/usr/var/cache/php-pear/* /opt/cpanel/ea-php70/root/bin/pecl install imagick That seems to fix the issue. But why Imagick disappeared (or rather, not loaded) in the first place is still a mystery. It is loaded in the /opt/cpanel/ea-php70/root/etc/php.d/zzzzzzz-pecl.ini file. If anyone can shed a clue, I'd greatly appreciate it. Thanks!
    0
  • cPanelLauren
    A reboot shouldn't do this. Was anything noted in the yum logs at /var/log/yum.log
    ?
    0
  • kdean
    My guess it has something to do with the Centos 7.8 update which would likely be the reason for the reboot. They list "ImageMagick has been rebased from 6.7.8 to 6.9.10" under their Major Issues. "Red Hat have updated the ImageMagick package from 6.7.8 to 6.9.10 and some things in third party yum repos that build against it will need to be rebuilt to cater for this."
    0
  • cPanelLauren
    We just had a case open for this I found it while looking for the issue. It's a UPS case meaning it's upstream and we're tracking it. It's not an issue we have any control over but the resolution is to uninstall and reinstall the module. We have the following support article
    0
  • kdean
    Some if not all may need to do the uninstall / install of the imagick pecl via the shell since currently the module installer GUI is broken in regard to showing installed pecls to be able to uninstall. See:
    0
  • cPanelLauren
    The instructions in the link provided gives the steps to uninstall/reinstall via the command line - furthermore, you can install via the interface, that's not ever been the issue, it's just not going to show in the interface until that issue is resolved though they function normally.
    0
  • vpswing
    My guess it has something to do with the Centos 7.8 update which would likely be the reason for the reboot. They list "ImageMagick has been rebased from 6.7.8 to 6.9.10" under their Major Issues. "Red Hat have updated the ImageMagick package from 6.7.8 to 6.9.10 and some things in thir d party yum repos that build against it will need to be rebuilt to cater for this."
    0

Please sign in to leave a comment.