Search found 212 matches

by erAck
Mon Mar 13, 2023 5:02 pm
Forum: Generelles in Deutsch
Topic: Nach Sq9-Update werden Umlaute kryptisch angezeigt
Replies: 10
Views: 200

Re: Nach Sq9-Update werden Umlaute kryptisch angezeigt

Dass über eine Konvertierung so wenige gestolpert sind, mag auch daran liegen, dass seit über einer Dekade eigentlich niemand ernsthaft mehr was anderes als UTF-8 benutzt (außer auf Windows-Kisten). Ich kann mich nicht mal mehr daran erinnern, ob oder wann es in der Datenbank mal einen Übergang von ...
by erAck
Wed Mar 01, 2023 8:27 pm
Forum: Generelles in Deutsch
Topic: Umstellung auf PHP8 Problem mit Adminoberfläche
Replies: 4
Views: 110

Re: Umstellung auf PHP8 Problem mit Adminoberfläche

Waren denn alle deine plugins auf aktuellem Stand? Es gab einige, die für PHP 8.0 gefixt wurden, mindestens eins (serendipity_plugin_topexits) führte auch zu einem weißen Admin-Schirm.. gefixt in 1.2 Mit xmlrpc wäre das naheliegende, serendipity_event_xmlrpc mal aus dem plugins/ Verzeichnis wegzubew...
by erAck
Wed Mar 01, 2023 7:13 pm
Forum: Generelles in Deutsch
Topic: Umstellung auf PHP8 Problem mit Adminoberfläche
Replies: 4
Views: 110

Re: Umstellung auf PHP8 Problem mit Adminoberfläche

PHP 8.0? Oder PHP 8.1? Wenn 8.1, probiere ob du ein 8.0 einstellen kannst.

> Error 500 mit Verweis auf die serendipity_xlmrpc.php

Und was genau? (Datei heisst übrigens serendipity_xmlrpc.php).
by erAck
Sun Feb 26, 2023 6:55 pm
Forum: Generelles in Deutsch
Topic: Und noch ein Problem S9Y 2.4 mit PHP8
Replies: 4
Views: 147

Re: Und noch ein Problem S9Y 2.4 mit PHP8

Und beide Erklärungen passen zusammen: was immer zwischen dir und der Datenbank sitzt, spricht unter PHP 8 Latin-1 / ISO 8859-1 und unter PHP 7.4 UTF-8. Wenn das nicht in der S9y Datenbankkonfiguration ist, dann im Apache / PHP 8 environment suchen, was da anders ist.
by erAck
Mon Feb 13, 2023 4:11 pm
Forum: Themes
Topic: Backend: 2k11 - nur in HTML/ Design fehlt
Replies: 7
Views: 293

Re: Backend: 2k11 - nur in HTML/ Design fehlt

Admin -> Configuration, Paths, URL to blog auf https://... ändern?
by erAck
Tue Jan 24, 2023 11:16 pm
Forum: Generelles in Deutsch
Topic: nach PHP-Update homepage leer bzw. weiß
Replies: 7
Views: 253

Re: nach PHP-Update homepage leer bzw. weiß

Möglicherweise ist ein Plugin im Weg. Vergewissere dich, dass alle Plugins aktuell sind und dass es keinen Patch auf https://github.com/s9y/additional_plugi ... its/master gibt, der ein verwendetes, aber noch nicht aktualisiertes Plugin fixen würde.
by erAck
Sat Jan 14, 2023 1:57 am
Forum: Generelles in Deutsch
Topic: Meine HP ist weg >> PHP 8
Replies: 38
Views: 2515

Re: Meine HP ist weg >> PHP 8

Undefined constant "UNKNOWN"
sieht sehr ähnlich wie TOP_EXITS von serendipity_plugin_topexits aus, es wird angenommen die Konstante wäre definiert, ist sie in dem Kontext aber nicht.
by erAck
Fri Jan 13, 2023 1:36 pm
Forum: Generelles in Deutsch
Topic: Meine HP ist weg >> PHP 8
Replies: 38
Views: 2515

Re: Meine HP ist weg >> PHP 8

Gegen den JavaScript load error wenn serendipity_event_linktrimmer benutzt wird könnte dieser patch helfen: https://github.com/s9y/additional_plugins/commit/3b3dc991594b145d7d0762bbc0386eccd2129933 Wenn serendipity_plugin_topexits benutzt wird: https://github.com/s9y/additional_plugins/commit/67b0fa...
by erAck
Thu Jan 12, 2023 4:49 pm
Forum: Bugs
Topic: postgres error coming from lastest Serendipity
Replies: 2
Views: 212

Re: postgres error coming from lastest Serendipity

That seems to be all about PHP Deprecated messages, set your php.ini error_reporting variable to something like

Code: Select all

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
by erAck
Sat Dec 31, 2022 5:39 pm
Forum: Bugs
Topic: TOP_EXITS (serendipity_plugin_topexits) kills admin page under PHP 8.0
Replies: 5
Views: 365

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

Similar for serendipity_event_statistics that wants to use TOP_REFERRER and TOP_EXITS and breaks the Statistics in admin. I'll create another PR.

Edit: https://github.com/s9y/additional_plugins/pull/149
by erAck
Sat Dec 31, 2022 4:45 pm
Forum: Bugs
Topic: TOP_EXITS (serendipity_plugin_topexits) kills admin page under PHP 8.0
Replies: 5
Views: 365

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

It looks like serendipity_plugin_topexits assumed it could use TOP_EXITS and SHOWS_TOP_EXIT defined by serendipity_plugin_entrylinks. serendipity_event_karma has a related comment // TOP_EXITS is a language constant of serendipity_plugin_entrylinks. To keep old behaviour we use it here, but // check...
by erAck
Fri Dec 30, 2022 12:42 am
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 2513

Re: php 8.0 - warnings on serendipity_admin.php from serendipity_event_karma and serendipity_event_linktrimmer

Are these of interest? S9y 2.4.0 PHP 8.0, $serendipity['production'] = false; (after having removed serendipity_plugin_topexits ) browsing logged in serendipity_admin.php gives Warning: Undefined array key "noimage" in plugins/serendipity_event_karma/serendipity_event_karma.php on line 211...
by erAck
Fri Dec 30, 2022 12:27 am
Forum: Bugs
Topic: TOP_EXITS (serendipity_plugin_topexits) kills admin page under PHP 8.0
Replies: 5
Views: 365

TOP_EXITS (serendipity_plugin_topexits) kills admin page under PHP 8.0

Hi, With s9y 2.4.0 if TOP_EXITS (serendipity_plugin_topexits) is installed, running under PHP 8.0 browsing serendipity_admin.php already logged in bails out with status 500; using `$serendipity['production'] = false` reveals Fatal Error: Uncaught Error: Undefined constant "TOP_EXITS" in in...
by erAck
Mon Oct 31, 2022 10:08 am
Forum: Generelles in Deutsch
Topic: Meine HP ist weg >> PHP 8
Replies: 38
Views: 2515

Re: Meine HP ist weg >> PHP 8

https://hadley.de/cms/serendipity_admin.php gibt
HTTP/1.1 500 Internal Server Error

Da musst du mal tiefer graben warum.