-
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
Folder Sharing in 4.5.1 not possible #140
Comments
Pretty sure it's not the picture app, since I see the same error and I have that app disabled. |
@directhex since this was a quite wired bug to track down (e.g. I was never able to reproduce it) I wouldn't be surprised if it could be caused by something else too. Could you please try the patch from the other bug reports or the stale45 branch? The patch makes sure that the sharing app is loaded in time. |
I must add, i did not experience this issue in 4.5.0 so it lies in the diff between those two versions! "Björn Schießle" [email protected] wrote:
Sent from my Android phone with K-9 Mail. Please excuse my brevity. |
For me disabling the picture app "solved" this issue. Using FreeBSD 9.1, nginx and php-fpm. |
Had the same issue but after disabling "pictures" app eveything worked again. |
@directhex It seems like for most people disabling the picture app does the trick. Since the fix is independent from the picture app. It would be great if you could either test it by applying the patch[1] to your system or by giving git stable45 a try. [1] b8a48b5 |
Read access seems okay with the pictures app disabled. #91 remains, preventing actual deployment to users |
drop zxcvbn - now in core via bower
Hi,
I have updated my 4.5.0 installation to 4.5.1 and have found the following:
sharing folders itself seems to work, however the user I share with, cannot access the shared resource.
my php error log shows the following
[25-Oct-2012 21:28:20] PHP Warning: filectime(): stat failed for /data/user2/files/Shared/Folder in /owncloud-4.5.1/lib/filestorage/local.php on line 58
[25-Oct-2012 21:31:55] PHP Warning: fopen(/data/user2/files/Shared): failed to open stream: No such file or directory in /owncloud-4.5.1/lib/filestorage/local.php on line 112
(paths have been sensored)
Reproduce:
share a folder with 'user2' and try to access the 'Shared' folder when logged in as 'user2'.
I always get redirected to /index.php and find mentioned errors in the Logs.
The text was updated successfully, but these errors were encountered: