Search found 29949 matches

by garvinhicking
Mon Sep 19, 2016 1:48 pm
Forum: Generelles in Deutsch
Topic: serendipity_showPlugin funzt nicht bei freetags-Seiten
Replies: 6
Views: 4462

Re: serendipity_showPlugin funzt nicht bei freetags-Seiten

Hi! Das freetag-plugin setzt intern ein paar Filtervariablen an/um, die hier möglicherweise interferrieren. Am ehesten tippe ich auf $serendipity['GET']. Könntest Du ggf. mal die ausgeführte SQL-Abfrage debuggen? Am einfachsten wäre es, Du patchst das showentries plugin dafür, und zwar machst du aus...
by garvinhicking
Mon Sep 19, 2016 1:05 pm
Forum: Themes
Topic: Simpiflied iframe sizing in preview_iframe.tpl
Replies: 6
Views: 19918

Re: Simpiflied iframe sizing in preview_iframe.tpl

Good work on that, that sounds like a great simplification. Thanks! :)
by garvinhicking
Mon Sep 19, 2016 1:03 pm
Forum: Bugs
Topic: The Blog's Name and Description are not changing
Replies: 1
Views: 3321

Re: The Blog's Name and Description are not changing

Hello! When I try to change the blog's name in general settings section it loads the 403 error and after reloading the page, the name and description are the same. Could anyone tell what is this about? It might be that your server is running mod_security, and blocks the page, because it finds somet...
by garvinhicking
Mon Aug 15, 2016 10:11 am
Forum: Generelles in Deutsch
Topic: Wordpress APP und S9Y
Replies: 39
Views: 25154

Re: Wordpress APP und S9Y

Supi! Gerade committed. Das Vorgehen ist eigentlich sehr easy; ich füge derzeit immer nur "stubs" ohne Funktionen hinzu. Wenn Du weitere Meldungen derart bekommst könntest du ggf. lokal auch einfach sowas hinzufügen, damit wir den Prozess etwas beschleunigen können welche Funktionen wirkli...
by garvinhicking
Wed Aug 10, 2016 10:57 am
Forum: Generelles in Deutsch
Topic: Wordpress APP und S9Y
Replies: 39
Views: 25154

Re: Wordpress APP und S9Y

Sorry, nur committed und nicht gepusht, hatte den conflict nicht bmeerkt. gerade geschehen.
by garvinhicking
Mon Aug 08, 2016 12:29 pm
Forum: Generelles in Deutsch
Topic: Wordpress APP und S9Y
Replies: 39
Views: 25154

Re: Wordpress APP und S9Y

wp.editPage hinzugefügt.
by garvinhicking
Mon Aug 08, 2016 12:19 pm
Forum: Installation
Topic: Update 2.01 to 2.03 failed
Replies: 3
Views: 5131

Re: Update 2.01 to 2.03 failed

Hi!

That sounds odd; "TESTING ERROR MODE" is the only thing you see? Nothing else? What is your PHP version?

Also, check with your provider to get possible access to the fatal PHP error that surely must be occuring, but it seems it is not displayed...

Regards,
Garvin
by garvinhicking
Mon Aug 08, 2016 12:18 pm
Forum: Generelles in Deutsch
Topic: Feedvalidator: url must be a full URL
Replies: 3
Views: 2867

Re: Feedvalidator: url must be a full URL

Hm...könnte mir nur vorstellen dass der Validator https:// Links nicht anerkennt?!
by garvinhicking
Mon Aug 08, 2016 12:16 pm
Forum: Generelles in Deutsch
Topic: Statische Seite wird nicht im Index angezeigt
Replies: 2
Views: 1924

Re: Statische Seite wird nicht im Index angezeigt

Hi! Wie ist denn genau dein Seitenleistenplugin konfiguriert, und hast du die jeweiligen Statischen Seiten auch "veröffentlicht" (also kein Entwurf!) Entwürfe werden nämlich nur eingeloggten Usern angezeigt. Ansonsten evtl an der Sprache etwas verändert? Es werden nur Artikel in der Seiten...
by garvinhicking
Mon Aug 08, 2016 12:01 pm
Forum: Plugins
Topic: Custom Permalinks plugin - editing the prefix
Replies: 4
Views: 8709

Re: Custom Permalinks plugin - editing the prefix

Hi! Hm, usually it should only show you the /permalink/ path, when the current value could not be found. You shouldn't need to set it time and again. Can you check if your serendipity_entryproperties database table exists? Check if for a given blog entry ID you can see the permalink value in there w...
by garvinhicking
Tue Jul 19, 2016 2:19 pm
Forum: Installation
Topic: Update 2.01 to 2.03 failed
Replies: 3
Views: 5131

Re: Update 2.01 to 2.03 failed

Hey,

do you get an empty page or a blank page? Or some error message?

Are you able to inspect your PHP and/or Apache errorlog to check for errors?

You could try to set:

Code: Select all

$serendipity['production'] = false;
in serendpity_config_local.inc.php to increase the error reporting.
by garvinhicking
Tue Jul 19, 2016 2:18 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20752

Re: Database problem when updating PHP from 5.4 to 5.5

Hi! Auch das Setzen des default mysqli socket über die php.ini hat leider keinen Erfolg gebracht. Du solltest das nicht in der php.ini setzen, sondern bestenfalls über ini_set() in der serendipity_config_local.inc.php wie geschrieben, oder meinst Du das? Die Fehlermeldungen beziehen sich ja noch auf...
by garvinhicking
Tue Jul 19, 2016 2:15 pm
Forum: Bugs
Topic: php_value in 2.1-beta .htaccess breaks on many installations
Replies: 5
Views: 4865

Re: php_value in 2.1-beta .htaccess breaks on many installat

Even though I agree that we can remove those settings as they are deprecated, we actually should have some installer logic which should detect the CGI versions and use a different _cgi.tpl file for those versions. I wonder why these might fail, it would be good to properly detect CGI for some of the...
by garvinhicking
Thu Jul 14, 2016 3:03 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20752

Re: Database problem when updating PHP from 5.4 to 5.5

Hi! Einen festen Socket-Parameter gibt es so nicht. Mit "localhost" nur als Host klappt es also nicht? Wie genau ist die Fehlermeldung dann im production=false Modus? Du kannst den default mysqli socket jedoch per php.ini setzen, also in der serendipity_config_local.inc.php z.B. via: ini_s...