Search found 434 matches

by mattsches
Thu Aug 22, 2019 10:20 am
Forum: Installation
Topic: Integrity test failure during auto update to 2.3.0
Replies: 16
Views: 14574

Re: Integrity test failure during auto update to 2.3.0

The new version of the autoupdater let me skip the integrity check once and the s9y installation was upgraded from 2.1.5 to 2.3.1 without a hitch. Thank you for everyone’s help! Thank you for reporting the issue in the first place, wesley! And thanks to everyone who contributed ideas and input. Gre...
by mattsches
Tue Aug 20, 2019 10:14 pm
Forum: Installation
Topic: Integrity test failure during auto update to 2.3.0
Replies: 16
Views: 14574

Re: Integrity test failure during auto update to 2.3.0

I've just committed and pushed a patch for `serendipity_event_autoupdate` to my fork on GitHub: https://github.com/mattsches/additional_plugins/commit/c8b368cd89ee3fed8a8a0e92463c2cc981faa430 With this, you can skip the integrity checks for one run of the auto updater . The option gets immediately r...
by mattsches
Tue Aug 20, 2019 1:27 pm
Forum: Installation
Topic: Integrity test failure during auto update to 2.3.0
Replies: 16
Views: 14574

Re: Integrity test failure during auto update to 2.3.0

The only way to go would be to manually change the checksum in checksums.inc.php after running the release script, but before packaging the release, I think. If the checksums were altered to match the old code then a check after the upgrade using the new code would fail. Yes, I think the checksums ...
by mattsches
Tue Aug 20, 2019 9:45 am
Forum: Installation
Topic: Integrity test failure during auto update to 2.3.0
Replies: 16
Views: 14574

Re: Integrity test failure during auto update to 2.3.0

but only one change which probably does not harm, but don't take my word..) Someone should probably test and confirm this before anyone runs into trouble (I'm going to give it a try later today, if I can find the time). :wink: Perhaps another solution might be to first release a version 2.1.6, whic...
by mattsches
Mon Aug 19, 2019 11:27 pm
Forum: Installation
Topic: Integrity test failure during auto update to 2.3.0
Replies: 16
Views: 14574

Re: Integrity test failure during auto update to 2.3.0

I get the same error and have investigated a bit. The problem seems to be in the file `include/functions_installer.inc.php` lines 1138-1140 (see GitHub ). These three lines have been added two years ago, but seem not to be present in 2.1.* releases. As a result, .svg, .xml, and .inc files are treate...
by mattsches
Sun Nov 04, 2018 10:44 pm
Forum: Plugins
Topic: Geotag plugin with Openstreetmap
Replies: 0
Views: 11103

Geotag plugin with Openstreetmap

Is anyone (else) using serendipity_event_geotag to display static maps from staticmap.openstreetmap.de? Well, it's currently broken (if you serve your blog via https). As a workaround for my blog, I switched over to https://www.mapbox.com/ - they require an API key. I wonder if anyone else would be ...
by mattsches
Sun Apr 12, 2015 5:18 pm
Forum: Development
Topic: Check caching for speed
Replies: 10
Views: 21782

Re: Check caching for speed

There are also some plugins which implement their own caching. Maybe we can think of a way to create a global cache class that can be utilized by the core as well as any plugin that wants to.

(Yes, index.php is quite a mess - and not easy to clean up :cry: )
by mattsches
Sun Mar 29, 2015 9:18 pm
Forum: Generelles in Deutsch
Topic: Wechsel von PHP 5.3 auf 5.4 - Serendipity läuft langsamer
Replies: 4
Views: 2887

Re: Wechsel von PHP 5.3 auf 5.4 - Serendipity läuft langsame

Nach allem, was man hört, sollte PHP 5.4 eigentlich schneller sein. Allerdings nutzt Serendipity nicht alle Möglichkeiten der neueren PHP-Versionen, das gilt vor allem für (ältere) Plugins. Inwiefern das relevant für die Geschwindigkeit ist, kann ich aber auch nur raten. Wenn möglich, wäre ein Wechs...
by mattsches
Sun Mar 29, 2015 9:12 pm
Forum: Generelles in Deutsch
Topic: Markdown-Überschrift im extended entry im Feed nicht korrekt
Replies: 4
Views: 3456

Re: Markdown-Überschrift im extended entry im Feed nicht kor

Sollte im nächsten Release von Serendipity gefixt sein.
by mattsches
Sun Mar 29, 2015 11:37 am
Forum: Generelles in Deutsch
Topic: Markdown-Überschrift im extended entry im Feed nicht korrekt
Replies: 4
Views: 3456

Re: Markdown-Überschrift im extended entry im Feed nicht kor

Das betrifft auch nicht nur mich - ein aktuelles Beispiel wäre der Beitrag http://blog.sperrobjekt.de/content/1000463-The-most-frequently-used-PHP-functions-on-GitHub.html im Sperrobjekt-Weblog. Die Überschrift "Results & Findings" ist im Blog korrekt. Im Feed unter http://feeds.feedb...
by mattsches
Sun Feb 22, 2015 8:01 pm
Forum: Bugs
Topic: Top Exits not working, table serendipity_exits not created
Replies: 2
Views: 4223

Re: Top Exits not working, table serendipity_exits not creat

erAck wrote:I created the table with these new values and the corresponding index and voila, Top Exits works.
Could you please post the SQL you used for creating the table? Did you just make the host and path fields shorter e.g. varchar(110)?
by mattsches
Fri Feb 20, 2015 8:37 am
Forum: Generelles in Deutsch
Topic: Serendipity-Treffen 2015
Replies: 27
Views: 21198

Re: Serendipity-Treffen 2015

Die Restaurants in der Nähe kenne ich nicht, aber eventuell können wir am Abend in die Essener Innenstadt zum Unperfekthaus fahren. http://www.unperfekthaus.de/ http://www.unperfekthaus.de/restaurant/ Das wurde ebenfalls vom Erfinder des Linuxhotels - Reinhard Wiesemann - ins Leben gerufen und lohn...
by mattsches
Fri Feb 06, 2015 5:14 pm
Forum: General discussions
Topic: Buttons not showing in new backend
Replies: 16
Views: 12736

Re: Buttons not showing in new backend

This seems to be related to different HTTP headers sent by the browser and/or your web server. There can be various reasons for this. Maybe some of your files or content are encoded in win-1252, or you somehow changed the charset in FF (I don't even know how to do that). It's kind of hard to debug, ...
by mattsches
Tue Aug 19, 2014 10:25 am
Forum: Bugs
Topic: "Publish from dashboard" and Twitter
Replies: 4
Views: 4810

Re: "Publish from dashboard" and Twitter

Please see the Github issue :)
by mattsches
Thu Aug 07, 2014 4:37 pm
Forum: Generelles in Deutsch
Topic: FrOSCon 2014
Replies: 30
Views: 14491

Re: FrOSCon 2014

Auch wenn ich gerade aus der Entwicklung ein bisschen raus bin und es dieses Jahr zum ersten Mal in vier oder fünf Jahren nicht zur Froscon schaffe - ich trage mich gern ins Doodle ein.