PROBLEM: CHARSET_NATIVE

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
qwertzalcoatl
Regular
Posts: 12
Joined: Thu Feb 23, 2017 11:03 am

PROBLEM: CHARSET_NATIVE

Post by qwertzalcoatl »

Hallo,

erst einmal frohes Neues allerseits!

Kleines Problem: Habe bei all-inkl meinen Tarif gewechselt, dazu war ein Serverwechsel vonnöten. Auf dem Server läuft PHP 7.2. Seit dem Wechsel komme ich leider nicht mehr in die Admin-Oberfläche meiner Serendipity-Installation. Ich bekomme immer folgende Fehlermeldung:

Code: Select all

Warning: Use of undefined constant CHARSET_NATIVE - assumed 'CHARSET_NATIVE' (this will throw an Error in a future version of PHP) in /www/htdocs/w00b2241/serendipity/serendipity_config.inc.php on line 182
== SERENDIPITY ERROR ==

Cannot modify header information - headers already sent by (output started at /www/htdocs/w00b2241/serendipity/serendipity_config.inc.php:182) in /www/htdocs/w00b2241/serendipity/include/functions_config.inc.php on line 721
Der Rest der Website funktioniert. Nur unten am Footer gibt's noch mal eine Fehlermeldung:

Code: Select all

Warning: Use of undefined constant CHARSET_NATIVE - assumed 'CHARSET_NATIVE' (this will throw an Error in a future version of PHP) in /www/htdocs/w00b2241/serendipity/serendipity_config.inc.php on line 182
Danke schon mal für Hilfe und herzliche Grüße,
Stephan
Last edited by qwertzalcoatl on Sun Jan 06, 2019 12:59 am, edited 1 time in total.
erAck
Regular
Posts: 236
Joined: Mon Feb 16, 2015 1:20 am

Re: PROBLEM: CHARSET_NATIVE

Post by erAck »

Du benutzt eine alte s9y v2.0.5, dein Problem ist wahrscheinlich in v2.1.4 gefixt, das an der entsprechenden Stelle ein defined('CHARSET_NATIVE') abfragt.
qwertzalcoatl
Regular
Posts: 12
Joined: Thu Feb 23, 2017 11:03 am

Re: PROBLEM: CHARSET_NATIVE

Post by qwertzalcoatl »

Super, danke für die Hilfe.
Wie könnte ich denn jetzt updaten, wenn ich nicht mehr in die Admin-Oberfläche komme?

Viele Grüße!
qwertzalcoatl
Regular
Posts: 12
Joined: Thu Feb 23, 2017 11:03 am

Re: PROBLEM: CHARSET_NATIVE

Post by qwertzalcoatl »

Hat sich erledigt. Neue Version über die alte kopiert, Blog aufgerufen, Updater angeworfen, alles prima. Bin immer wieder begeistert, wie gut diese Updates funktionieren.

Danke für die Hilfe!
Post Reply