-
-
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
WebDAV: "409 Parent node does not exist" when using remote.php/webdav/ to upload files #681
Comments
Same here i guess,
|
I have the same issue with Nextcloud 10.0.1, Mysql, PHP 7.0. Any news about that? |
I got the same error today. The nextcloud Linux client was complaining it could not add new files. It was written that a conflict exist. However, the folder does not exist on the server. |
Might this be related after moving folders? Within my cloud I had a folder structure like |
I can confirm the issue at nextcloud 11.0.1 when renaming a parent folder of a folder, in which photos should be automatically uploaded by the app. After renaming the folder again to the old name, automatic upload works again. Trying a files:scan didn't solve the problem. |
Hi, I've same problem : NextCloud 11.0.2 (stable) PHP DB (mariadb) Here, these errors seems to be triggered by the nextcloud iOS client with automatic photos upload. (But the multiple logins attemps at each launch of iOS app are still here) |
Could you try if this is fixed with 12.0.3 or the patch in #6588? |
Hallo,
now I get "Undefined offset: 3 at
/var/www/html/nextcloud/apps/activity/lib/FilesHooks.php#620".
---
Mit freundlichen Grüssen
Andre Hohmann
Am 21.09.2017 20:55, schrieb Morris Jobke:
Could you try if this is fixed with 12.0.3 or the patch in #6588 [1]?
--
You are receiving this because you commented.
Reply to this email directly, view it on GitHub [2], or mute the thread [3].
|
Same Issue here.
The error occurs, after I reinstalled my nextcloud and a sync client tried to fetch the files via webdav. |
I can confirm similar log messages. Nextcloud tries with MKCOL to create a folder and sees that the parent folder is not there. In my case, I could see in the real log file (text file) that is not abbreviated by …, that the problem is in the folder “_Mit_mir_geteilt”, which was created by the configuration ‘share_folder’ => ‘_Mit_mir_geteilt’. The parent node (in this case this is probably a pseudo folder in the database) does not exist. |
Same problem... can't seem to create directories... EDIT: |
As there is no feedback since a while I will close this ticket. If this is still happening please feel free to reopen. |
I am seeing this same "Parent node does not exist" messages with folders that are uploaded by some clients every time after they have been deleted. |
As I cannot reproduce the original issue anymore, I will close this ticket. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen. |
Is it possible that Nextcloud doesn't respond with status code 409 anymore for missing parent collections during a
Sorry for being lazy and not opening a new issue because I can't get into the technical specifications that is required in a bug report but I just wanted to share my observations. |
Steps to reproduce
Expected behaviour
Files get uploaded.
Actual behaviour
Files don't get uploaded and log gets filled with the following error:
plus the error I opened issue #680 for.
Server configuration
Operating system: Debian 8.5
Web server: nginx/1.6.2
Database: MySQL 10.0.25-MariaDB
PHP version: PHP 5.6.24
Nextcloud version: 9.0.53
Updated from an older Nextcloud/ownCloud or fresh install: Updated from ownCloud 9.0.2
Where did you install Nextcloud from: Tarball from official website
The text was updated successfully, but these errors were encountered: