Search found 2701 matches

by onli
Fri Sep 15, 2023 11:55 am
Forum: Bugs
Topic: WYSIWYG editors clears CLEAR=BOTH and similar tags
Replies: 13
Views: 27814

Re: WYSIWYG editors clears CLEAR=BOTH and similar tags

Sp you had added clear:both to .buchlink and the p tag after .litverweis, but the editor again removed both?
by onli
Wed Sep 13, 2023 3:54 pm
Forum: Generelles in Deutsch
Topic: Unknown system variable 'storage_engine' .... thrown in ... mysqli.inc.php
Replies: 9
Views: 12907

Re: Unknown system variable 'storage_engine' .... thrown in ... mysqli.inc.php

@widdi: Könntest du uns einnen Patch testen? In der include/db/mysqli.inc.php steht ab Zeile 294 derzeit folgender Code: if (serendipity_utf8mb4_ready()) { # InnoDB enables us to use utf8mb4 with the higher max index size serendipity_db_query("SET storage_engine=INNODB"); } else { # Before...
by onli
Tue Sep 12, 2023 5:14 pm
Forum: Generelles in Deutsch
Topic: Unknown system variable 'storage_engine' .... thrown in ... mysqli.inc.php
Replies: 9
Views: 12907

Re: Unknown system variable 'storage_engine' .... thrown in ... mysqli.inc.php

Welchen Patch würdet ihr hier empfehlen? Prüfen, dass es wirklich MySQL und nicht MariaDB ist, dann bei >= 5.7 auf das Setzen der Engine verzichten?
by onli
Mon Sep 11, 2023 2:46 am
Forum: Development
Topic: Leaving Github
Replies: 1
Views: 19943

Re: Leaving Github

surrim, it would be a shame to lose your contributions. 2FA really is a problem if it blocks legitimate access, but it's also a good thing with regards to security, even for just a project like ours. And Github is honestly excellent in the amount of 2FA-factors it supports. SMS, TOTP app (of which t...
by onli
Tue Aug 29, 2023 11:19 am
Forum: Bugs
Topic: Problems with plugin Staticpage
Replies: 1
Views: 7883

Re: Problems with plugin Staticpage

Hi Thanks for your report! This bug is not known, and I wasn't able to reproduce it so far. Maybe we get additional insight if this fails for more users. But so far I'd recommend that you really should create the table manually. The plugin should start to work. You are right, if this table is missin...
by onli
Sat Aug 19, 2023 5:17 pm
Forum: Installation
Topic: Trying to figure out how Comments/Subscribe to RSS work
Replies: 1
Views: 11035

Re: Trying to figure out how Comments/Subscribe to RSS work

The message you see is the expected behaviour. That's in Firefox, right? The browser stopped rendering RSS files on its own, the result is what you see. It really does seem broken. But the RSS feed is still working and useful: Visitors can add that URL to their feedreader, and then the feed reader w...
by onli
Sun Aug 13, 2023 12:21 pm
Forum: Themes
Topic: Starting Out with Serendipity, need to modify my appearance
Replies: 1
Views: 20073

Re: Starting Out with Serendipity, need to modify my appearance

Hi! Welcome to s9y. The issue here is likely to be that it is not as easy to adopt a theme to a new HTML structure, as serendipity's is likely to differ from what the theme expects. Worse, that HTML will even depend on which of the themes provided by serendipity you use. So there is no simple guide ...
by onli
Fri Aug 04, 2023 10:52 pm
Forum: Generelles in Deutsch
Topic: Problem mit spamblock_bayes-Administration
Replies: 15
Views: 20231

Re: Problem mit spamblock_bayes-Administration

Ah, klar. Aus der Perspektive ist das wirklich verwirrend. Die anderen Spamplugins halten es wie Bayes jetzt, das konsistent zu halten ist kaum möglich.

Gerne!
by onli
Mon Jul 31, 2023 1:21 am
Forum: Generelles in Deutsch
Topic: Problem mit spamblock_bayes-Administration
Replies: 15
Views: 20231

Re: Problem mit spamblock_bayes-Administration

Die Konfiguration des Plugins wurde reduziert, stimmt. Aber zwischen moderieren und blocken kannst du umschalten - geh dafür auf den Menüpunkt Plugins, wechsel auf das Tab für Ereignisplugins, und gehe dann dort in die Konfiguration des Bayes-Plugins. Dort könntest du ebenfalls den Papierkorb deakti...
by onli
Thu Jul 20, 2023 3:48 pm
Forum: Generelles in Deutsch
Topic: Problem mit spamblock_bayes-Administration
Replies: 15
Views: 20231

Re: Problem mit spamblock_bayes-Administration

Hm, ja. Plugins können alles machen und da gibt es ein paar, die nachträglich Tabellen anlegen. Deswegen würde die Rechtetrennung da nicht gut funktionieren. Die Funktion sollte immer aufgerufen werden wenn b8 nicht initialisiert ist und der Plugincode läuft, bei jedem Bewerten bzw Markieren eines K...
by onli
Thu Jul 13, 2023 6:46 pm
Forum: Generelles in Deutsch
Topic: Problem mit spamblock_bayes-Administration
Replies: 15
Views: 20231

Re: Problem mit spamblock_bayes-Administration

Wir haben doch in der setupDB() den Part für mysql: switch ($serendipity['dbType']) { case 'mysql': case 'mysqli': $sql = "INSERT IGNORE INTO b8_wordlist (token, count_ham) VALUES ('b8*dbversion', 3);"; serendipity_db_query($sql); $sql = "INSERT IGNORE INTO b8_wordlist (token, count_h...
by onli
Thu Jul 13, 2023 2:08 pm
Forum: Generelles in Deutsch
Topic: Problem mit spamblock_bayes-Administration
Replies: 15
Views: 20231

Re: Problem mit spamblock_bayes-Administration

Hey, Das Bayes-Plugin hab ich vor einer Weile massiv überarbeitet, da kommen die Probleme her. Vorher hatten es einen umfangreichen Backendbereich, den am Laufen zu halten ein Problem wurde, und es benutzte einen eigenen Bayes-Filter, geforkt von einer sehr frühen b8-Version, was unseren zu wartende...
by onli
Wed Jul 12, 2023 1:01 am
Forum: Generelles in Deutsch
Topic: Problem mit spamblock_bayes-Administration
Replies: 15
Views: 20231

Re: Problem mit spamblock_bayes-Administration

Alte Blogs sammeln Problemchen an ;) Freut mich, dass du es gelöst bekommen hast.
by onli
Mon Jul 10, 2023 10:38 pm
Forum: Generelles in Deutsch
Topic: Problem mit spamblock_bayes-Administration
Replies: 15
Views: 20231

Re: Problem mit spamblock_bayes-Administration

Hm. Bei mir im Blog geht es. Aber im Dev-Blog ging es eben auch nicht, bis ich die /s9y_dev/index.php?/serendipity_admin.js&v=1687090081 aufgerufen und mit STRG+F5 nochmal neu geladen habe. Vorher war die leer, dann tauchte der Code auf, er scheint jetzt auch bestehen zu bleiben und die Buttons ...
by onli
Wed Jun 14, 2023 12:26 am
Forum: Generelles in Deutsch
Topic: Twitter-Timeline-Plugin und Ankündigen neuer Artikel bei Twitter funktionieren nicht mehr
Replies: 1
Views: 7382

Re: Twitter-Timeline-Plugin und Ankündigen neuer Artikel bei Twitter funktionieren nicht mehr

Wenn ich https://developer.twitter.com/en/docs/twitter-api richtig verstehe: Das Plugin müsste auf v2 aktualisiert werden, aber die Kosten sind viel zu hoch. Wenn Nutzer ihre eigene App-ID setzen können würde der freie Plan vll ausreichen, um das Ankündigen wiederherzustellen, aber ich bezweifel das...