Search found 118 matches

by laborix
Sat Sep 24, 2022 6:17 am
Forum: General Support
Topic: Flatpress 1.2.1 issue #132 - Months are displayed in the wrong language in the search
Replies: 14
Views: 7414

Re: Flatpress 1.2.1 issue #132 - Months are displayed in the wrong language in the search

Sorry, I posted the wrong lines to replace :roll: Please replace lines 190 - 193 in the file "/fp-includes/smarty/plugins/function.html_select_date.php" for ($i = 1; $i <= 12; $i++) { $month_names[$i] = strftime($month_format, mktime(0, 0, 0, $i, 1, 2000)); $month_values[$i] = strftime($mo...
by laborix
Sun Sep 18, 2022 2:00 pm
Forum: General Support
Topic: Flatpress 1.2.1 and PHP 8.0: Warning with [more]-tag
Replies: 3
Views: 3149

Flatpress 1.2.1 and PHP 8.0: Warning with [more]-tag

Situation: Install Flatpress and create another blog article. The first blog article in the Flatpress blog contains a [more] tag. If you click on the first blog article and then on [Read more...], the following error message appears in the "this page/next page" section. Warning: Trying to ...
by laborix
Sun Sep 18, 2022 10:28 am
Forum: General Support
Topic: Flatpress 1.2.1 issue #132 - Months are displayed in the wrong language in the search
Replies: 14
Views: 7414

Flatpress 1.2.1 issue #132 - Months are displayed in the wrong language in the search

Hi, a quick solution for the Flatpress 1.2.1 problem described in the Flatpress Github here: -> https://github.com/flatpressblog/flatpress/issues/132 Download the file "/fp-includes/smarty/plugins/function.html_select_date.php", edit it with a UTF-8 Editor and replace the lines 227 - 230 f...
by laborix
Wed Sep 14, 2022 4:01 pm
Forum: Theme support
Topic: https don't show theme
Replies: 14
Views: 17147

Re: https don't show theme

... no change on https://agrofarm.cz/ ... I'm not sure what's going wrong with your installation, so I think the best way is to do a full new installation of Flatpress like the Upgrade section in the Flatpress Wiki. See full article: https://wiki.flatpress.org/en:doc:basic:upgrade So, please downlo...
by laborix
Tue Sep 13, 2022 3:58 pm
Forum: Theme support
Topic: https don't show theme
Replies: 14
Views: 17147

Re: https don't show theme

... FlatPress is 1.2.beta1, it can be a problem? ... I installed Flatpress 1.2 beta 1 in a test enviromnet and take a look for <link media="screen" href="http:// ... but there is no "http://", all is "https://" :?: Ok, let's try something ... Solution 1: Download ...
by laborix
Sun Sep 11, 2022 3:43 pm
Forum: Theme support
Topic: https don't show theme
Replies: 14
Views: 17147

Re: https don't show theme

I have problem with all theme, protocol https don't show theme. ... Solution 1: Log In in your Flatpress on your webspace and go to the Options. Change the Blog URL to https://www.agrofarm.cz/ and save the changes. Then clear the cache in Flatpress and it should work. Solution 2: Run the Flatpress ...
by laborix
Wed Jun 29, 2022 3:45 pm
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 12
Views: 37768

Re: Need help testing: Smarty update

... I first tried it with Debian ... What did I miss? ... On Linux systems, it is very important to ensure that the fp-content has the correct access rights. Windows is sometimes a bit more accommodating. I'm not sure, but you could check the fp-content/config folder to see if the correct configura...
by laborix
Wed Jun 29, 2022 3:28 pm
Forum: Development and tests
Topic: Need help testing: PHP 8.1 compatibility for FlatPress 1.3
Replies: 12
Views: 37768

Re: Need help testing: Smarty update

... as I'm very much interested in PHP 8.1 compatibility ... a quick test of the Flatpress Smarty 4 version under PHP 8.1 produces the following with maximum error checking: Last Setup Step - Login or page looks Deprecated: Automatic conversion of false to array is deprecated in .../fp-smarty4/fp-p...
by laborix
Sun Jun 19, 2022 4:17 pm
Forum: General Support
Topic: Flatpress 1.2.1 and Uploader
Replies: 5
Views: 2893

Re: Flatpress 1.2.1 and Uploader

Arvid wrote: Sun Jun 19, 2022 10:43 am... I don't know how to reproduce this error yet. Do you have files that trigger that error? ...
Mime_Type test, rename a .html file to .txt, not edit/save, only renamethe file extension.
by laborix
Sun Jun 19, 2022 10:08 am
Forum: General Support
Topic: Flatpress Github release - Test with PHP 8.2 Alpha 1
Replies: 10
Views: 14857

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

98% of this PHP Warnings can be solved by adding the appropriate Variable definition in the right places within the classes. See example: /fp-inludes/core/core.fpdb.class.php PHP Deprecated: Creation of dynamic property FPDB_Query::$comments is deprecated in ... ... class FPDB_Query { ... public $co...