From 48c745fbbdeffd23637d268b8cf73979f913b1c1 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Wed, 20 Sep 2023 11:59:07 +0700 Subject: [PATCH 1/3] Update FAQ-admin.md --- doc/FAQ-admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/FAQ-admin.md b/doc/FAQ-admin.md index e5f4f2a9f..993a6c89e 100644 --- a/doc/FAQ-admin.md +++ b/doc/FAQ-admin.md @@ -42,7 +42,7 @@ The listed emails need to be separated by a comma like this: 'admin_email' => 'mail1@example.com,mail2@example.com', ``` - + ### The Database structure seems not to be updated. What can I do? Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*. @@ -52,4 +52,4 @@ You can manually execute the structure update from the CLI in the base directory bin/console dbstructure update -if there occur any errors, please contact the [support group](https://forum.friendi.ca/profile/helpers). +if there occur any errors, please contact the [Friendica Support group](https://forum.friendi.ca/profile/helpers) or discuss in the [Friendica Admins group](https://forum.friendi.ca/profile/admins). From 2f95ad77e68ca4644093486efbf15045e1606100 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Fri, 22 Sep 2023 08:54:26 +0700 Subject: [PATCH 2/3] Update FAQ-admin.md --- doc/de/FAQ-admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/de/FAQ-admin.md b/doc/de/FAQ-admin.md index 2441a5130..5160aeb70 100644 --- a/doc/de/FAQ-admin.md +++ b/doc/de/FAQ-admin.md @@ -56,4 +56,4 @@ Starte dazu bitte vom Grundverzeichnis deiner Friendica Instanz folgendes Komman bin/console dbstructure update -sollten bei der Ausführung Fehler auftreten, kontaktiere bitte die [Support Gruppe](https://forum.friendi.ca/profile/helpers). +sollten bei der Ausführung Fehler auftreten, kontaktiere bitte die [Friendia Support](https://forum.friendi.ca/profile/helpers) Gruppe oder die [Friendica Admins](https://forum.friendi.ca/profile/admins) Gruppe. From 1f5b66838ddd56e9043fd9126ac811569f9a03e1 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Fri, 22 Sep 2023 10:31:09 +0700 Subject: [PATCH 3/3] Closing tag --- doc/de/FAQ-admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/de/FAQ-admin.md b/doc/de/FAQ-admin.md index 5160aeb70..3b171afe5 100644 --- a/doc/de/FAQ-admin.md +++ b/doc/de/FAQ-admin.md @@ -45,7 +45,7 @@ Die aufgelisteten Adressen werden wie folgt durch Kommas voneinander getrennt: 'admin_email' => 'mail1@example.com,mail2@example.com', ``` - + ### Die Datenbank Struktur schein nicht aktuell zu sein. Was kann ich tun? Rufe bitte im Admin Panel den Punkt [DB Updates](/admin/dbsync/) auf und folge dem Link *Datenbank Struktur überprüfen*.