Hello,
I launched a website for a client a few months ago; and everything worked fine.
All of sudden, today we encountered an error in every page and there’s no way to access to the panel neither.
There hasn’t been any change in the code and the site works perfectly locally.
I activated the debug mode and this is what appears:
PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/alt/php74/usr/lib64/php/modules/imagick.so (libMagickWand-7.Q16HDRI.so.7: cannot open shared object file: No such file or directory), /opt/alt/php74/usr/lib64/php/modules/imagick.so.so (/opt/alt/php74/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory))
Also, this is what the panel shows:
The Panel cannot connect to the API
I’m starting to believe this is a problem with the server or the provider (GoDaddy), but they don’t seem to be really helpful.
Does someone else ever encountered something like this?
I’m getting crazy trying to figure this out
I just had this exact issue when publishing a website on a client’s GoDaddy server. Disabling ImageMagick seems to have resolved all issues.
I’m not a very technical user, but I’m hoping you might clarify what the Kirby documentation is stating. Is it implying that the ImageMagick drivers are included with Kirby but not used unless the user explicitly defines ImageMagick as the thumbs driver in their configuration file? The reason I ask is to understand whether or not there will be unintended consequences of disabling ImageMagick.