Hello,
I’m working on another Kirby project and just downloaded the plainkit and am running it on a local server.
The site works, except for the panel installation, which, when I type in localhost/panel, returns this error message: " This page is currently offline due to an unexpected error. We are very sorry for the inconvenience and will fix it as soon as possible.
Advice for developers and administrators:
Enable [debug mode] to get further information about the error."
This is the case on XAMPP, Apache, php 8.2.4 and 8.1.17.
Then I tried the same thing on MAMP, Apache, php 8.3.9 and 8.2.20. Here only the homepage works, all other links as well as /panel return 404 not found.
I tried this all with the starter and plainkit as well (.htaccess is there and I didn’t touch it) and got the same results, on MAMP with the starter kit none of the links work, not even pictures show up. .htaccess doesn’t seem to be the problem, when I type just gibberish in the file it returns an error 500, like I saw suggested in another post.
I’ve looked through all the help pages and don’t know what else to try. I even tried MAMP with nginx as well, with the boilerplate kirby.conf file, and it’s the same problem as before, every link except for the homepage is a 404.
Any help and new ideas are appreciated! Thanks!