getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.31k stars 168 forks source link

Thumbnails are not created in frontend #1355

Closed caplod closed 5 years ago

caplod commented 5 years ago

Describe the bug thumbnails are not created in frontend, even after reload.

To Reproduce Steps to reproduce the behavior:

  1. Download latest starterkit
  2. Start with 'php -S localhost:3001
  3. Goto http://localhost:3001
  4. No thumbs/images on page

Expected behavior thumbs are rendered

Screenshots no-thumbs

Kirby Version

Desktop:

bastianallgeier commented 5 years ago

We don't recommend PHP's build in server anymore. It's just such a pain in the ass to get regular things running with it. But if you want to use it you have to use our router script in kirby/router.php

timpulver commented 5 years ago

Would be good to give a recommendation then (in README.md). I was wondering about this exact same problem as well. php -S was always the easiest method to work with Kirby so far for me.

Edit: See thread in Kirby forum.