I’m pretty sure it’s not WP related. Multiple versions including the one I’m testing on work on WP Engine and SiteGround hosting but fail in Local. Also, it throws an error when trying to generate a thumbnail from a PDF directly through PHP without using WP. Here’s the generic test script I ran which worked on the remote hosting but errored in Local:
Also, just so there’s a little more transparency, it looks like the main issue is that the actual imagick.so library isn’t linked correctly within PHP 7.4.1.
Here’s a rambling brain-dump screenshot of what I’m seeing:
Sorry that I wasn’t more clear! Yep, this is something that I’ve created a bug for, but I don’t have a specific ETA for when it will be fixed.
I know it isn’t ideal, but as a work around, you should be able to update the php.ini.hbs file for a site and point to the full path where the extension is located. After updating that file, restart the Local site so that the configuration is regenerated!