Hi,
I have a quite young nextcloud running at home on a Pi 4.
I started not to move some data there. To speed this up (and to avoid strange errors when using the nextcloud desktop client), I copied the files directly to the USB HDD.
Then, I ran “ncp’s fix permissions” and then “ncp-scan”.
With the first set up files this worked fine.
Now, I copied the next couple of GBs, and when I run ncp-scan, I get this error message:
pi@nextcloudpi:~ $ sudo ncp-scan
Nextcloud is in maintenance mode - no apps have been loaded
In Application.php line 583:
[Symfony\Component\Console\Exception\NamespaceNotFoundException]
There are no commands defined in the "files" namespace.
Exception trace:
at /var/www/nextcloud/3rdparty/symfony/console/Application.php:583
Symfony\Component\Console\Application->findNamespace() at /var/www/nextcloud/3rdparty/symfony/console/Application.php:632
Symfony\Component\Console\Application->find() at /var/www/nextcloud/3rdparty/symfony/console/Application.php:236
Symfony\Component\Console\Application->doRun() at /var/www/nextcloud/3rdparty/symfony/console/Application.php:148
Symfony\Component\Console\Application->run() at /var/www/nextcloud/lib/private/Console/Application.php:214
OC\Console\Application->run() at /var/www/nextcloud/console.php:99
require_once() at /var/www/nextcloud/occ:11
I use:
NextCloudPi version v1.28.1
Nextcloud version 18.0.7.1
Any idea / suggestion?