Old Kirby 2.0 migration issue: libMagickWand error

Hi all -

Am taking over an old kirby 2 (v2.5.2) project so I can migrate over or rebuild (currently not sure until I get to grips with where it’s at) but currently I can’t even browse the panel properly, as I get this error:

PHP Startup: Unable to load dynamic library '/usr/local/php-5.6.37-flock/lib/php/extensions/no-debug-non-zts-20131226/imagick.so' - libMagickWand.so.5: cannot open shared object file: No such file or directory

I’m not great at the server stuff, so is anyone able to help point me in the right direction to where this could be being caused? I was thinking it could be a plugin but it happens on the panel login screen, and I’ve also tried upgrading the php version to no avail.

Thanks!

Check you php.ini if it tries to load that file.

Thanks for the reply. Unfortunately I don’t have access to this on the hosting used.

Since this is a PHP startup error, I wonder it has anything to do with Kirby. Or does it only appear when you try to load the Panel, but the frontend is ok? If so, check if the config file uses imagemagick as thumbs driver.