Search found 2825 matches

by onli
Thu Sep 10, 2026 11:55 pm
Forum: General discussions
Topic: PHP 8.5
Replies: 3
Views: 1744

Re: PHP 8.5

That's good to hear :)
by onli
Wed Sep 09, 2026 8:44 am
Forum: General discussions
Topic: PHP 8.5
Replies: 3
Views: 1744

Re: PHP 8.5

Hi
Maybe. 8.5 has not been tested yet. But it does not have that many breaking changes, so it might just work without issues. If you can switch back easily I wouldn't hesitate to test it.
by onli
Sat Aug 01, 2026 9:06 pm
Forum: Generelles in Deutsch
Topic: Meine Mediendatenbank ist leer - ist das schlimm?
Replies: 2
Views: 14751

Re: Meine Mediendatenbank ist leer - ist das schlimm?

Du kannst das ignorieren. Die alten Bilder sind als HTML in den Einträgen drin, egal was passiert.

Wo ich mir gerade nicht sicher bin ist bei den responsiven Bildern, also dem srcset für kleinere Bildschirme. Die werden bei Aritkelaufruf reingesetzt und dafür wird geschaut, welche ...
by onli
Thu Jul 23, 2026 1:08 am
Forum: Announcements
Topic: Serendipity 2.6.1 released
Replies: 0
Views: 23029

Serendipity 2.6.1 released

2.6.1 is a bugfix release for 2.6.0, it includes four security fixes. Please see the github release page for more information, but an upgrade is recommended.
by onli
Tue Jul 14, 2026 5:07 pm
Forum: Generelles in Deutsch
Topic: Plugin-Updates funktionieren nicht!
Replies: 5
Views: 105135

Re: Plugin-Updates funktionieren nicht!

Ist natürlich blöd, dass der Fehler beim Updaten der Plugin passierte :/ Denn ein Pluginupdate hätte geholfen: Version 1.10 vom letzten Jahr des Plugin ist modernisiert und hat diese Abhänigkeit nicht mehr.
by onli
Thu May 14, 2026 10:01 am
Forum: Plugins
Topic: how to modify Archives plugin?
Replies: 7
Views: 35842

Re: how to modify Archives plugin?

I had an idea for how this might work with reasonable effort. I didn't add a config option, but changed the default behaviour. Want to give give it a try? Replace your plugins/serendipity_plugin_archives/serendipity_plugin_archives.inc.php with this code:

<?php

if (IN_serendipity !== true) {
die ...
by onli
Thu May 14, 2026 12:06 am
Forum: Plugins
Topic: how to modify Archives plugin?
Replies: 7
Views: 35842

Re: how to modify Archives plugin?

Hi
Okay. So the sidebar plugin and the archive page you showed stem from different places, even though the sidebar plugin links to the archive page. 2k11 has a template for the archive page, I think that's templates/2k11/entries_archives.tpl . You can edit it, for example change the text. If your ...
by onli
Wed May 13, 2026 10:14 pm
Forum: Plugins
Topic: how to modify Archives plugin?
Replies: 7
Views: 35842

Re: how to modify Archives plugin?

The plugin has some configuration options that might get you close. If you set "Show number of entries per category?" and "Hide archives link when no entries were made in that timespan (requires counting entries)" to Yes, that's not the result you want?

It's likely the plugin hasn't seen updates in ...
by onli
Sun Apr 19, 2026 8:05 pm
Forum: Installation
Topic: Error in admin interface after 2.6.0 update
Replies: 6
Views: 46423

Re: Error in admin interface after 2.6.0 update

No problem. Honestly, this change should have seen more testing, so I was very interested in seeing this resolved.
by onli
Sun Apr 19, 2026 4:54 pm
Forum: Installation
Topic: Error in admin interface after 2.6.0 update
Replies: 6
Views: 46423

Re: Error in admin interface after 2.6.0 update

As a help for others: We figured it out. The site did not have https, and the fallback did not work because the site's baseURL was configured as www.example.com, but visited under example.com. Changing the url or adding a ssl certificate would fix the backend.
by onli
Sun Apr 19, 2026 1:35 pm
Forum: Installation
Topic: Error in admin interface after 2.6.0 update
Replies: 6
Views: 46423

Re: Error in admin interface after 2.6.0 update

That browser is definitely new enough. And the fallback header would also work. If it does not work on multiple browsers like that it has to be related to the server setup (or trigger some bug in serendipity). Though I'm not aware of anything that would explain this, like a setting or something.

I ...
by onli
Sat Apr 18, 2026 12:14 am
Forum: Installation
Topic: Error in admin interface after 2.6.0 update
Replies: 6
Views: 46423

Re: Error in admin interface after 2.6.0 update

We changed how the XSRF protection works and now rely on a browser header - but the expectation was that the error won't happen then in normal use (no timeouts). Which browser do you use, including the version?
by onli
Mon Apr 13, 2026 8:58 pm
Forum: Bugs
Topic: Image Thumbnails
Replies: 1
Views: 36901

Re: Image Thumbnails

New ones?

In 2.6. there were a couple changes related to thumbnails:

1. Jpeg thumbnails got new creation settings (setting their quality)
2. WebP and AVIF images are supported now, and also have new setting for their creation

But I'd guess what hits you are the responsive images, that the ...
by onli
Sat Apr 11, 2026 12:43 am
Forum: Announcements
Topic: Serendipity 2.6.0 released
Replies: 0
Views: 132472

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: 267296

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

Thanks for reporting back :)