Hello,
I just realized that I am facing problems executing occ-commands in my Nextcloud instance.
As an example …
Command
sudo -u www-data php occ -V
Returns
An unhandled exception has been thrown:
Exception: Console command 'OCA\Files_External\Command\Applicable' is unknown and could not be loaded in /var/www/homecloud/lib/private/Console/Application.php:226
Stack trace:
#0 /var/www/homecloud/lib/private/Console/Application.php(131): OC\Console\Application->loadCommandsFromInfoXml()
#1 /var/www/homecloud/console.php(99): OC\Console\Application->loadCommands()
#2 /var/www/homecloud/occ(11): require_once('...')
#3 {main}
Same for any occ command I’m trying.
I also found this message in the Nextcloud Logging section:
[PHP] Debug: Creation of dynamic property OCA\FirstRunWizard\Settings\Personal::$urlGenerator is deprecated at /var/www/homecloud/apps/firstrunwizard/lib/Settings/Personal.php#40
I am running Nextcloud 27.1.11 on a Raspberry Pi 5 Model B Rev 1.0 with Raspbian running.
I could not find an obvious solution eitehr in Google or here in the forum (might have searched wrong), that’s why I’m opening this thread.
If I need to support with any additional information pleaselet me know.
Thanks!