-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Can't access re-shared folder on another owncloud server #15758
Comments
Does it also happen for non-reshared storages ? (a link share from a non-shared folder in ownCloud1 added to ownCloud2) Is the server on which ownCloud2 is running able to connect to ownCloud1 using it's host name / IP ? |
No, it doesn't happen. If I share something in oC1 server I can add this to oC2 server and access this resource.
Yes, oC2 and oC1 can connect, also ping and nslookup are working correctly. |
Ok, thanks for the info. So it is definitely an issue with resharing. |
Similar to #15202 but with different steps |
I followed your steps and was able to reproduce this issue between two v8.0.3 instances. |
I'm getting different errors in the logs though:
And the one from ownCloud 1:
I'll try and debug a bit. |
Looks like fopen() of the file failed on ownCloud1. Digging further... |
This PR should fix it: #15814 |
Fixed by #15814 |
Steps to reproduce
Expected behaviour
I can access to this folder and edit/upload/download files on ownCloud2 server (of course also on ownCloud1 server).
Actual behaviour
Accessing re-shared folder gives error message: "Storage not available" (ownCloud2 server).
Server configuration (both owncloud servers identical)
Operating system:
Debian 7.8
Web server:
NGINX (1.2.1-2.2)
Database:
MySQL (5.5.41-0)
PHP version:
PHP (5.4.39-0)
ownCloud version:
ownCloud 8.0.2 (stable)
Updated from an older ownCloud or fresh install:
Updated
List of activated apps:
Activity, Deleted files, External storage support, First Run Wizard, LDAP user and group backend, Mail Template Editor, PDF Viewer, Pictures, Server-side Encryption, Share Files, Text Editor, Versions, Video Viewer
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
owncloud
Are you using encryption: yes/no
yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
AD
LDAP configuration (delete this part if not used)
Client configuration
Browser:
Any (chrome, ff, opera)
Operating system:
Ubuntu 14.04
Logs
Web server error log
Access.log
Nothing in error.log
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: