Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NC23 stopped after updating #68

Open
Dickschieder opened this issue Mar 13, 2022 · 2 comments
Open

NC23 stopped after updating #68

Dickschieder opened this issue Mar 13, 2022 · 2 comments

Comments

@Dickschieder
Copy link

Hello,

i updated to NC23 with active App. After that my NC stopped and I can't reach the frontend and backend. I removed the folder in Apps folder. After that nextcloud is running, but I have still the entry in external spaces. How can I remove it?
image

@Dickschieder
Copy link
Author

After a lot of trys, my problem is solved. I deleted the entry in the console

Here is what I did:
cd /var/www/nextcloud
sudo -u www-data php occ files_external:list

get the entry number of the wrong entry
image

sudo -u www-data php occ files_external:delete [ID]

[y]

finish and happy

@nimaam
Copy link

nimaam commented Apr 11, 2022

add file and set the permission: (everything worked for me after fix this, unfortunately in version23 they remove a class but the onedrive external files plugin use that class, so thanks to you all developers for care the plugins)
name of: Flysystem.php
in the path of : /var/www/html/nextcloud/lib/private/Files/Storage/
and you can find the content of file here: https://github.com/nextcloud/queue/blob/06ce13892ecba4de72d4d7623df5c26f51561172/vendor/illuminate/filesystem/FilesystemManager.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants