Search found 176 matches

by laborix
Sun Jan 21, 2024 4:14 pm
Forum: Plugin support
Topic: FlatPress Github 892, nginx 1.22 and plugin photoswipe
Replies: 5
Views: 69933

Re: FlatPress Github 892, nginx 1.22 and plugin photoswipe

... are you still able to reproduce this? ...
I can no longer reproduce the error as I no longer use this environment.

The current test environment with "error_reporting = E_ALL":
Nginx 1.24, PHP 8.1.27 and FlatPress Github 1142

The FlatPress Github 1142 version with PrettyURLs and activated ...
by laborix
Fri Jan 12, 2024 11:38 am
Forum: FlatPress project
Topic: PHP 8.1
Replies: 4
Views: 76010

Re: PHP 8.1

... Kan i start with the 1.3 version from flatpress? Or are there to many issues ...
FlatPress 1.3 does not officially exist and there is no release date.
@Arvid - When will the FlatPress 1.3 version be ready?

The current Github FlatPress version (as of 2 January 2024) runs under PHP 8.1 and you ...
by laborix
Sat Dec 30, 2023 5:34 pm
Forum: General Support
Topic: FlatPress Github 1102 - PHP Warnings
Replies: 6
Views: 17577

Re: FlatPress Github 1102 - PHP Warnings

... Can you please provide me with an example of what an nginx.conf should look like based on the PrettyURLs -htaccess file ? ...
It seems that FlatPress with PrettyURLs does work on an Nginx server :)
Current test environment: FlatPress Github 1108, Nginx 1.24 and PHP 8.1.27

The solution is ...
by laborix
Wed Dec 27, 2023 12:23 pm
Forum: General Support
Topic: FlatPress Github 1102 - PHP Warnings
Replies: 6
Views: 17577

Re: FlatPress Github 1102 - PHP Warnings

... Can you please provide me with an example of what an nginx.conf should look like based on the PrettyURLs -htaccess file ? ...
Tried some more solutions, also a few .htaccess Online converter, no success :(

@Arvid
Is it possible that FlatPress does not need .htaccess for the PrettyURL plugin ...
by laborix
Tue Dec 26, 2023 2:13 pm
Forum: General Support
Topic: FlatPress Github 1102 - PHP Warnings
Replies: 6
Views: 17577

Re: FlatPress Github 1102 - PHP Warnings

... Can you please provide me with an example of what an nginx.conf should look like based on the PrettyURLs -htaccess file ? ...

Hehe, not my beer :lol: since I've always used FlatPress without PrettyURLs ...

I've done some tests with FlatPress PrettyURLs and Nginx, but all hints from search ...
by laborix
Mon Dec 25, 2023 8:18 am
Forum: General Support
Topic: FlatPress Github 1102 - PHP Warnings
Replies: 6
Views: 17577

FlatPress Github 1102 - PHP Warnings

Test environment:
Nginx 1.24, PHP 8.1 and Flatpress Github 1102

The installation runs without errors, but Flatpress do not run under Nginx with PrettyUrls.

Two PHP warnings appear each time a page is called up:

PHP Warning: Undefined variable $file_meta in .../fpgit1102/fp-plugins/seometataginfo ...
by laborix
Sun Aug 06, 2023 9:31 am
Forum: Theme support
Topic: Responsive theme
Replies: 19
Views: 112312

Re: Responsive theme

taralushi wrote: Tue Aug 01, 2023 9:14 pm... google webmastertools ... Text is too small to read and Clickable elements are too close together ...
Here is the FlatMistyLook template again, revised and the Webmaster Tools should be friendlier now
flatmistylook-font-issue-fix.zip
(239.03 KiB) Downloaded 2748 times
by laborix
Mon Jul 31, 2023 3:00 pm
Forum: Theme support
Topic: Responsive theme
Replies: 19
Views: 112312

Re: Responsive theme

Thank you for the feedback :)
by laborix
Sun Jul 30, 2023 10:38 am
Forum: Theme support
Topic: Responsive theme
Replies: 19
Views: 112312

Re: Responsive theme

... there is an issue with adding pictures in a post after uploading them. A picture cannot be added via the input field,
It would be great if you can help to fix it. Enclosed a picuture what I mean. ...
Yes, the problem has been known and forgotten again since the first porting in 2021.
Anyway ...
by laborix
Sat Jul 29, 2023 7:33 am
Forum: Theme support
Topic: Responsive theme
Replies: 19
Views: 112312

Re: Responsive theme

... The error log provided this error ...
... on line 1 "{include file=cpheader.tpl}" - Unexpected "." ...
Smarty 4.x wants the include-specifications in all Theme .tpl files in quotation marks like this:
...
{include file="cpheader.tpl"}
...
{include file="footer.tpl"}
...
Try this ...