-
-
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
Unable to delete or create files #9594
Comments
How did you deleted them? |
@MorrisJobke I mean the default Photos etc and I were unable to delete them nor upload more files. |
But what did you do? Did you deleted them in the web UI, on the server via ssh, in the app, etc? |
@MorrisJobke First I tried to delete them from Web UI, which failed, then though SSH and the files are still there and still unable to delete then from Web UI. |
Okay:
|
I did a fresh install multiple times, which only was fixed by added that to .htaccess file, but now my problem is Android client. Web Server access log:
The fix to solve my not able to delete nor create files was fixed by adding this to the .htaccess file: <Limit GET POST PUT DELETE OPTIONS PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
order deny,allow
allow from all
</Limit> |
order deny,allow allow from all If this is needed then your web server denies it somewhere else. None of the default installations of the supported OSes (RH, CentOS, Debian, Ubuntu, SLES) does this and thus this is more a setup issue. For further help ask in the forums at https://help.nextcloud.com
In a setup that is described in our documentation that would be the only way to explain it. If of course the web server denies random requests there is no way to know about this. |
What else would need to be done so Android client would work correctly? |
Usually the default installation just works on a default OS. Tweaking the htaccess file is not needed. Just follow the instructions here https://docs.nextcloud.com/server/13/admin_manual/installation/source_installation.html (a fresh installation following those steps works very likely) and if this does not help ask in the forums for experiences with your setup. |
Background infromation, I don't have root access nor direct access to the vhosts, but I'll be continuing this discussion on the forums then. |
Steps to reproduce
Expected behaviour
I would have been able to delete and add files.
Actual behaviour
Everything failing, browser says nothing, and sync app says:
Server configuration
Operating system:
Debian 8
Web server:
Apache 2
Database:
MySQL
PHP version:
5.6.33-0+deb8u1
Nextcloud version: (see Nextcloud admin page)
13.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install
Where did you install Nextcloud from:
nextcloud official website
Signing status:
Signing status
List of activated apps:
App list
``` Enabled: - activity: 2.6.1 - bruteforcesettings: 1.0.3 - calendar: 1.6.1 - comments: 1.3.0 - contacts: 2.1.3 - dav: 1.4.6 - encryption: 2.0.0 - federatedfilesharing: 1.3.1 - federation: 1.3.0 - files: 1.8.0 - files_sharing: 1.5.0 - files_texteditor: 2.5.1 - files_trashbin: 1.3.0 - files_versions: 1.6.0 - files_videoplayer: 1.2.0 - firstrunwizard: 2.2.1 - gallery: 18.0.0 - logreader: 2.0.0 - lookup_server_connector: 1.1.0 - nextcloud_announcements: 1.2.0 - notifications: 2.1.2 - oauth2: 1.1.0 - password_policy: 1.3.0 - provisioning_api: 1.3.0 - serverinfo: 1.3.0 - sharebymail: 1.3.0 - socialsharing_email: 1.0.3 - survey_client: 1.1.0 - systemtags: 1.3.0 - theming: 1.4.4 - twofactor_backupcodes: 1.2.3 - updatenotification: 1.3.0 - workflowengine: 1.3.0 ```Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
Yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
Browser:
Firefox 60.0.1 (64-bit)
Operating system:
Windows 10
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
The text was updated successfully, but these errors were encountered: