Search found 223 matches

by erAck
Fri Mar 12, 2021 12:34 am
Forum: Generelles in Deutsch
Topic: Geht nicht mehr nach Upgrade
Replies: 11
Views: 5774

Re: Geht nicht mehr nach Upgrade

Function get_magic_quotes_runtime() is deprecated wird von PHP 7.4 ausgegeben weil es in PHP 8.0 nicht mehr vorhanden ist. Dass es angezeigt wird ist allerdings eigenartig, da in serendipity_config.inc.php error_reporting(E_ALL & ~(E_NOTICE|E_STRICT|E_DEPRECATED)); gesetzt wird, was die deprecat...
by erAck
Fri Mar 12, 2021 12:08 am
Forum: Bugs
Topic: ERROR: value too long for type character varying(12)
Replies: 3
Views: 3919

Re: ERROR: value too long for type character varying(12)

sql/db.sql lists only two fields with varchar(12), both in table {PREFIX}pluginlist: version upgrade_version Something may be trying to write a record without specifying an explicit column/field list and gives values shifted / out of order so a longer content is attempted to be written there. Though...
by erAck
Sun Feb 28, 2021 9:52 pm
Forum: General discussions
Topic: spartacus down?
Replies: 7
Views: 15727

Re: spartacus down?

I may have confused that with Spartacus plugins available from s9y.org (instead of github.com) which is dead for long. I do get plugins listed under Install a new plugin , but maybe they're just cached. The More information linking to spartacus.s9y.org is also dead now. curl -iIsSv 'https://spartacu...
by erAck
Sun Feb 28, 2021 12:40 pm
Forum: General discussions
Topic: spartacus down?
Replies: 7
Views: 15727

Re: spartacus down?

Yes, it's dead since ages. Configure serendipity_event_spartacus to use github.com
by erAck
Fri Jan 22, 2021 12:30 pm
Forum: Installation
Topic: Trouble with themes
Replies: 9
Views: 13828

Re: Trouble with themes

> PHP Fatal error: Uncaught Error: Call to undefined function xml_parser_create()

Your PHP installation is incomplete and is lacking some php*-xml package.
Note it must be one matching your installed php package.
by erAck
Thu Dec 31, 2020 6:11 pm
Forum: Generelles in Deutsch
Topic: ich habs kaputt gekriegt: Die Javascript-Bibliothek von Serendipity konnte nicht geladen werden
Replies: 6
Views: 4931

Re: ich habs kaputt gekriegt: Die Javascript-Bibliothek von Serendipity konnte nicht geladen werden

Was immer du gemacht hast, vielleicht solltest du zu allererst deinen TP-Link 150Mbps Wireless N ADSL2+ Modem Router aus der WAN-Fernwartung nehmen oder zumindest von default auf account und sicheres Passwort ändern bevor das jemand anderes tut oder andere Verbesserungen vornimmt..
by erAck
Sat Dec 26, 2020 11:46 am
Forum: General discussions
Topic: Globally disable comments
Replies: 9
Views: 19427

Re: Globally disable comments

I never paid attention to the wordfilters because trying to keep up with spam that way is futile anyway. But the trackback IP validation and captcha work (though captcha isn't quite effective). Most spam is caught by BEE Honeypot, then some by Protector and the rest by Bayes (catching also all set t...
by erAck
Fri Dec 25, 2020 3:57 pm
Forum: General discussions
Topic: Globally disable comments
Replies: 9
Views: 19427

Re: Globally disable comments

There is, in plugin Spam Protector (serendipity_event_spamblock), Emergency comment shutdown.
by erAck
Tue Dec 08, 2020 5:41 pm
Forum: Plugins
Topic: Enhanced comment area plugin and https
Replies: 10
Views: 14864

Re: Enhanced comment area plugin and https

That's not a path, that's an URI. If it is supposed to be a path then try with the full path instead. (I don't use that plugin so can't tell). And remembering that you were trying to redirect https://www.... to https://... your page source still contains an awful lot of https://www.... href and src,...
by erAck
Thu Dec 03, 2020 11:27 pm
Forum: Development
Topic: PHP 7.3 and above
Replies: 5
Views: 11854

Re: PHP 7.3 and above

S9y 2.3.5 on PHP 7.3 works for me. Seeing your long list of Deprecated messages you may be running a non-production version or have set $serendipity['production']='debug' or something, otherwise it should be configured to error_reporting(E_ALL & ~(E_NOTICE|E_STRICT|E_DEPRECATED)); which excludes...
by erAck
Wed Dec 02, 2020 8:19 pm
Forum: Bugs
Topic: From http to https
Replies: 7
Views: 6369

Re: From http to https

Try if having just this in /.htaccess makes any difference (note I use a temporary redirect 302 instead of 301 to not entirely confuse the browser.. (you may have to clear its cache from the earlier experiments); if things work satisfyingly change the code to a permanent 301) RewriteEngine On Rewrit...
by erAck
Wed Dec 02, 2020 11:29 am
Forum: Bugs
Topic: From http to https
Replies: 7
Views: 6369

Re: From http to https

I just spotted that I omitted the word RewriteOptions from my earlier reply in RewriteOptions InheritDownBefore So, to recap, neither of these two work for you? Either in /.htaccess have RewriteOptions InheritDownBefore or in /Aurore/.htaccess have RewriteOptions Inherit Don't know if actually relat...
by erAck
Mon Nov 30, 2020 2:49 pm
Forum: Bugs
Topic: From http to https
Replies: 7
Views: 6369

Re: From http to https

If a .htaccess file exists in a directory then the parent directory's rewrite rules are not inherited. To accomplish that add RewriteOptions Inherit to your Aurore/.htaccess file, but be careful other rewrite rules in the parent don't interfere. Alternatively, if you use Apache 2.4.8 or later, you c...
by erAck
Thu Nov 19, 2020 12:33 am
Forum: Generelles in Deutsch
Topic: Ich möchte mein Buch dauerhaft auf meiner Seite verlinken
Replies: 6
Views: 4146

Re: Ich möchte mein Buch dauerhaft auf meiner Seite verlinken

Du kannst ein HTML Nugget serendipity_plugin_html_nugget im sidebar benutzen.