Search found 558 matches

by Arvid
Sun Dec 18, 2022 11:55 am
Forum: Development and tests
Topic: Github Flatpress 761 - PHP 8.1.12 - PHP Warning
Replies: 5
Views: 10447

Re: Github Flatpress 761 - PHP 8.1.12 - PHP Warning

Ja, eigentlich schon, but then the others wouldn't be able to understand what we're talking about ;)
by Arvid
Sun Dec 18, 2022 11:54 am
Forum: Development and tests
Topic: Github Flatpress 757 - PHP 8.1.12 - Fatal error
Replies: 3
Views: 8180

Re: Github Flatpress 757 - PHP 8.1.12 - Fatal error

Found the cause: Since the index dir has an open handle pointing to it when the cache needs to be created, it can't be renamed. When reloading the page, the cache already exists, and the renaming of the index dir will work.
I added a helpful error message.

All the best,
Arvid
by Arvid
Sun Dec 18, 2022 11:25 am
Forum: Development and tests
Topic: Github Flatpress 769 - PHP 8.1.13 - PHP Warning: Deprecated
Replies: 3
Views: 8298

Re: Github Flatpress 769 - PHP 8.1.13 - PHP Warning: Deprecated

This is due to the update from Smarty 4.2 to 4.3 - PHP functions used as modifier must now be registered as modifier explicitly. Fixed it :)
(And by the way, the username input in the login form finally has autofocus now - this bothered me for sooo long :lol: )

Thanks and all the best,
Arvid
by Arvid
Sat Dec 17, 2022 7:30 pm
Forum: Show off
Topic: Using Flatpress to replace an HTML website
Replies: 5
Views: 9218

Re: Using Flatpress to replace an HTML website

Hi,

you did a pretty good job of transferring the look of the old website to the new one.
Also, I find it nice to see that FlatPress also works for sites that are more static than blog.

Keep it up!
Arvid
by Arvid
Sat Dec 17, 2022 6:22 pm
Forum: Show off
Topic: My Personal Blog - ebal
Replies: 3
Views: 6820

Re: My Personal Blog - ebal

This is just awesome - can't remember any other "living" FlatPress instance this mature. You witnessed the early days! :lol:
I'm glad you're still happy with FlatPress, good to have you around!

All the best,
Arvid
by Arvid
Sat Dec 17, 2022 1:35 pm
Forum: Development and tests
Topic: Flatpress- 1.2.1 - Reflected XSS on page parameter #153
Replies: 2
Views: 7398

Re: Flatpress- 1.2.1 - Reflected XSS on page parameter #153

Awesome, thank you very much for taking the time to inspect this and for providing and testing the fix. I just fixed it in the FlatPress code.

And again, you're both so much of help - thanks!
by Arvid
Sat Dec 17, 2022 12:58 pm
Forum: Plugin support
Topic: Go Top and Scroll Indicator
Replies: 2
Views: 6471

Re: Go Top and Scroll Indicator

Neat one! :D
by Arvid
Sat Dec 17, 2022 12:53 pm
Forum: Plugin support
Topic: Title is truncated after spaces
Replies: 2
Views: 6109

Re: Title is truncated after spaces

Okay, thanks for letting us know!
by Arvid
Sat Dec 17, 2022 12:50 pm
Forum: Plugin support
Topic: Markdown plugin: destroys the menu bar and entries
Replies: 5
Views: 7188

Re: Markdown plugin: destroys the menu bar and entries

But now it's just BBCode not being parsed, no real errors - right?
In this case, all contents of course would have to be rewritten in Markdown, the static page "Menu" for example, in order to be displayed properly. After all, the BBCode parser is deactivated ;)