From 42c57af9f883984429ae1c529855eeeed7013588 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 24 May 2017 20:52:23 +0200 Subject: better link --- docs/externalapi/Legacy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/externalapi/Legacy.md b/docs/externalapi/Legacy.md index 7427e2e5b..28809d2c6 100644 --- a/docs/externalapi/Legacy.md +++ b/docs/externalapi/Legacy.md @@ -732,7 +732,8 @@ This API can be used to display warnings and errors in your client if the web ap { "version": "5.2.4", "warnings": { - "improperlyConfiguredCron": false // if true the webapp will fail to update the feeds correctly + "improperlyConfiguredCron": false, // if true the webapp will fail to update the feeds correctly + "incorrectDbCharset": false } } ``` @@ -746,6 +747,7 @@ You should show the following warning and the link should be clickable: The News App updater is improperly configured and you will lose updates. See http://hisdomain.com/index.php/apps/news for instructions on how to fix it. +If **incorrectDbCharset** is true you should display a warning that database charset is set up incorrectly and updates with unicode characters might fail # User -- cgit v1.2.3