getkirby / kirby

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

Plainkit-main #3978

Closed alicericci closed 2 years ago

alicericci commented 2 years ago

Describe the bug

The current version of plainkit-main available on the kirby website doesn't work, it displays the error page. I tried setting the debug is to true but it didn't change anything. Starterkit-main works as expected

Screenshots

Screenshot 2021-11-29 at 13 29 53

Kirby Version

Version 3.6.0

Desktop:
macOS Monterey 12.0.1

bastianallgeier commented 2 years ago

I cannot reproduce this. How do you run Kirby? Which local dev environment are you using?

alicericci commented 2 years ago

I'm using Mamp, version 6.3 with php 7.4.12

bastianallgeier commented 2 years ago

Oh, that's in a subfolder, right?

bastianallgeier commented 2 years ago

I still cannot reproduce it though. I'm also using MAMP. Is there anything else you can tell about the setup?

alicericci commented 2 years ago

I just noticed that starterkit-main was also not working, I edit the issue to add a screenshot as well. About my setup, there isn't much to it, I have my Mamp root in a custom folder and older kirby projects are still working fine (the one I tested is kirby version 3.5.7.1). I switched mamp to php version 8 but it didn't change anything.

alicericci commented 2 years ago

I changed my subfolder so that it doesn't have any space and it's now working. Is there anything i can change in the config to be able to keep spaces in the name of the folder ?

bastianallgeier commented 2 years ago

Where is the space in your setup? I would always recommend not to use spaces in folders for web projects.

alicericci commented 2 years ago

The space is not in the name of the kirby folder it self, but in its parent folder so it's something like:

mamproot/folder with spaces in the name/plainkit-main

I think for local development spaces in folder name are nice because it allows freedom in the way one chooses to organize their computer

bastianallgeier commented 2 years ago

I'm really sorry, but we cannot fix this on our end. You should use folder names without spaces instead.

alicericci commented 2 years ago

No worries, thanks for helping me figuring out what I did wrong !