Search found 171 matches

by laborix
Thu Feb 19, 2026 8:05 pm
Forum: Development and tests
Topic: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 3
Views: 345

Re: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

Ok, wrong nginx.conf :shock: this is the correct version for the Installation in /fp3091-folder

Code: Select all

location /fp3091 {
    try_files $uri $uri/ /fp3091/index.php?$args;
}
by laborix
Thu Feb 19, 2026 7:31 pm
Forum: Development and tests
Topic: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 3
Views: 345

Re: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

Test environment: openSUSE 16 Leap, Nginx 1.27, and PHP 8.4.16 with FlatPress Github 3091
Installation in a subfolder /fp3091, no longer in the /(root) folder
Adjustment of the nginx.conf file
location /fp3091 {
try_files $uri $uri/ /index.php?$args;
}
The setup runs without errors, as does the ...
by laborix
Sat Feb 07, 2026 9:56 am
Forum: Development and tests
Topic: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 3
Views: 345

Re: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

So, a little late, I'm busy at the moment.

Basis: openSUSE 16.0, Nginx 1.27 with PHP 8.4.16 (default openSUSE .rpm) and FlatPress Github 3057.
Installed in the web server /(root) folder with the default WordPress nginx.conf.
location / {
# WordPress web hosting config for Nginx servers
try_files ...
by laborix
Sat Jan 31, 2026 9:32 am
Forum: Development and tests
Topic: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 3
Views: 345

FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

So, a few quick updates. Quick&dirty test with installation, new post attachments, and PrettyUrls works on openSUSE 16 Server with PHP 8.4.16.
For a full test, I first have to convince openSUSE 16 that SELinux is a brilliant security option, but that I don't need it at all for testing right now. I ...
by laborix
Thu Jan 29, 2026 7:50 pm
Forum: Development and tests
Topic: FlatPress Github 3049 - Debian 12.13 Nginx Server, PHP 8.5.2
Replies: 2
Views: 212

Re: FlatPress Github 3049 - Debian 12.13 Nginx Server, PHP 8.5.2

So, complete reset of the Nginx server and provision of empty space. Transfer FlatPress Github 3049 and install in the server /(root) folder. Quick test works, log in and play through new posts and change PrettyUrls settings.

( ) Automatic
( ) HTTP Get auto
( ) Pretty

These three settings work ...
by laborix
Tue Jan 27, 2026 7:00 pm
Forum: Development and tests
Topic: FlatPress Github 3049 - Debian 12.13 Nginx Server, PHP 8.5.2
Replies: 2
Views: 212

FlatPress Github 3049 - Debian 12.13 Nginx Server, PHP 8.5.2

Okay, first test with FlatPress Github 3049 on an Nginx server with WordPress defaults:

location / {
# WordPress web hosting config for Nginx servers
try_files $uri $uri/ /index.php?$args;
}

The current FlatPress Github 3049 is installed in the /(root) folder, and the setup is running ...
by laborix
Sat Jan 10, 2026 4:26 pm
Forum: Development and tests
Topic: FlatPress Github 2974 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 18
Views: 1082

Re: FlatPress Github 2974 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

fraenkiman wrote: Sat Jan 10, 2026 1:16 am... Keep up the good work! ...
Wonderful collaboration, thank you very much :)
by laborix
Fri Jan 09, 2026 9:22 pm
Forum: Development and tests
Topic: FlatPress Github 2974 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 18
Views: 1082

Re: FlatPress Github 2974 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

Addendum to the post on Fri, Jan 09, 2026, 9:31 p.m. (see above).
The emotji is only displayed correctly in the frontend; in the administration panel, the emotji is replaced by a : smiley :, i.e., only the text that is stored.
I noticed this while I ported an old FlatPress 1.0.3 theme to FlatPress ...
by laborix
Fri Jan 09, 2026 8:31 pm
Forum: Development and tests
Topic: FlatPress Github 2974 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 18
Views: 1082

Re: FlatPress Github 2974 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

... url=https://github.com/flatpressblog/flatpress/tree/75fb02c0cb6ad7f725b13217da2818170f1f49e3]commit 2991[/url] onwards. ...
Okay, it seems that the latest FlatPress Github 2993 has improved, and the title with emotji works now ...
The deed is done :D

Edit :
tested the Check for newer ...
by laborix
Fri Jan 09, 2026 4:27 pm
Forum: Development and tests
Topic: FlatPress Github 2974 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 18
Views: 1082

Re: FlatPress Github 2974 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

Here's a totally pointless question.

If FlatPress Github 2986 displays emojis correctly in the content but not in the title of a post, is it possible that the title text is filtered differently than the content? Like with a sanitized filter or something similar?

best regards