-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Shared folders created in NC 11 no longer accessible in NC 12 #5140
Comments
I think this should be more caused by ldap, then sharing |
After further investigation in the database, shares that no longer work are linked to oc_filecache entries with a storage starting with "local::", while new shares that work are linked to a "home::" storage. I manually updated all oc_filecache entries pointing to "local::" storage to the "home::" equivalent, and affected users can now access shares again. |
I discovered a similar issue after upgrading from 11.0.2 to 12.0. I am not able to upload any file or create new subfolders in shared folders regardless wether I'm the share owner or a sharee. If I unshare the folders, I can upload new files and the subfolders I tried to create earlier are now visible and accessible. Sometimes I get following error in nextcloud.log: Path '$mypath' is not accessible or present !!!" |
Btw this only happens with parent folders which have been shared before the upgrade. If I share new folders, everything works fine. |
cc @nextcloud/ldap @nextcloud/sharing |
Given #5140 (comment) it sounds more like a faulty transition regarding storages table. @icewind1991 |
As the version of the software you've reported this for has reached end of life, I will close this ticket. If this is still happening after an upgrade to the latest version, feel free to reopen. |
Steps to reproduce
Note that I did not reproduce from scratch, this is just what I did with my existing installation.
Sharing a folder from Nextcloud 12.0.0 works correctly, only existing shared folders from 11.0.3 (all of them) seem to encounter this issue.
Expected behaviour
User 2 should see files from the shared folder.
Actual behaviour
User 2 sees the following error message at the top: "Storage is temporarily not available".
Server configuration
Operating system: openSUSE Leap 42.1
Web server: Apache 2.4.25
Database: MySQL 5.6.36
PHP version: 5.6.30
Nextcloud version: 12.0.0
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 11.0.3
Where did you install Nextcloud from: official ZIP file, manually
Signing status:
Signing status
No errors have been found.List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: Dropbox but not in this particular case
Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP
LDAP configuration (delete this part if not used)
LDAP config
Client configuration
Browser: Firefox 53.0.3
Operating system: Windows 10
Logs
Web server error log
Web server error log
(No error in relevant time frame)Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: