From 0899cdc0877df2790e2c5e9ebae945e35a6682d0 Mon Sep 17 00:00:00 2001 From: Yunobot Date: Sun, 5 Apr 2020 20:29:50 +0000 Subject: [PATCH 1/2] Put the version into the CLI as occ requires at leat PHP 7.2 and the used default seems to be PHP 7.0 --- app_nextcloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_nextcloud.md b/app_nextcloud.md index 44bfa713..4bd63778 100644 --- a/app_nextcloud.md +++ b/app_nextcloud.md @@ -128,7 +128,7 @@ Run a scan of the new directory by Nextcloud: ```bash cd /var/www/nextcloud -sudo -u nextcloud php occ files:scan --all +sudo -u nextcloud php7.3 occ files:scan --all ``` It's over now. Now test if everything is fine, try connecting to your Nextcloud instance, upload a file, check its proper synchronization. From 9c6fb9819abacc593f4e7af5f32a2f4ebaa8f11a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 6 Apr 2020 00:40:43 +0200 Subject: [PATCH 2/2] Propagate to french version --- app_nextcloud_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_nextcloud_fr.md b/app_nextcloud_fr.md index 4fcfa6f2..e5dc9000 100644 --- a/app_nextcloud_fr.md +++ b/app_nextcloud_fr.md @@ -128,7 +128,7 @@ Lancez un scan du nouveau répertoire par Nextcloud: ```bash cd /var/www/nextcloud -sudo -u nextcloud php occ files:scan --all +sudo -u nextcloud php7.3 occ files:scan --all ``` C'est terminé. À présent testez si tout va bien, essayez de vous connecter à votre instance Nextcloud, envoyer un fichier, vérifiez sa bonne synchronisation.