-
Hi Everyone,
Environment: v8.2.4 (Ubuntu 20.04.5 LTS)
While upgrading Nextcloud from package version 5.0.4 to 5.1.2, the app got stuck and cannot be recovered. So, I am reverting to my backup. Any ideas on how to fix this? The issue accures after the Update to the latest version
Mar 14 06:25:03 ==> Disabling LDAP
Mar 14 06:25:04 Failed to construct console command 'OCA\DocumentServer\Command\FlushChanges': Could not resolve OCP\ILogger! Class can not be instantiated
Mar 14 06:25:04 No such app enabled: user_ldap
Mar 14 06:25:05 Failed to construct console command 'OCA\DocumentServer\Command\FlushChanges': Could not resolve OCP\ILogger! Class can not be instantiated
Mar 14 06:25:06 Done.
Mar 14 06:25:06 Failed to construct console command 'OCA\DocumentServer\Command\FlushChanges': Could not resolve OCP\ILogger! Class can not be instantiated
Mar 14 06:25:07 Done.
Mar 14 06:25:07 Failed to construct console command 'OCA\DocumentServer\Command\FlushChanges': Could not resolve OCP\ILogger! Class can not be instantiated
Mar 14 06:25:08 Failed to construct console command 'OCA\DocumentServer\Command\FlushChanges': Could not resolve OCP\ILogger! Class can not be instantiated
Mar 14 06:25:08 ==> Changing ownership
Mar 14 06:25:08 ==> Installing and enabling spreed, if needed
Mar 14 06:25:08 Maintenance mode already disabled
Mar 14 06:25:08 chown: warning: '.' should be ':': 'www-data.www-data'
Mar 14 06:25:09 Failed to construct console command 'OCA\DocumentServer\Command\FlushChanges': Could not resolve OCP\ILogger! Class can not be instantiated
Mar 14 06:25:09 spreed already installed -
I had something similar. Mine was resolved by using the File Manger to edit
/app/data/config/config.php
and changing'maintenance' => true,
to'maintenance' => false,
and then restarting the app again. -
Ok well now i went Back to 5.0.4 disabled and deleted every "APP" that i had in Nextcloud those who i did not need anymore. And now it worked the maintenance mode i tried but did not work
@savity glad you got it sorted. Always best to keep Nextcloud apps to a minimum and uninstall any not being used.
-
@savity glad you got it sorted. Always best to keep Nextcloud apps to a minimum and uninstall any not being used.
@jdaviescoates yeah well it is stated here
https://docs.cloudron.io/apps/nextcloud/ -> Plugin warning -
Indeed is it
-
-
@jdaviescoates @savity the error comes from documentserver (onlyoffice app).
https://github.com/nextcloud/documentserver_community/issues/345
https://github.com/nextcloud/documentserver_community/issues/336Looks like it is still not fixed in nextcloud 31 .
-
@jdaviescoates @savity the error comes from documentserver (onlyoffice app).
https://github.com/nextcloud/documentserver_community/issues/345
https://github.com/nextcloud/documentserver_community/issues/336Looks like it is still not fixed in nextcloud 31 .
-
FWIW I'm using this Featured OnlyOffice app to connect to the Cloudron OnlyOffice app.
https://apps.nextcloud.com/apps/onlyoffice
https://github.com/ONLYOFFICE/onlyoffice-nextcloudI'm not sure what the purpose of the document server app is but it has very low ratings so I'm not surprised it's caused issues:
https://apps.nextcloud.com/apps/documentserver_community
https://github.com/nextcloud/documentserver_community