summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-11-17 19:07:27 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-11-17 20:12:32 +0100
commitd9cb3433085ac2a43cd34b4232350f1578ce8201 (patch)
treee9268ffbf3cb85ac5b653ad4b573081cf7bc87a2 /docs
parentaf77e9ce80cb76bcfe6ae580dc7b268acf600101 (diff)
Add faq entry about 4-byte support
Co-authored-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 98a3fbd27..bfb62e3e9 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -106,3 +106,13 @@ the `--purge-unread` option, unread items are also purged (starred items are sti
The purge count only applies to the items that are purged. For example, when purging a feed that has 100 unread items, 100 starred read
items and 100 unstarred read items, using a `purge-count` of 50 would keep all unread and starred items and the latest 50 read items. Using
a `purge-count` of 50 along with `--purge-unread` would keep the all starred items plus the latest 50 from the set of unread and read items.
+
+## Missing 4-byte support SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: ...
+
+This is likely caused by your feed using emojis in the feed title or text.
+
+The DB is then not able to store the feed and runs into strange decoding errors.
+
+You need to convert your DB to support 4 bytes, check the [Nextcloud documentation](https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/mysql_4byte_support.html).
+
+References [#1165](https://github.com/nextcloud/news/issues/1165) [#526](https://github.com/nextcloud/news/issues/526) \ No newline at end of file