RSS und Atom Feed Reader Online

FlatPress support forum

The place to find help and support

FlatPress project • Re: PHP 8.3 and 8.4

... You are welcome to test the current master branch under PHP8.4 ...
Quick&dirty test, add comment, enable comment, add new entry, preview entry, activate some plugins and change the main FlatPress 1.4 dev (Github 1820) title.
Cool, also the calender plugins is working :D

Tested current FlatPress Github 1820 version on Apache with PHP 8.4.3.

Ok, found one PHP warning in the PHP errorlog:

Code:

PHP Warning:  Language configuration is incomplete in /fp14dev/fp-interface/lang/en-us/lang.conf.php in /fp14dev/fp-includes/core/core.language.php on line 148
best regards

Statistics: Posted by laborix — Fri Jan 17, 2025 2:15 pm


Veröffentlicht am 17.01.2025 um 15:15:54 Uhr - Kategorie: FlatPress project - Autor: laborix

FlatPress project • Re: PHP 8.3 and 8.4

Hello Torsten,

I was hoping for a release on the 20th anniversary (around February 15, 2026). There is currently no release canidate. You are welcome to test the current master branch (Changelog) under PHP8.4.

With best regards
Frank

Statistics: Posted by fraenkiman — Fri Jan 17, 2025 11:06 am


Veröffentlicht am 17.01.2025 um 12:06:50 Uhr - Kategorie: FlatPress project - Autor: fraenkiman

FlatPress project • PHP 8.3 and 8.4

After updating PHP from 8.2 to 8.4, my FlatPress installation (version 1.3.1) only shows a white page, the same with PHP 8.3. Will there be a new FlatPress version in the near future, which runs under PHP 8.4?

Statistics: Posted by Torsten — Tue Jan 14, 2025 10:32 pm


Veröffentlicht am 14.01.2025 um 23:32:22 Uhr - Kategorie: FlatPress project - Autor: Torsten

Theme support • Re: Theme HTTP ERROR 500

Easy to fix on line 8 of default.tpl:

Code:

{if isset($rawcontent)} {$content}
instead of

Code:

{if $rawcontent} {$content}
:)
I have updated again the theme.
You can download the patched version into the same post.

Statistics: Posted by eagleman — Tue Jan 14, 2025 10:44 am


Veröffentlicht am 14.01.2025 um 11:44:27 Uhr - Kategorie: Theme support - Autor: eagleman

Theme support • Re: Updated Disciple theme

Hello, I have fixed the HTTP ERROR 500 and removed the contact link from the top left corner.
for any problem with this theme, let me know.
Download form the same link as above.

Statistics: Posted by eagleman — Tue Jan 14, 2025 10:42 am


Veröffentlicht am 14.01.2025 um 11:42:37 Uhr - Kategorie: Theme support - Autor: eagleman

General Support • Re: External Images

Hello Luca,

with this version you can now test with FlatPress 1.3.1 whether external images are loaded.With best regards
Frank

Statistics: Posted by fraenkiman — Sun Jan 12, 2025 5:28 pm


Veröffentlicht am 12.01.2025 um 18:28:31 Uhr - Kategorie: General Support - Autor: fraenkiman

General Support • Re: External Images

Hi Arvid,

this will not work with FlatPress 1.3.1. Inline scripts have no nonce value/are unsafe in 1.3.1. I'll do a little cleanup.

Give me some time.
With best regards
Frank

Statistics: Posted by fraenkiman — Sun Jan 12, 2025 5:07 pm


Veröffentlicht am 12.01.2025 um 18:07:24 Uhr - Kategorie: General Support - Autor: fraenkiman

General Support • Re: External Images

Luca,

I fixed the issue in the PhotoSwipe plugin; the fix will be part of FlatPress 1.4.
Can you please confirm that it works for you with the attached plugin version?


All the best,
Arvid

Statistics: Posted by Arvid — Sun Jan 12, 2025 2:40 pm


Veröffentlicht am 12.01.2025 um 15:40:02 Uhr - Kategorie: General Support - Autor: Arvid

Plugin support • Re: Tag-Plugin - Error 500 - Smarty 4

This is exactly the right way to get rid of the "dynamic property" deprecation warning: Defining the class property in the first place :)
Luca, does the new version of the Tag plugin work for you?

Statistics: Posted by Arvid — Sun Jan 12, 2025 1:17 pm


Veröffentlicht am 12.01.2025 um 14:17:18 Uhr - Kategorie: Plugin support - Autor: Arvid

Theme support • Re: Theme HTTP ERROR 500

Easy to fix on line 8 of default.tpl:

Code:

{if isset($rawcontent)} {$content}
instead of

Code:

{if $rawcontent} {$content}
:)

Statistics: Posted by Arvid — Sun Jan 12, 2025 1:13 pm


Veröffentlicht am 12.01.2025 um 14:13:11 Uhr - Kategorie: Theme support - Autor: Arvid

Theme support • Re: Updated 2022 theme

Looks pretty neat, thanks a lot!

Statistics: Posted by Arvid — Sun Jan 12, 2025 1:06 pm


Veröffentlicht am 12.01.2025 um 14:06:14 Uhr - Kategorie: Theme support - Autor: Arvid

General Support • Re: Detecting mobile browser

Ahoj Lubomír,

šťastný nový rok! :D

The Mobile plugin works fine, I use it on my personal website.
But it's basically a workaround; the best way to serve a good layout to big and small screens is proper use of responsive web design.
Check out https://flatpress.org for example :)

All the best,
Arvid

Statistics: Posted by Arvid — Sun Jan 12, 2025 12:59 pm


Veröffentlicht am 12.01.2025 um 13:59:24 Uhr - Kategorie: General Support - Autor: Arvid

General Support • Re: External Images

Hi and thanks for reporting!

This is indeed a bug within the PhotoSwipe plugin - if deactivated, the standard BBCode plugin takes care of the img tag and displays the image properly.
I created an issue: https://github.com/flatpressblog/flatpress/issues/520

Code:

[html]<a href="http://apod.nasa.gov/apod/astropix.html"><img src="http://apod.nasa.gov/apod/calendar/today.jpg" height=“80px” width=“80px” ></a>[/html]
this code doesn't work
I assume you copied the code for the height and width attribute from a website that displays “typographic quotes” instead of "straight quotes". HTML does only work with straight quotes - simply replace them in your snippet:

Code:

[html]<a href="http://apod.nasa.gov/apod/astropix.html"><img src="http://apod.nasa.gov/apod/calendar/today.jpg" height="80px" width="80px" ></a>[/html]
All the best,
Arvid

Statistics: Posted by Arvid — Sun Jan 12, 2025 12:47 pm


Veröffentlicht am 12.01.2025 um 13:47:26 Uhr - Kategorie: General Support - Autor: Arvid

General Support • Re: Configuration problems

Karl, welcome to FlatPress :)
There is no error log, but after deleting everything and reinstalling everything is working correctly.
I cannot explain, what was wrong, but now everything is ok.
This is odd ... but well, it works now, doesn't it? :)

All the best,
Arvid

Statistics: Posted by Arvid — Sun Jan 12, 2025 12:24 pm


Veröffentlicht am 12.01.2025 um 13:24:48 Uhr - Kategorie: General Support - Autor: Arvid

General Support • Re: Please fix output from Flatpress RSS

Very nice - thank you both for reporting, fixing and testing!

Statistics: Posted by Arvid — Sun Jan 12, 2025 12:22 pm


Veröffentlicht am 12.01.2025 um 13:22:53 Uhr - Kategorie: General Support - Autor: Arvid



Webhosting bei Alfahosting - jetzt kostenlos testen!