Search found 2904 matches

by onli
Sat Apr 11, 2026 12:43 am
Forum: Announcements
Topic: Serendipity 2.6.0 released
Replies: 0
Views: 271

Serendipity 2.6.0 released

We are happy to announce the availability of the next stable release, Serendipity 2.6.0. It provides support for PHP 8.4 and includes many fixes, updated bundled libraries and some new features, like an optional two factor authentication on login and a faster cache, as well as security fixes for ...
by onli
Mon Mar 02, 2026 5:40 pm
Forum: Installation
Topic: [Solved] Problem with MySQL during update of 2.3.5
Replies: 18
Views: 66107

Re: [Solved] Problem with MySQL during update of 2.3.5

Thanks for reporting back :)
by onli
Sat Feb 28, 2026 12:23 pm
Forum: Generelles in Deutsch
Topic: HTTP Error 500 bei einem Artikel
Replies: 5
Views: 26379

Re: HTTP Error 500 bei einem Artikel

Welche Version lief von s9y lief da genau? 2.6-beta1 oder die Version aus dem Github-Master?

Von der codestelle ist das die gleiche, die bei dee in https://board.s9y.org/viewtopic.php?p=10459895#p10459895 schieflief. Ich hatte das bei mir reproduziert, hängt von der Konfiguration ab, aber im nl2p ...
by onli
Fri Feb 27, 2026 10:51 pm
Forum: Generelles in Deutsch
Topic: HTTP Error 500 bei einem Artikel
Replies: 5
Views: 26379

Re: HTTP Error 500 bei einem Artikel

Schau bitte mal in das PHP error log, welche Fehlermeldung bei dem 500er geloggt wurde. Dann wissen wir mehr.

Aber ja, Plugin als Ursache ist wahrscheinlich.
by onli
Wed Feb 25, 2026 12:12 pm
Forum: Installation
Topic: [Solved] Problem with MySQL during update of 2.3.5
Replies: 18
Views: 66107

Re: Problem with MySQL during update of 2.3.5

Right, if you were under PHP 7.4 the bug would not have happened. The code was compatible with it. But the fix will help under PHP 8.

Btw, great to see that Serendipity 2.5.0 still really worked with PHP 7.4! :)

For php-intl, exactly. That's for the server hoster to activate. I'm surprised it isn ...
by onli
Wed Feb 25, 2026 8:59 am
Forum: Installation
Topic: [Solved] Problem with MySQL during update of 2.3.5
Replies: 18
Views: 66107

Re: Problem with MySQL during update of 2.3.5

And was that under PHP 7.4, where it worked before, or did you switch back to PHP 8, the bug occurred and changing line 261 to array() fixed it? Edit: Doesn't matter anymore, I could reproduce the bug. Yes, changing false to array() in line 261 fixes that problem. I committed that fix as well to the ...
by onli
Wed Feb 25, 2026 8:20 am
Forum: Installation
Topic: [Solved] Problem with MySQL during update of 2.3.5
Replies: 18
Views: 66107

Re: Problem with MySQL during update of 2.3.5

The plugin has two modes of operation, nl2br and nl2p. I assume you used nl2p before - line 737 is part of the nl2p function. When you uninstalled the plugin it probably reset the configuration, and now your blogs uses nl2br mode. Change it in the plugin configuration, set "Use P-Tags" to "Yes ...
by onli
Fri Feb 20, 2026 4:48 pm
Forum: General discussions
Topic: Where are blog entry files stored?
Replies: 3
Views: 134374

Re: Where are blog entry files stored?

For the log, exporting an RSS file was a good option. One would have to check the error message that would have been logged when the 500 error occured to see what went wrong. Maybe a timeout.

And exporting the database would also work, like you tried. The text is in the body column, but you could ...
by onli
Tue Feb 17, 2026 12:16 pm
Forum: Generelles in Deutsch
Topic: Blog stürzt ab - HTTP ERROR 500 durch Linkvorschau von Mastodon
Replies: 10
Views: 40366

Re: Blog stürzt ab - HTTP ERROR 500 durch Linkvorschau von Mastodon

Super. Zeig hier vll den diff der Änderungen an der mysqli.inc.php, damit du es dokumentiert hast und wir schauen können was genau nötig war. Vielleicht hilft es auch jemandem.
by onli
Thu Feb 12, 2026 10:25 am
Forum: Installation
Topic: [Solved] Problem with MySQL during update of 2.3.5
Replies: 18
Views: 66107

Re: Problem with MySQL during update of 2.3.5

Please :) Ideal would be both, but I guess most important is the error you run into now. Then we can probably fix it.
by onli
Thu Feb 12, 2026 9:29 am
Forum: Installation
Topic: [Solved] Problem with MySQL during update of 2.3.5
Replies: 18
Views: 66107

Re: Problem with MySQL during update of 2.3.5

Nothing I'm aware of. I do use it myself on onli-blogging.de, though with PHP 8.2 and in nl2p mode. The hoster didn't share the exact error message with you?
by onli
Wed Jan 07, 2026 7:56 am
Forum: Installation
Topic: [Solved] Problem with MySQL during update of 2.3.5
Replies: 18
Views: 66107

Re: Problem with MySQL during update of 2.3.5

Ah. In theory supported, but we might have missed something. Would be good to switch to a Version of PHP 8. Serendipity 2.4 is the perfect starting point for that - it was made to run PHP 7.4 or 8.0. Serendipity 2.5 then added support for PHP 8.2, and PHP 8.4 is supported from 2.6-beta1 on. I wrote ...
by onli
Wed Jan 07, 2026 7:45 am
Forum: Installation
Topic: [Solved] Problem with MySQL during update of 2.3.5
Replies: 18
Views: 66107

Re: Problem with MySQL during update of 2.3.5

Progress :)

Serendipity 2.5 had quite some changes for PHP support, I assume one of those is incompatible with the setup. Two options: AS you were planning, ask the hoster for the php error log (manitu has it in their backend, uberspace has to activate it via a console command iirc, other hosters ...
by onli
Wed Jan 07, 2026 12:23 am
Forum: Installation
Topic: [Solved] Problem with MySQL during update of 2.3.5
Replies: 18
Views: 66107

Re: Problem with MySQL during update of 2.3.5

Hi Dee
Do you know which MySQL version that server is using?

To decide whether the upgrader should be shown, serendipity compares $serendipity['versionInstalled'] from serendipity_config_local.inc.php with what is hardcoded as $serendipity['version'] in serendipity_config.inc.php. One option would ...
by onli
Tue Dec 30, 2025 9:33 am
Forum: Installation
Topic: Problems with strftime after webserver (php) upgrade
Replies: 3
Views: 23531

Re: Problems with strftime after webserver (php) upgrade

This is one way to fix it, the other would be to check in moz_modern why the format is missing. It seems to originate from its entries.tpl?

But you are right, this is a bug. The code is written as if one could call serendipity_formatTime with $format set to null, but at least since the move to ...