Hey guys, I’m having the exact same problems but I managed to get it working a different way. First I tried bbasilico’s modifications, but the thumbnails were still broken.
Then I headed on over and tried to view the thumbnails themselves…
https://wetfish.wetfish.net/wp-content/plugins/magic-gallery/image.php/demoimg.jpg?width=150&height=150&cropratio=1:1&image=https://wetfish.wetfish.net/wp-content/plugins/magic-gallery/uploads/1/demoimg.jpg
Going there spat out an error message…
Fatal error: Call to undefined function imageconvolution() in /home/wetfish/www/wp-content/plugins/magic-gallery/image.php on line 334
I have PHP GD installed, but I installed it through debian’s package manager, so maybe it’s an old version. Either way, if you see this error, you can recompile your PHP binaries, or if you don’t have root access to your server, you’ll have to settle for adding a copy of the function to the image.php file.
If you look in the comments of PHP’s manual, there’s a couple copies of this function for people without proper GD installations.
https://www.php.net/manual/en/function.imageconvolution.php