My provider and myself are out of ideas. I’ve installed Kirby’s starterkit master on a brand new server and no thumbnails are generated and I get an 404 if I try to access the panel.
-
no Nginx
-
PHP is 7.3.2 running as FPM/FastCGI
-
Apache is 2.4.25 (Debian)
-
GD is 2.2.5
-
User and group are the same as the Apache is running with
-
Directory rights are 775
-
File rights are 664
-
mbstring extension enabled
-
curl extension enabled
-
ctype extension enabled
-
gd extension enabled
-
The thumbnail directories in /media are generated and there is a .jobs directory with a JSON file eg:
{"autoOrient":true,"crop":false,"blur":false,"grayscale":false,"height":1024,"quality":90,"width":682,"filename":"peter-fox.jpg"}
Any help for solving these errors is highly appreciated.