Search found 2703 matches

by onli
Sat Jan 14, 2023 7:07 pm
Forum: Generelles in Deutsch
Topic: Meine HP ist weg >> PHP 8
Replies: 38
Views: 45444

Re: Meine HP ist weg >> PHP 8

widdi, kannst du mit git umgehen? Vielleicht könntest du ja das Permalink-Plugin für alle reparieren? https://github.com/s9y/additional_plugins/ wäre das Repository. Zu Spartacus, das ist natürlich für PHP 8.0 aktualisiert worden. https://board.s9y.org/viewtopic.php?t=25672 ist ein Beispiel bei dem ...
by onli
Fri Jan 13, 2023 10:17 pm
Forum: Development
Topic: Short term release plan
Replies: 8
Views: 16349

Re: Short term release plan

Wait, that might be a misunderstanding. It is supposed to be based on the version string. The bug is that despite the version string marking a stable, some installations show error messages anyway. I don't see how setting `$serendipity['production'] = true` manually could fix that? And I think it di...
by onli
Fri Jan 13, 2023 5:13 pm
Forum: Generelles in Deutsch
Topic: Meine HP ist weg >> PHP 8
Replies: 38
Views: 45444

Re: Meine HP ist weg >> PHP 8

Oder schau mal, ob du über die Logdateien des Servers an die Fehlermeldung kommst. Dann könnte klar werden, an welchem Plugin es hängt.
by onli
Thu Jan 12, 2023 5:21 pm
Forum: Development
Topic: Short term release plan
Replies: 8
Views: 16349

Re: Short term release plan

Hey I think it's a good idea to update the milestones and create fitting issues again. I don't know how to fix the critical warning issues. I currently can only imagine a timing error (like: error happens before our error handles is set), that some PHP server configurations block our re-configuratio...
by onli
Sat Dec 31, 2022 8:44 pm
Forum: Themes
Topic: i3theme with 2.4.0 and PHP8.0 - a problem I have
Replies: 3
Views: 10706

Re: i3theme with 2.4.0 and PHP8.0 - a problem I have

Happy new year too!
by onli
Sat Dec 31, 2022 1:27 am
Forum: Generelles in Deutsch
Topic: CSS-Attribute werden nicht berücksichtigt
Replies: 5
Views: 10708

Re: CSS-Attribute werden nicht berücksichtigt

Bitte nicht löschen, sowas hilft ja imme auch anderen. Ich habe dir die beiden Antworten getauscht.
by onli
Fri Dec 30, 2022 11:27 pm
Forum: Generelles in Deutsch
Topic: CSS-Attribute werden nicht berücksichtigt
Replies: 5
Views: 10708

Re: CSS-Attribute werden nicht berücksichtigt

Freut mich sehr, dass damit deine beiden Blocker gelöst sind :)
by onli
Fri Dec 30, 2022 9:38 pm
Forum: Bugs
Topic: TOP_EXITS (serendipity_plugin_topexits) kills admin page under PHP 8.0
Replies: 5
Views: 11306

Re: TOP_EXITS (serendipity_plugin_topexits) kills admin page under PHP 8.0

Right, that plugin just used these two constants and never defines them. I think this could be the right solution: Add the usual @serendipity_plugin_api::load_language(dirname(__FILE__)); to the beginning of the plugin, then add a file UTF-8/lang_en.inc.php to the plugin that defines the two constan...
by onli
Fri Dec 30, 2022 9:32 pm
Forum: Themes
Topic: i3theme with 2.4.0 and PHP8.0 - a problem I have
Replies: 3
Views: 10706

Re: i3theme with 2.4.0 and PHP8.0 - a problem I have

It seems to be still unclear why the production setting works for some, but not for others :/ You could fix those errors in the theme. You would need to edit the templates/i3theme/entries.tpl and change on line 16: <span class="comments">{if $entry.has_comments}{if $use_popups}<a href=&quo...
by onli
Fri Dec 30, 2022 9:20 pm
Forum: Generelles in Deutsch
Topic: Die Version 2.4 lässt sich nicht installieren
Replies: 4
Views: 10093

Re: Die Version 2.4 lässt sich nicht installieren

MySQLi ist korrekt, das ist das PHP-Modul um mit MySQL zu reden. Wenn der Zugriff verweigert wurde war wahrscheinlich der Datenbank-Nutzer oder sein Passwort falsch. Das Gleiche wie bei PDO, nachdem alle Daten eingegeben sind, bekomme ich ein Fenster ohne Inhalt. Bei "Fenster ohne Inhalt" ...
by onli
Fri Dec 30, 2022 9:17 pm
Forum: Generelles in Deutsch
Topic: CSS-Attribute werden nicht berücksichtigt
Replies: 5
Views: 10708

Re: CSS-Attribute werden nicht berücksichtigt

Bei der CSS-Datei wurde mit # eine id adressiert. Im HTML wurde aber keine id, sondern eine Klasse gesetzt. Entweder änder das class="..." zu id="...", wenn es einmalig auf der Seite ist, ansonsten im css das #Name zu .Name.
by onli
Fri Dec 30, 2022 9:15 pm
Forum: Generelles in Deutsch
Topic: Problem mit neuen Kategorien
Replies: 1
Views: 8710

Re: Problem mit neuen Kategorien

Hallo Mari.
"Bei mir gehts"™ ;) Hast du zu den Kategorien ein besonderes Plugin isntalliert, was es erklären könnte? Handelt es sich um eine Unterkategorie, mit oder ohne Beschreibung, setzt du eine der anderen Optionen um?
by onli
Fri Dec 30, 2022 9:08 pm
Forum: Generelles in Deutsch
Topic: Probleme mit dem CCKEditor
Replies: 2
Views: 9252

Re: Probleme mit dem CCKEditor

Hi Wofür genau möchtest du das Plugin "CKEditor Plus" haben? Der Entwickler davon ist nicht mehr im Projekt aktiv, es wäre besser es nicht zu installieren. Ach ja und so ganz nebenbei, wie finde ich einen bestimmten Code (Html oder PHP) der mir von Google Chrome in den Entwicklertools ange...
by onli
Thu Dec 22, 2022 11:36 am
Forum: Generelles in Deutsch
Topic: Problem S9Y 2.4 mit PHP8
Replies: 8
Views: 12584

Re: Problem S9Y 2.4 mit PHP8

Bei Timeline klingelt was. Dessen config.inc.php musste ich anpassen, schau mal hier: https://github.com/s9y/Serendipity/commit/1b162d33a87068fc19eb779677a4065b08d39a17. Wahrscheinlich musst du das in deinem Fork übernehmen (wobei ich da gerade keine Änderung sehe, die den Blog ganz lahmlegen sollte...