Search found 29949 matches

by garvinhicking
Tue May 16, 2017 10:59 am
Forum: Generelles in Deutsch
Topic: Anlegen von DB-Tabellen (durch Plugins) - Collation?
Replies: 6
Views: 4946

Re: Anlegen von DB-Tabellen (durch Plugins) - Collation?

Hi! Potentiell immer eine schwierige Frage; hängt auch etwas ab von meinen beta-Verbeserungen für die 2.2, in der wir utf8mb4 benutzen. Grundsätzlich ist die erste Variante zu bevorzugen, weil sie auch für SQLite und PostgreSQL funktioniert; die zweite tut das nicht. Die zweite Variante setzt fest U...
by garvinhicking
Tue May 16, 2017 10:55 am
Forum: Plugins
Topic: serendipity_event_social: "og:description" cached somewhere?
Replies: 4
Views: 6433

Re: serendipity_event_social: "og:description" cached somewh

Hey, hm, the social plugin takes its content from: $meta_description = strip_tags($GLOBALS['entry'][0]['properties']['meta_description']); so that should refer to the current entry's properties. I don't know if the new caching mechanism maybe interfers, can you try a print_r($GLOBALS['entry'][0]) at...
by garvinhicking
Wed May 10, 2017 2:40 pm
Forum: Generelles in Deutsch
Topic: Wordpress APP und S9Y
Replies: 39
Views: 24672

Re: Wordpress APP und S9Y

Hi! Argh, stirmmt, in der 1.58 fehlte die newPage noch. Habe das gerade für Version 1.59 committed. Die wp.getMedia Funktion ist auch aktuell (so wie die dummy newPage/editPage/deletePage API funktionen) leider nicht implementiert. Ich schätze für die Mediathek ist das auch nicht ganz trivial, da bi...
by garvinhicking
Wed May 10, 2017 2:35 pm
Forum: Generelles in Deutsch
Topic: Plugin-installation läd nicht, Spartacus-Problem
Replies: 5
Views: 3598

Re: Plugin-installation läd nicht, Spartacus-Problem

Hi!

Hm, ich dachte den s9y.org mirror hätte ich gefixt, bist Du sicher dass da alte Versionen noch drin sind? Das lightbox plugin 2.5.1 z.B. müsste dort eigentlich liegen.

Ob netmirror dauerhaft deaktiviert werden muss klären wir derzeit noch. Der Anbieter hat vermutlich die Domain auslaufen lassen.
by garvinhicking
Thu Apr 27, 2017 5:54 pm
Forum: General discussions
Topic: thickbox
Replies: 5
Views: 5426

Re: thickbox

Hi! Just a quick shot: with the serendipity_event_Regexpmarkup event plugin (available in spartacus) you should be able to transfer that markup on the fly. The plugin ships with a regexp subdirectory where you can create a new file like "thickbox.php" with a content like this: $regexpArray...
by garvinhicking
Thu Apr 27, 2017 10:08 am
Forum: Installation
Topic: [2.0.4] Autoupdater performing no action
Replies: 4
Views: 6420

Re: Auto upgrade to 2.2.1 error

Hi!

The autoupgrade function requires the "php-zip" extension, which is usually enabled in default PHP7 installs, but isn't in your environment. Are you allowed to enable this extension through your hoster?

Regards,
Garvin
by garvinhicking
Wed Apr 26, 2017 1:48 pm
Forum: Generelles in Deutsch
Topic: Esoterischer Content-Encoding-Fehler beim Kommentieren
Replies: 2
Views: 3911

Re: Esoterischer Content-Encoding-Fehler beim Kommentieren

Hey, ist das Problem noch aktuell? Klingt für mich fast nach einer Session-Option die irgendwie gesetzt wird, wenn das ja an den Login gebunden ist. Ggf. auch wird abhängig vom Autoren eine andere Sprachdatei geladen, die dann für Zeichenmischmach sorgt. Welche Event-Plugins nutzt Du, und hast Du di...
by garvinhicking
Wed Apr 26, 2017 1:42 pm
Forum: Bugs
Topic: Author user error on login
Replies: 3
Views: 9747

Re: Author user error on login

Hi! That means your blog is running an old database version which did not have "hashtype" as a column yet. That would mean at some point you did not execute the database upgrader script as intended. This column was added in serendipity 1.5-alpha1 to 1.5-alpha2 already, so from what blog ve...
by garvinhicking
Wed Apr 26, 2017 1:33 pm
Forum: Bugs
Topic: [Forums] broken URL parameters in member list
Replies: 1
Views: 3157

Re: [Forums] broken URL parameters in member list

Hey,

thanks a lot for the headsup. I fixed this in our template!

Regards,
Garvin
by garvinhicking
Wed Apr 26, 2017 1:33 pm
Forum: Bugs
Topic: [Forums] German localization
Replies: 1
Views: 2822

Re: [Forums] German localization

Hey mitch, yeah, actually the top bar is not localized. That would be hard on the theme and language files since it comes from "outside" the forum itself (we maintain it within the theme). Since english is our main language and the same bar is used on the blog and documentation in github a...
by garvinhicking
Wed Apr 26, 2017 1:11 pm
Forum: General discussions
Topic: It shows blank page after migration!
Replies: 2
Views: 3143

Re: It shows blank page after migration!

Did you check the permissions of the SQL file, maybe it is not readable? Maybe you can get errors to display if you set: $serendipity['production'] = false; in your serendipity_config_local.inc.php file for additional errors. However, Serendipity 1.6 is also really old. Maybe also check your include...
by garvinhicking
Mon Apr 03, 2017 4:21 pm
Forum: Generelles in Deutsch
Topic: Next: Suchfeld oben rechts vollständig verbergen/abschalten
Replies: 4
Views: 2919

Re: Next: Suchfeld oben rechts vollständig verbergen/abschal

Hast Du eine URL dafür? Bei sowas ist es eigentlich einfach per Firebug/DevTools-Inspektor sich das HTML-Element herauszusuchen um zu schauen welche CSS-Klasse/ID es hat, und dann im Stylesheet einfach ein "display: none" dafür einzugeben. Ein Patch der .tpl Datei dafür würde ich ggf. nich...
by garvinhicking
Fri Mar 31, 2017 11:09 am
Forum: Generelles in Deutsch
Topic: Plugins im /alpha-Verzeichnis "enthalten" andere Plugins
Replies: 2
Views: 1972

Re: Plugins im /alpha-Verzeichnis "enthalten" andere Plugins

Hi!

Huch, was liegt denn hier so viel Staub rum.

Ist wirklich nicht gut, ich habe jetzt im emerge-Script versucht das ganze /alpha/ Verzeichnis mal auszuschließen. Mal schauen was es tut. :-D

LG,
Garvin
by garvinhicking
Fri Mar 31, 2017 11:02 am
Forum: Generelles in Deutsch
Topic: Plugin Event Spamblock
Replies: 1
Views: 1938

Re: Plugin Event Spamblock

Hi! Das sollte so tatsächlich eigentlich nicht sein. Wird die Zahl denn gespeichert, also wenn Du das Plugin erneut konfigurierst, ist die korrekte Zahl 3150 oder so eingetragen? In der serendipity_event_spamblock.php könntest du zu Debuggingzwecken sonst gerne mal folgendes ändern von: $serendipity...
by garvinhicking
Fri Mar 31, 2017 10:47 am
Forum: Bugs
Topic: Linking to a comment sends a pingback
Replies: 2
Views: 3419

Re: Linking to a comment sends a pingback

Yeah, that's not indented. However not really easy to filter out easily... we can try to check the canonical URL of the target link with the one of the current entry, and remove everything after a "#" sign.

Would you be so kind to file a github bug for this?