Search found 232 matches

by MarioH
Sun Feb 18, 2018 9:06 am
Forum: General discussions
Topic: [SOLVED] Open Web Analytics - Need PHP script on all pages
Replies: 4
Views: 5046

Re: Open Web Analytics - Need PHP script on all pages

You can use it for any kind of code. Just use the second "content" field.
by MarioH
Sat Feb 17, 2018 9:15 pm
Forum: General discussions
Topic: [SOLVED] Open Web Analytics - Need PHP script on all pages
Replies: 4
Views: 5046

Re: Open Web Analytics - Need PHP script on all pages

Hi,
you can use the serendipity_event_page_nugget Plugin to place the code on all sites of your blog.

Regards
Mario
by MarioH
Sat Nov 18, 2017 2:51 pm
Forum: Plugins
Topic: Problem with serendipity_event_oembed
Replies: 1
Views: 11144

Re: Problem with serendipity_event_oembed

Ah, I got it.
There's a wrong statement in ProviderList.php from the last commit. I will fix that.

Regards
Mario
by MarioH
Sat Nov 18, 2017 2:44 pm
Forum: Plugins
Topic: Problem with serendipity_event_oembed
Replies: 1
Views: 11144

Problem with serendipity_event_oembed

Hi, I noticed that serendipity_event_oembed has a problem with embedded tweets. Thats because it is using an old api endpoint. For testing I modified s9y_event_oembed/oembed/providers.xml. Here is the diff: 11c11 > <endpoint>https://publish.twitter.com/oembed</endpoint> --- < <endpoint>https://api.t...
by MarioH
Thu Oct 12, 2017 8:16 pm
Forum: Generelles in Deutsch
Topic: Serendipity-Treffen 2018
Replies: 27
Views: 16677

Re: Serendipity-Treffen 2018

Hab auch gedoodlet. :-)
by MarioH
Mon Apr 17, 2017 12:46 pm
Forum: Generelles in Deutsch
Topic: [Solved] The requested page could not be found (404). Usw.
Replies: 15
Views: 36214

Re: The requested page could not be found (404). Usw.

Hallo,

hast du das Permalink-Plugin wieder aktiviert?

Gruß
Mario
by MarioH
Mon Apr 17, 2017 9:23 am
Forum: Installation
Topic: Can't connect to database
Replies: 1
Views: 2572

Re: Can't connect to database

Hi,

I think you have to provide more information for us to help you.

The error says that there is no connection to your database. Have you (or your hoster) changed something?

Regards
Mario
by MarioH
Sat Apr 15, 2017 12:57 pm
Forum: Installation
Topic: Trouble getting Serendipity to work after (re-)installation
Replies: 9
Views: 7877

Re: Trouble getting Serendipity to work after (re-)installat

Hi,
to reset your password you should follow this instruction:
viewtopic.php?f=3&t=20998&p=10446521&hi ... #p10446521

Regards
Mario
by MarioH
Sun Apr 09, 2017 6:32 pm
Forum: Bugs
Topic: Update notification does not show 2.1 release
Replies: 3
Views: 3633

Re: Update notification does not schow 2.1 release

Hi, there is a timestamp in the database with the time s9y last looked up for a new stable or beta version. It only looks for new versions one times a day (or so) for each setting (beta or stable). So if you change from stable to beta and s9y has no or an older timestamp for beta, it will look up im...
by MarioH
Sat Mar 25, 2017 7:22 pm
Forum: Generelles in Deutsch
Topic: Update mit Spartacus: Button fehlt
Replies: 2
Views: 1780

Re: Update mit Spartacus: Button fehlt

Hallo,

diese Meldung kommt dann, wenn das Ereignisplugin "Serendipity Autoupdate" nicht installiert ist. Kannst du das mal prüfen?

Gruß
Mario
by MarioH
Mon Mar 20, 2017 7:32 pm
Forum: General discussions
Topic: Cross Site Request Forgery (XSRF)
Replies: 2
Views: 3063

Re: Cross Site Request Forgery (XSRF)

Hi,

this is a known error in 2.1rc1 and here is how to fix it:

You have to change 2 lines in the plugins php file.

https://github.com/s9y/Serendipity/comm ... 2f8c87b305

Regards
Mario
by MarioH
Sat Mar 11, 2017 5:13 pm
Forum: Generelles in Deutsch
Topic: Fehler auf neuem Server
Replies: 3
Views: 2430

Re: Fehler auf neuem Server

Hallo,
das ist merkwürdig, weil eigentlich die 2.0.5 noch nicht PHP7-kompatibel ist, sondern erst die 2.1.
Es gibt auch noch keine RC2, du meinst RC1 oder? Der Fehler kommt, wenn du auf "Plugins" gehst? Hast du diesen Fix schon eingebaut?

Gruß
Mario
by MarioH
Fri Mar 10, 2017 2:01 pm
Forum: Generelles in Deutsch
Topic: Fehler auf neuem Server
Replies: 3
Views: 2430

Re: Fehler auf neuem Server

Hallo,

hast du schon Plugins installiert oder ist die Installation noch "jungfräulich"?

Gruß
Mario
by MarioH
Sun Mar 05, 2017 9:31 am
Forum: Bugs
Topic: [Solved] Error with RC1 and PHP7.0
Replies: 1
Views: 3514

Re: [Solved] Error with RC1 and PHP7.0

Found the problem.

I had to install an additional package php7.0-xml to get access to the function utf8-encode().

Regards
Mario
by MarioH
Sun Mar 05, 2017 9:21 am
Forum: Bugs
Topic: [Solved] Error with RC1 and PHP7.0
Replies: 1
Views: 3514

[Solved] Error with RC1 and PHP7.0

Hi, I tried to run abouts9y.org with PHP7.0 and got this error message: Fatal error: Uncaught Error: Call to undefined function utf8_decode() in /var/www/abouts9y.org/include/functions_permalinks.inc.php:127 Stack trace: #0 /var/www/abouts9y.org/include/functions_permalinks.inc.php(526): serendipity...