typemill / typemill

Typemill is a lightweight, flat-file CMS designed for simple, fast, and flexible website and eBook creation using Markdown.
https://typemill.net
MIT License
427 stars 60 forks source link

DEV-Theme does not render, displays a Slim Application Error #357

Closed thopanX closed 2 months ago

thopanX commented 1 year ago

Using Typemill 1.5.3 and DEV theme 1.2.0 with PHP 8.1.9's in-built development webserver on Linux. Webserver output:

[Fri Sep 2 19:59:13 2022] [::1]:44172 [500]: GET /

Standard cyanine theme works though.

trendschau commented 1 year ago

typemill does not work with php 8.1, only php 8.0. I wonder that the cyanine theme works with that setup. Error message only says that it is a 500 server error I suppose...

thopanX commented 1 year ago

Yeah, nothing else, alas. I'll see that I downgrade to 8.0 then. Thanks!

thopanX commented 1 year ago

I downgraded to PHP 8.0.23, still getting that 500, sadly. No other output. Any idea? Is the .0.23 a problem?

thopanX commented 1 year ago

I've sent you the Slim application error output in a separate mail.

trendschau commented 1 year ago

It works well in my test-installation. The message you send me says that it does not find the index.twig in the theme folder. Make sure that the theme is installed correctly and files are readable.