I’m running a Kirby on an Apache server. Everything is going fine except for the thumbnails that aren’t generated… In the media folder there are only .JSON files, but no images.
I’ve already tried to trash the media folder and check the permission.
Yes, everything else works perfectly.
I’ve tried the GD and ImageMagic setup… but no change…
The pictures are renamed in the img tag (e.g. scr="http://domain.com/media/pages/folder/page_name/2855989967-1585560497/dro-1-100x-blur50-q80.jpg") but not modified…
By the way, thumbnails are perfectly generated on my local setup (MacOs + MAMP).
Hm, since the jobs are created, it can’t really be a permission’s problem.
Are you creating lots of thumbs at once maybe? What if you don’t create thumbs but use the standard image URL, do these files get copied to the media folder?
Did you make sure that you did not simply enable GD or ImageMagick in Kirby, but also in your PHP config?
Doing a phpinfo(); on a secret page is helpful, you should see GD Enabled somewhere.
I would suggest having a look at your Apache access and error logs, too, as they likely will tell you what is being requested exactly and what could cause the failure.
Hi,
Thanks for your answer.
You are maybe right ! I was pretty sure GD was activated, but the phpinfo(); says the opposite ! I’ve ask the IT guy to install it because I’ve no root access on the server.