Search found 223 matches

by erAck
Thu Aug 25, 2022 10:08 am
Forum: Installation
Topic: [solved]Help needed (font issue and some other stuff)
Replies: 9
Views: 8535

Re: Help needed (font issue and some other stuff)

If encoding is already set to UTF8mb4 then do not try with other encodings.
Check in your s9y Settings -> Configuration whether Enable DB-charset conversion is on or off and try the opposite.
by erAck
Wed Aug 24, 2022 9:33 pm
Forum: Installation
Topic: [solved]Help needed (font issue and some other stuff)
Replies: 9
Views: 8535

Re: Help needed (font issue and some other stuff)

If you save readable text and it's en-/decoded wrongly then likely the database (or at its tables or columns) has a wrong encoding setting; as said it should be utf8mb3 (or maybe utf8mb4 but not necessarily). Again, you could inspect the database content of such entry (and its encoding setting) with...
by erAck
Sun Aug 14, 2022 2:25 pm
Forum: Installation
Topic: [solved]Help needed (font issue and some other stuff)
Replies: 9
Views: 8535

Re: Help needed (font issue and some other stuff)

If "database is unreadable with any coding", for Cyrillic that may even be the case if the encoding is correct but you see the raw octet-values, because all characters are encoded. Of course the English characters are readable because they don't need to be encoded in UTF-8 and would surviv...
by erAck
Sat Aug 13, 2022 12:16 pm
Forum: Bugs
Topic: [Solved] CSS does not work with https
Replies: 2
Views: 6207

Re: CSS does not work with https

Check Settings -> Configuration, Paths, URL to blog, should be https://...
by erAck
Sat Aug 13, 2022 2:43 am
Forum: Installation
Topic: [solved]Help needed (font issue and some other stuff)
Replies: 9
Views: 8535

Re: Help needed (font issue and some other stuff)

That's a broken character encoding. Looks like octets of UTF-8 encoding being encoded again in UTF-8, so twice. Check your database that it's setup with at least utf8mb3 or utf8mb4 and content is indeed stored in UTF-8, i.e. readable when using phpMyAdmin or such. Tricky thing is it can go wrong at ...
by erAck
Sun Aug 07, 2022 2:35 pm
Forum: Installation
Topic: Download issue on Centbrowser
Replies: 1
Views: 5616

Re: Download issue on Centbrowser

Don't know what broken browser that should be, but any browser that honours a 302 redirection should work. Anyway, you can download directly from GitHub releases e.g. in this case the 2.3.5 release zip.
by erAck
Mon Jul 25, 2022 11:38 am
Forum: Bugs
Topic: Error after Plug-In Update (CVS data is in read-only mode)
Replies: 2
Views: 7135

Re: Error after Plug-In Update (CVS data is in read-only mode)

That appears to be a message from SourceForge, see https://www.qwant.com/?client=opensearch&q=%22project%27s+CVS+data+is+in+read-only+mode%22&t=web when accessing a project's file listings. Probably in your serendipity_event_spartacus settings change File/Mirror location (files) from SourceF...
by erAck
Mon May 30, 2022 6:02 pm
Forum: General discussions
Topic: i want to only display one page or post on homepage,plesae help
Replies: 1
Views: 6273

Re: i want to only display one page or post on homepage,plesae help

Admin -> Configuration, Appearance and Options, Entries to display on frontpage.
by erAck
Mon May 30, 2022 5:07 pm
Forum: Generelles in Deutsch
Topic: Serendipity-Fehlermeldung nach php-Versionsänderung
Replies: 4
Views: 6066

Re: Serendipity-Fehlermeldung nach php-Versionsänderung

Die Zeile 60 ist in der Tat ein Duplikat von Zeile 31. @define('NAME', 'Name'); Abhilfe wahrscheinlich: einfach Zeile 60 löschen. Blöderweise ist das in allen Sprachdateien der Fall, andere Browsersprache einstellen nützt also nichts. PHP <8 war das wohl egal und hat einfach ein redefine gemacht. Da...
by erAck
Sat May 28, 2022 12:15 pm
Forum: Generelles in Deutsch
Topic: HTTP ERROR 500 bei Aufruf der Sitemap-Plugin-Konfiguration
Replies: 25
Views: 24245

Re: HTTP ERROR 500 bei Aufruf der Sitemap-Plugin-Konfiguration

Na die
onli wrote: Thu May 26, 2022 11:20 am ... müsstest dafür aber die serendipity_config.inc.php auf dem Server editieren.
by erAck
Sat May 28, 2022 12:01 pm
Forum: Bugs
Topic: Some features are not available in China
Replies: 1
Views: 6406

Re: Some features are not available in China

A pity. That also means the update check won't function because it looks at https://raw.github.com/s9y/Serendipity/master/docs/RELEASE and all Spartacus plugin fetching neither, unless a "Custom location for mirror" is set for the serendipity_event_spartacus plugin that the Chinese firewal...
by erAck
Wed May 25, 2022 11:13 am
Forum: Bugs
Topic: Track exits allows any kind of URL, making phishing attacks easy
Replies: 6
Views: 23851

Re: Track exits allows any kind of URL, making phishing attacks easy

You can also tell them to go straight away with a 403 forbidden code (which doesn't even need a page generation) by adding to .htaccess RewriteCond %{REQUEST_URI} =/exit.php [NC,NV] RewriteRule .* - [F,L] If your blog is not on the (sub)domain's document root then adjust =/exit.php to =/path/exit.ph...
by erAck
Mon May 09, 2022 9:05 am
Forum: General discussions
Topic: How do I delete my user on this forum?
Replies: 1
Views: 7404

Re: How do I delete my user on this forum?

Looks like deletion is only possible by an admin.