Hey @seehat, I finally came across your awesome plugin to resize some images when they’re uploaded to the panel, but I think I’m having a similar issue with this guy, but nothing seems to be wrong with MAMP.
ImageMagick is installed with homebrew and function_exists('exec') confirmed that ‘exec’ is allowed
I have the below code setup in my config file just to make sure something is working, but I’m not even getting a new image with ‘_resized’ added to the file name.
Have you tried to use ImageMagick for simple thumb creation instead of using the plugin and does this work? If not, I guess there might be a problem with the ImageMagick setup, see this thread How to switch from GD to ImageMagic as image engine?
I got the plugin to work fine on a remote server, just like in the other post I linked too, but only on ‘panel.file.update’ and not ‘panel.file.upload’
Maybe there is something wrong with your kirby install. Have tried using a default thumb function for resizing an image in your panel.file.upload hook, or a different function call to check, if panel.file.upload is called successfully?
Note: this still only happens on the server and none of my hooks get triggered locally. I’m not asking for assistance on this since it’s easy to work around it, but just thought I’d let y’all know