Search found 2701 matches

by onli
Sat Apr 13, 2024 12:34 pm
Forum: Generelles in Deutsch
Topic: Plugins aktualisieren 2.5
Replies: 1
Views: 74

Re: Plugins aktualisieren 2.5

Wenn du auf einer weißen Seite landest ist wahrscheinlich ein interner Fehler aufgetreten, den dein Server (und Serendipity im Produktivmodus) aber konfiguriert ist nicht anzuzeigen. Dein Hoster wird irgendwo PHP-Fehlerlogs (error.log) bereitstellen, die dürften weiterhelfen. Schau in die bitte rein...
by onli
Thu Apr 04, 2024 8:22 pm
Forum: Plugins
Topic: Sub to New posts
Replies: 5
Views: 339

Re: Sub to New posts

Ah, right. Sorry, I forgot that this system was living there. Not sure about how much of that is a plugin and how much a core modification, but sure worth a try.
by onli
Sun Mar 31, 2024 4:21 pm
Forum: Plugins
Topic: Sub to New posts
Replies: 5
Views: 339

Re: Sub to New posts

To my knowledge there is indeed no such plugin yet. Usually we recommend to send users to the RSS feed instead. Plus, there are services like https://feedrabbit.com/ that send emails when the RSS feed gets updated.
by onli
Mon Mar 25, 2024 5:16 pm
Forum: Generelles in Deutsch
Topic: Jemand aus Remscheid, der sich mit Serendipity auskennt?
Replies: 3
Views: 438

Re: Jemand aus Remscheid, der sich mit Serendipity auskennt?

Das Smartytemplate wird da Code generieren, der mit der neuen PHP-Version nicht kompatibel ist. Mach am besten folgendes: Öffne die Datei in der Fehlermeldung, /kunden/waterboelles/templates_c/2k11_waterboelles/8d/bc/4a/8dbc4a5f373fd0404adeccfb08612e30c77981a5_0.file.plugin_usergallery.tpl.php:134, ...
by onli
Sun Mar 24, 2024 11:39 pm
Forum: Generelles in Deutsch
Topic: Jemand aus Remscheid, der sich mit Serendipity auskennt?
Replies: 3
Views: 438

Re: Jemand aus Remscheid, der sich mit Serendipity auskennt?

Hallo Lothar
Die Links in der blauen Navigationsleiste scheinen derzeit alle zu funktionieren. Hast du die kaputten zwischenzeitlich deaktiviert?
by onli
Sun Mar 24, 2024 11:36 pm
Forum: Bugs
Topic: From Scratch: s9y 2.5 mod_rewrite issues
Replies: 2
Views: 283

Re: From Scratch: s9y 2.5 mod_rewrite issues

Thanks for documenting your solution :)
by onli
Sat Mar 16, 2024 12:06 pm
Forum: Generelles in Deutsch
Topic: Falsche Codierung des Datums in Artikeln (UTF-8 statt ISO-8859-1)
Replies: 3
Views: 239

Re: Falsche Codierung des Datums in Artikeln (UTF-8 statt ISO-8859-1)

Hab den PR gesehen. Super, Danke :) Ich geb den anderen (insb Garvin) etwas Zeit sich das anzusehen, ansonsten teste ich das auf einem UTF-8-System gegen und merge dann.
by onli
Sat Mar 16, 2024 10:51 am
Forum: Generelles in Deutsch
Topic: Falsche Codierung des Datums in Artikeln (UTF-8 statt ISO-8859-1)
Replies: 3
Views: 239

Re: Falsche Codierung des Datums in Artikeln (UTF-8 statt ISO-8859-1)

Ja, das könnte ein Fehler in 2.5 sein. serendipity_strftime nutzt jetzt PHP81_BC\strftime. Es könnte sein, dass da immer UTF-8 rauskommt und das vorher nicht so was, wir daher das umwandeln müssen - ziemlich so wie du gemacht hast. Ich würde es vll in die serendipity_strftime packen, in der include/...
by onli
Sat Mar 16, 2024 10:12 am
Forum: Generelles in Deutsch
Topic: Text formatting settings
Replies: 1
Views: 131

Re: Text formatting settings

Ja. BR ist ein ganz simpler Modus, in dem Leerzeichen zu <br> umgewandelt werden. Mit dem P-Modus werden Absätze in <p>s umstellt, was semantisch richtiger ist. Außerdem nett wenn man mal Listen baut, die werden nämlich vom p-Modus erkannt und ignoriert.
by onli
Wed Feb 21, 2024 7:04 pm
Forum: Bugs
Topic: Problem with admin interface landing page
Replies: 6
Views: 394

Re: Problem with admin interface landing page

Maybe better to uninstall that one even, as its old code might cause issues with future PHP versions. And as it was aimed at s9y before the dashboard was useful, I think, it is unlikely to get new updates.

Great that it works now though :)
by onli
Wed Feb 21, 2024 6:47 pm
Forum: Bugs
Topic: Problem with admin interface landing page
Replies: 6
Views: 394

Re: Problem with admin interface landing page

A while ago there was a plugin that changed that page, could be called serendipity_event_dashboard. Something like that installed?
by onli
Wed Feb 21, 2024 5:12 pm
Forum: Bugs
Topic: Problem with admin interface landing page
Replies: 6
Views: 394

Re: Problem with admin interface landing page

This looks like it loads the old admin interface. Is that normal for you? Does your backend usually look like this: https://www.onli-blogging.de/uploads/s9 ... d_tiny.png ?
by onli
Thu Feb 15, 2024 6:20 pm
Forum: Installation
Topic: No show of blog content in browser after update of s9y to 2.5-beta1 & php to v8.2.15 on provider side
Replies: 4
Views: 455

Re: No show of blog content in browser after update of s9y to 2.5-beta1 & php to v8.2.15 on provider side

Delete this file (you can do a backup on your PC): serendipity_01/plugins/serendipity_event_statistics/serendipity_plugin_statistics.php That should avoid the problem, if it's only about the missing table. If afterwards it is still broken you should check the error-log again - we have to make certai...
by onli
Wed Feb 14, 2024 9:46 pm
Forum: Showcase
Topic: spirit.surrim.org
Replies: 3
Views: 9783

Re: spirit.surrim.org

surrim wrote: Wed Feb 14, 2024 9:44 pm Anyway the OSM plugins are still running fine.
That's thanks to you! :) But it's great that nothing broke with the new version.

I hope that the autoupdater works in general, that it does not broke because of the change in bundled_libs. Hard to test that in advance.
by onli
Wed Feb 14, 2024 10:40 am
Forum: Installation
Topic: No show of blog content in browser after update of s9y to 2.5-beta1 & php to v8.2.15 on provider side
Replies: 4
Views: 455

Re: No show of blog content in browser after update of s9y to 2.5-beta1 & php to v8.2.15 on provider side

It's a valid question. Serendipity could try to capture the error file, write the errors to something under its control. But it does not, so the PHP error file will be somewhere your hoster configured it to be. On a typical linux machine, that would be /var/log/apache2/error.log. On uberspace as a h...