-
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
Creating folders in shared folder fails through sync client #80
Comments
Moved from here: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-2110 |
When connecting to the account through webDAV, the up- and download in personal folders starts OK, but the connection to the server crashes as soon as it tries to finalize the transfer. Trying to copy folders to a shared folder through the webDAV causes the reaction that the file is already there and copy is aborted. |
I see it's targetted for Owncloud 5, but is there any indication when it's fixed in git? We promised a customer to have it ready by nov 1, but this blocks it. We are willing to help test, and even put a developer on it, if it's useful. If you need real-time help, we can join on IRC. |
I have exactly the same problem, halfgaar. Hope a dev picks this up. BTW: when reverting from OC 4.5 to OC 4.0.8., I can upload files to a shared folder and they become visible in the web interface and the account owners folder, but they are removed from the uploaders folder immediately after. Some seriously strange behaviour going on there, not sure. 4.5.1 makes folders that are shared with you completely unopenable. |
Some more information on how this error looks for me (running a 4.5.1a update). I'm seeing the above errors plus a few more
It looks like the filectime/filesize are all directories (perhaps not all... I'm not about to read through a log file this long). Some of them are existing directories; some are ones that haven't been created on the server. I manually created the folder on the server, then the files will start copying, albeit very slowly (a 160k file takes minutes to copy across roughly ten feet of a gigabit network). Interestingly (or not), the OC_Connector problem was reported (and closed) previously with the note to install the sync software (I'm using 1.1 on Mac): http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1891 |
According to @Jasperado in #91 this is fixed. |
This seems partly fixed in the current stable45. However, I still have this problem:
|
Oh, and that still creates PHP errors: [Fri Nov 09 16:46:42 2012] [error] [client 89.188.25.162] PHP Warning: filesize(): stat failed for /var/www/owncloudtest/data/allesdeler/filesgedeeld door allesdeler - renamed/gemaakt in sync client/file created by sharer in /var/www/owncloudtest/lib/filestorage/local.php on line 45, referer: http://storagetest.curaxl.nl/?app=files&dir=%2Fgedeeld%2520door%2520allesdeler%2520-%2520renamed%2Fgemaakt%2520in%2520sync%2520client Those happen when creating a file. Creating a folder just silently fails. |
This is probably actually bug #417.
should be
|
If I copy a file to the Shared folder on the client (not into the directory that is actually shared) I see this result in the the apache error_log: |
Can someone verify if this still exists? |
I've sync folder "Shared" to my local machine. And created a folder "test" inside "Shared". Error message in ownCloud log (admin site):
Should I add an issue therefore? If yes, where? mirall/issues? The actual issue (adding folder to a shared folder doesn't show up in sharers folder works. Tested in 5.0.3 on lighttpd. |
When I share a folder with user john, install the sync client on john's pc and share the / folder, I see the shared folder in 'shared'. This is normal, of course.
When I create a folder in that folder, syncing fails on the server and the folder is not created:
If I then create a file in that folder "piet", it says:
Current version: 4.5.0, mysql.
Reproduction steps:
And
The text was updated successfully, but these errors were encountered: