Error deleting/create files or folder

Hello,
I’ve a strange problem from web or client when try delete/create file or folder:

Delete from web

{"reqId":"XQlQ2sYOE98h6AdI2KmergAAAAg","level":3,"time":"2019-06-18T17:00:10-04:00","remoteAddr":"10.x.x.x","user":"username@example.com","app":"PHP","method":"DELETE","url":"\/remote.php\/dav\/files\/username%40example.com\/CAPJ\/DOCS\/2019\/Audio\/Manuales\/Prueba-TEST","message":"rename(\/owncloud\/data\/username@example.com\/files\/CAPJ\/DOCS\/2019\/Audio\/Manuales\/Prueba-TEST,\/owncloud\/data\/username@example.com\/files_trashbin\/files\/Prueba.d1560891610): Transport endpoint is not connected at \/var\/www\/html\/owncloud\/lib\/private\/Files\/Storage\/Local.php#286"}
{"reqId":"XQlQ2sYOE98h6AdI2KmergAAAAg","level":3,"time":"2019-06-18T17:00:10-04:00","remoteAddr":"10.x.x.x","user":"username@example.com","app":"PHP","method":"DELETE","url":"\/remote.php\/dav\/files\/username%40example.com\/CAPJ\/DOCS\/2019\/Audio\/Manuales\/Prueba-TEST","message":"rmdir(\/owncloud\/data\/username@example.com\/files\/CAPJ\/DOCS\/2019\/Audio\/Manuales\/Prueba-TEST): Transport endpoint is not connected at \/var\/www\/html\/owncloud\/lib\/private\/Files\/Storage\/Local.php#111"}

And create folder

59

{"reqId":"XQlVUfc6E27HwlB9TANrhwAAAAM","level":0,"time":"2019-06-18T17:19:13-04:00","remoteAddr":"10.x.x.x","user":"username@example.com","app":"OC\\Files\\Cache\\Scanner","method":"MKCOL","url":"\/remote.php\/dav\/files\/username%40example.com\/CAPJ\/PRUEBA","message":"!!! Path 'files\/CAPJ\/PRUEBA' is not accessible or present !!!"}

I run occ files:scan but not found

The Owncloud server version is 10.2.0 (stable)

Thanks

“Transport endpoint is not connected”
Sounds a FS problem unrelated to ownCloud. Could you ensure that your FS (in wherever place you’ve configured the ownCloud’s data directory) works reliably?

1 Like