Search found 576 matches

by Arvid
Tue Oct 11, 2022 6:23 pm
Forum: Development and tests
Topic: Cannot save an entry as "draft" in 1.3.dev (smarty)
Replies: 3
Views: 8636

Re: Cannot save an entry as "draft" in 1.3.dev (smarty)

Finally, this is fixed. See also this topic - same problem.
Thank you very much for reporting! :)
by Arvid
Tue Oct 11, 2022 6:16 pm
Forum: General Support
Topic: Uploading images
Replies: 4
Views: 3490

Re: Uploading images

8-)
by Arvid
Tue Oct 11, 2022 6:13 pm
Forum: Development and tests
Topic: Github FlatPress 754 - First Test on PHP 8.1 - new Errors
Replies: 1
Views: 9130

Re: Github FlatPress 754 - First Test on PHP 8.1 - new Errors

Thanks a lot, fixed it right away :)

We'll have to check all PHP warnings from the admin on the Responsive Admin branch again, though. But at least we know the general problem types already ... Smarty 4 an PHP 8.1 often stumble upon unintialized variables and incorrect parameter quotations.
by Arvid
Tue Oct 11, 2022 1:35 pm
Forum: General Support
Topic: 502 Bad Gateway
Replies: 7
Views: 5090

Re: 502 Bad Gateway

Johannes,

this is odd indeed. Do you have the PrettyURLs plugin enabled? Maybe it creates an .htaccess related glitch - does it help to deactivate it?

All the best,
Arvid
by Arvid
Tue Oct 11, 2022 1:20 pm
Forum: General Support
Topic: Uploading images
Replies: 4
Views: 3490

Re: Uploading images

Or you make use of the width and height parameters of the img tag.
To learn more about those parameters, check out the BBCode documentation on our wiki :)
by Arvid
Tue Oct 11, 2022 1:16 pm
Forum: General Support
Topic: Login failed
Replies: 4
Views: 2927

Re: Login failed

Glad I could help. If you download the latest development snapshot from GitHub (i.e., the "master" branch), you'll most likely get an unfinished and propably unstable development version. You'll always find the latest final release on our official download page - or on our GitHub releases ...
by Arvid
Tue Oct 11, 2022 12:56 pm
Forum: Plugin support
Topic: a simple Emoticons-Plugin
Replies: 7
Views: 10081

Re: a simple Emoticons-Plugin

Impressive set of icons, this is :D

Well done!
by Arvid
Tue Oct 11, 2022 12:25 pm
Forum: Development and tests
Topic: Github FlatPress 744 - First Test on PHP 8.1 - some Errors
Replies: 6
Views: 11193

Re: Github FlatPress 744 - First Test on PHP 8.1 - some Errors

Fixed the endless loop that occured in the entry overview with drafts. Fatal error: Uncaught Error: Class "IntlDateFormatter" not found in .../fpgit744/fp-includes/core/core.date.php:158 Stack trace: #0 ... .../fpgit744/search.php(9): search_display() #17 {main} thrown in .../fpgit744/fp-i...
by Arvid
Sun Oct 09, 2022 1:11 pm
Forum: Development and tests
Topic: Github FlatPress 744 - First Test on PHP 8.1 - some Errors
Replies: 6
Views: 11193

Re: Github FlatPress 744 - First Test on PHP 8.1 - some Errors

Fixed with 1b9022c, thx :)

My PHP 8.1 apache totally hangs itself when opening the entry overview in the Admin Area - do you experience this as well? :shock:
by Arvid
Sun Oct 09, 2022 12:34 pm
Forum: General Support
Topic: Flatpress 1.2.1 issue #132 - Months are displayed in the wrong language in the search
Replies: 14
Views: 7929

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

Erm...the current Smarty version takes care of that itself, it seems. Months are displayed in my local system language (which is German), even if FlatPress is set to English.

Image

This is okay to me without further changes - what do you think?