Search found 29949 matches

by garvinhicking
Tue May 22, 2018 12:02 pm
Forum: Generelles in Deutsch
Topic: Bloglesen ohne Cookies machbar?
Replies: 4
Views: 13885

Re: Bloglesen ohne Cookies machbar?

"Leider" ist das der PHP Session Cookie, der genutzt wird damit eine Infrastruktur für s9y und alle Plugins besteht um darin temporäre Variablen abzuspeichern (nicht im Cookie, sondern der Session). Aus meiner Sicht sind das also technisch notwendige Cookies zum Betrieb der Seite. Man könn...
by garvinhicking
Tue May 22, 2018 11:57 am
Forum: General discussions
Topic: A quick question about Syndication
Replies: 1
Views: 10485

Re: A quick question about Syndication

Sure, see my answer.
by garvinhicking
Fri May 18, 2018 8:41 pm
Forum: Generelles in Deutsch
Topic: Video- bzw. Mediaplayer
Replies: 1
Views: 2012

Re: Video- bzw. Mediaplayer

Mittlerweile kann eigentlich jeder Browser das HTMl5 <video> bzw <audio> Tah interpretieren. Da braucht man eigentlich gar kein Plugin, sondern oackt das Mini-HTML in einen Beitrag. Alternativ kann man auch das podcast Plugin nutzen, das sollte eigentlich auch halbwegs simpel video/audio einbetten, ...
by garvinhicking
Mon May 14, 2018 3:07 pm
Forum: General discussions
Topic: Ordering Categories
Replies: 1
Views: 2667

Re: Ordering Categories

I am using Serendipity blogging as a free application available at 1and1.com. I am restricted to version 2.0.5. I am unable to order the displayed categories by date. I can do it in the configuration panel, but not in the main display page. Right now all categories are ordered alphabetically. Sadly...
by garvinhicking
Mon May 14, 2018 2:56 pm
Forum: Bugs
Topic: CSV export of serendipity_event_dsgvo_gdpr embedded
Replies: 1
Views: 3288

Re: CSV export of serendipity_event_dsgvo_gdpr embedded

Hey,

awesome, thanks. Patched, that was my debugging state. :)
by garvinhicking
Mon Mar 12, 2018 1:04 pm
Forum: Development
Topic: secure webserver and CMS layout
Replies: 3
Views: 14805

Re: secure webserver and CMS layout

One thing to keep in mind too is that most PHP applications need to write temporary data; with an exploit, as soon as a single file can be written on a webserver (even temporary data with a temporary directory) you can inject malicious code into those files, no matter where they are, and usually the...
by garvinhicking
Mon Mar 12, 2018 1:00 pm
Forum: General discussions
Topic: Entires Date Filtering
Replies: 2
Views: 3420

Re: Entires Date Filtering

Hi, I must admit this might not be the ideal way to achieve it. Instead of patching a core file of serendipity, I would suggest to simply create your own custom template (you can use an existing template to modify, of course). There I would edit the entries.tpl file and simply add another loop on to...
by garvinhicking
Mon Mar 12, 2018 12:45 pm
Forum: Installation
Topic: [Solved] Fresh Install of 2.1.1 showing error 500
Replies: 4
Views: 4986

Re: Fresh Install of 2.1.1 showing error 500

I do have php-xml installed on Fedora 27 64bit though. php 7.1.14 Hm, does it work in a test script with the PHP CLI? Create a "info.php" in your s9y webspace, use "<?php phpinfo(); ?>" as content and call it in your browser and check if the xml library really shows up?! Regards...
by garvinhicking
Mon Mar 12, 2018 12:39 pm
Forum: Bugs
Topic: PHP Warning: Use of undefined constant IN_serendipity_admin
Replies: 8
Views: 9599

Re: PHP Warning: Use of undefined constant IN_serendipity_a

Hey,
many thanks for reporting. This was another instance of using an uninitialized constant, I've fixed this in our git 2.1 & master.

Regards,
Garvin
by garvinhicking
Mon Mar 12, 2018 12:35 pm
Forum: Generelles in Deutsch
Topic: Umlaute nicht richtig angezeigt
Replies: 14
Views: 9245

Re: Umlaute nicht richtig angezeigt

Hi! Die Umlaute in Datumsangaben kommen vom System aus den Datums-Locales. Dafür nutzt serendipity standardmäßig das locale mit "_UTF-8" suffix. Dein System hat offenbar keine Locales für die Datumsangaben und müsste nachinstalliert werden. Bitte deinen Provider einmal, die UTF-8 Locales f...
by garvinhicking
Fri Jan 12, 2018 4:00 pm
Forum: Generelles in Deutsch
Topic: Meta Tags
Replies: 6
Views: 5840

Re: Meta Tags

Hi! Das Template versucht da abzuprüfen ob die angeforderte Seite eine Übersichtsseite oder eine Detailseite ist. Nur Detailseiten werden indiziert, Übersichtsseiten eigentlich nicht. Das ist drin um Duplicate Content SEO Spam zu vermeiden. Wo ganz konkret (welche URL) erscheint bei dir das noindex?...
by garvinhicking
Wed Jan 10, 2018 11:22 am
Forum: Bugs
Topic: PHP Warning: Use of undefined constant IN_serendipity_admin
Replies: 8
Views: 9599

Re: PHP Warning: Use of undefined constant IN_serendipity_a

Thanks & sorry for late response. A "defined('IN_serendipity_admin')" check is needed for forward compatibility. I just committed it to our 2.1 branch and master.
by garvinhicking
Wed Jan 10, 2018 11:19 am
Forum: Installation
Topic: Admin backend dropdowns suddenly inactive
Replies: 4
Views: 5838

Re: Admin backend dropdowns suddenly inactive

I have the same problem, directly after a clean installation with version 2.1.1. Table "serendipity_entryproperties" does exist. Is there anything else I can check or try? Does your prefix mismatch? That table should always exist with a fresh s9y installation; the SQL creation statements ...
by garvinhicking
Wed Jan 10, 2018 11:15 am
Forum: Installation
Topic: Frontend Error after Backup from 2.0.3 to 2.1.1
Replies: 1
Views: 2808

Re: Frontend Error after Backup from 2.0.3 to 2.1.1

Hi Terra! That indeed sounds bad. To debug the error the easiest thing you could do to get a verbose debug output is to edit your serendipity_config_local.inc.php file and set: $serendipity['production'] = 'debug'; Then you should see the complete SQL error that you get. It could be that an event pl...