Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Cannot access files anymore #117

@guillaumedc

Description

@guillaumedc

I'm currently using 25.0.8 version.

In web app I got this error (translated from french):
This directory is unavailable, please check the logs or contact your administrator

When I'm browsing the logs, I get:
{"reqId":"L33X9rhAZBBl8JobGtSY","level":1,"time":"2023-06-27 14:04:45","remoteAddr":"172.18.0.11","user":"Guillaume","app":"no app in context","method":"GET","url":"/apps/files/","message":"Deprecated event type for \\OCP\\Collaboration\\Resources::loadAdditionalScripts: null","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0","version":"25.0.8.2","data":[]}

and:
{"reqId":"YVEhOtlU5eBIp6O89atD","level":3,"time":"2023-06-27 14:04:46","remoteAddr":"172.18.0.11","user":"Guillaume","app":"webdav","method":"PROPFIND","url":"/remote.php/dav/files/Guillaume/","message":"The view passed to the node should not have any fake root set","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0","version":"25.0.8.2","exception":{"Exception":"OCP\\PreConditionNotMetException","Message":"The view passed to the node should not have any fake root set","Code":0,"Trace":[{"file":"/nextcloud/apps/dav/lib/Connector/Sabre/Node.php","line":105,"function":"__construct","class":"OC\\Files\\Node\\Node","type":"->","args":[["OC\\Files\\Node\\LazyRoot"],["OC\\Files\\View"],"/",["OC\\Files\\Node\\LazyUserFolder"]]},{"file":"/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php","line":78,"function":"__construct","class":"OCA\\DAV\\Connector\\Sabre\\Node","type":"->","args":[["OC\\Files\\View"],["OC\\Files\\Node\\LazyUserFolder"],null]},{"file":"/nextcloud/apps/dav/lib/Files/FilesHome.php","line":48,"function":"__construct","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":[["OC\\Files\\View"],["OC\\Files\\Node\\LazyUserFolder"]]},{"file":"/nextcloud/apps/dav/lib/Files/RootCollection.php","line":58,"function":"__construct","class":"OCA\\DAV\\Files\\FilesHome","type":"->","args":[["principals/users/Guillaume","Guillaume xxxxx","INDIVIDUAL","fr","guillaume@xxxxx.fr"],["OC\\Files\\Node\\LazyUserFolder"]]},{"file":"/nextcloud/3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php","line":119,"function":"getChildForPrincipal","class":"OCA\\DAV\\Files\\RootCollection","type":"->","args":[["principals/users/Guillaume","Guillaume xxxxx","INDIVIDUAL","fr","guillaume@xxxxx.fr"]]},{"file":"/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php","line":78,"function":"getChild","class":"Sabre\\DAVACL\\AbstractPrincipalCollection","type":"->","args":["Guillaume"]},{"file":"/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":971,"function":"getNodeForPath","class":"Sabre\\DAV\\Tree","type":"->","args":["files/Guillaume"]},{"file":"/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1662,"function":"getPropertiesIteratorForPath","class":"Sabre\\DAV\\Server","type":"->","args":["files/Guillaume",["{DAV:}getlastmodified","{DAV:}getetag","{DAV:}getcontenttype","{DAV:}resourcetype","{http://owncloud.org/ns}fileid","{http://owncloud.org/ns}permissions","{http://owncloud.org/ns}size","{DAV:}getcontentlength","{DAV:}quota-available-bytes","{http://nextcloud.org/ns}has-preview","{http://nextcloud.org/ns}mount-type","{http://nextcloud.org/ns}is-encrypted","{http://open-collaboration-services.org/ns}share-permissions","{http://nextcloud.org/ns}share-attributes","{http://owncloud.org/ns}tags","{http://owncloud.org/ns}favorite","{http://owncloud.org/ns}owner-id","{http://owncloud.org/ns}owner-display-name","{http://owncloud.org/ns}share-types","{http://owncloud.org/ns}comments-unread"],1]},{"file":"/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":1647,"function":"writeMultiStatus","class":"Sabre\\DAV\\Server","type":"->","args":[["Sabre\\Xml\\Writer",[],"/remote.php/dav/",["d","s","oc","nc"],[]],["Generator"],false]},{"file":"/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":346,"function":"generateMultiStatus","class":"Sabre\\DAV\\Server","type":"->","args":[["Generator"],false]},{"file":"/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPropFind","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:PROPFIND",[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]]},{"file":"/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/nextcloud/apps/dav/lib/Server.php","line":360,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/nextcloud/remote.php","line":172,"args":["/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/nextcloud/lib/private/Files/Node/Node.php","Line":78,"message":"The view passed to the node should not have any fake root set","exception":{},"CustomMessage":"The view passed to the node should not have any fake root set"}}

Does anyone else have the same issue?

How can I fix this?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions