When I migrated one of my client dev sites from Local by Flywheel to Local, I got an “undefined function” error due to a plugin calling gd_info. Updating to PHP 7.4.1 solved that problem, so at least the site is functioning.
However, when I try to use the same plugin it now throws the following error:
Exception: UnableToLoadModule `/Users/xxx/Library/Application Support/Local/lightning-services/php-7.4.1+12/bin/darwin/ImageMagick/modules-Q16/coders/png.la’: file not found @ error/module.c/OpenModule/1315
Do I have to install ImageMagick myself? If so, how do I do that?