Search found 567 matches

by Arvid
Tue Jun 28, 2022 7:31 pm
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 12
Views: 37747

Re: Need help testing: Smarty update

Hi, thank you very much for testeing and reporting. Oddly, I can't reproduce this behaviour. I took the Smarty Update branch freshly from GitHub and put it in my PHP 8.1.2 XAMPP environment (Windows). Installer worked like a charm (well, with a deprecated warning I need to take care of ), and finall...
by Arvid
Sat Jun 25, 2022 11:19 am
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 12
Views: 37747

Need help testing: PHP 8.1 compatibility for FlatPress 1.3

Hi community, in order to make FlatPress PHP 8.1 compatible, I spent quite a lot of time on making everything work with the current 4.x version of the Smarty template engine (see issue 94 ). You'll find the current code in the Smarty update branch: https://github.com/flatpressblog/flatpress/tree/iss...
by Arvid
Fri Jun 24, 2022 7:56 pm
Forum: General Support
Topic: Logging Out of Admin Module
Replies: 6
Views: 4485

Re: Logging Out of Admin Module

Hi,

I need to check that more thoroughly - I opened issue 119.

All the best,
Arvid
by Arvid
Mon Jun 20, 2022 6:10 pm
Forum: Plugin support
Topic: Make 'Internal URLs' plugin standard?
Replies: 5
Views: 2641

Re: Make 'Internal URLs' plugin standard?

I opened issue 117 for this one.
by Arvid
Sun Jun 19, 2022 10:43 am
Forum: General Support
Topic: Flatpress 1.2.1 and Uploader
Replies: 5
Views: 2890

Re: Flatpress 1.2.1 and Uploader

This problem is solved quite simply with this code line: ... $this->smarty->assign('uploaded_files', 'Some text'); ... Done, that was simple indeed :) The trigger, i.e. the faulty Mime_Type evaluation, is a completely different story. I don't know how to reproduce this error yet. Do you have files ...
by Arvid
Sat Jun 18, 2022 7:58 pm
Forum: General Support
Topic: DST problem?
Replies: 7
Views: 3166

Re: DST problem?

Hi,

thanks for reporting, I need to check this...there are some more findings regarding the time zone handling of FlatPress. I opened issue 116.

All the best,
Arvid
by Arvid
Sat Jun 18, 2022 7:47 pm
Forum: General Support
Topic: Flatpress Github release - Test with PHP 8.2 Alpha 1
Replies: 10
Views: 14855

Re: Flatpress Github release - Test with PHP 8.2 Alpha 1

Mëh - we're still working on the 8.1 changes, and already 8.2 brings new fun :cry:

Okay, then let's do it (but after the 8.1 stuff is done!) - I opened issue 115.

Thanks for reporting - you can be relied on as always :)
by Arvid
Sat Jun 18, 2022 7:39 pm
Forum: General Support
Topic: Flatpress 1.2.1 and Uploader
Replies: 5
Views: 2890

Re: Flatpress 1.2.1 and Uploader

Hi,

thank you very much for your tests and the suggested fixes. I have opened issue 114 and will look into it :)

All the best,
Arvid
by Arvid
Sat Jun 18, 2022 7:32 pm
Forum: General Support
Topic: cookie function
Replies: 3
Views: 2297

Re: cookie function

It's all resolved now tho. Glad to hear. But thankfully flatpress is very resiliant to change & just kept working as usual in its subfolder 👍 Yep, this is by design. As long as you don't add absolute URLs* to your themes and plugins, you can move your FP instance to any other path or server, an...
by Arvid
Sat Jun 18, 2022 7:25 pm
Forum: General Support
Topic: Last Comments Plugin
Replies: 6
Views: 2811

Re: Last Comments Plugin

All of them? Shouldn't there be 3 left?
But we had such an issue already, see https://github.com/flatpressblog/flatpress/issues/85. The Last Comments plugin works on the cache afaik - still need to inspect that.