Nemesis
Active member
- Joined
- Mar 22, 2025
- Messages
- 35
- Points
- 61
- Age
- 26
I’m hosting multiple Kirby websites using CloudPanel on a Debian 11 server with Apache. Everything runs smoothly except for one critical issue:
Thumbnails are not being generated.
There are no errors in the logs. However, Kirby reports missing media files when I visit pages that should display images.
Here's what I’ve tried so far:
Have you seen this before?
Thumbnails are not being generated.
There are no errors in the logs. However, Kirby reports missing media files when I visit pages that should display images.
Here's what I’ve tried so far:
- Both ImageMagick (v7.1) and GD (2.3) are installed and enabled for PHP 8.1.
- Permissions are set to 755 for folders and 644 for files.
- File ownership is siteowner:siteowner, as per CloudPanel defaults.
- Thumbnails from the Blurry Placeholder plugin are generated correctly.
- The /usr/local/bin/convert binary exists and works when executed manually.
- I’ve tried setting both GD and ImageMagick drivers in config.php, but thumbs still don’t generate.
Have you seen this before?