New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
you most probably need to get owncloud refresh its own internal dir listing. haven't work with it for a while, but if I remember correctly, deleting a file from a directory via the webinterface forced oc to refresh the whole listing. no guarantee though...
oh no another question
Will try that Thanks mate!
Edit: Did not work unfortunately In Dashboard I am getting "You have no permission to download or upload to this folder".
Tried setting chmod -R 777 did not work either. So I kinda dont have ownclouds permissions even though Im admin and the files are in my folder.
My guess would be you just need ownCloud to rescan files. Sudo to the user the webserver is run under (e.g., www-data), cd to ownCloud's directory, then
Might want to double check owner / permissions on the data directory (in the filesystem, not in ownCloud), just in case.
Alrdy tried that and i have permissions now but dl stilk fails
Move to seafile
Reinstall owncloud, run the script here and change the data dir to a different one above web root if possible. Make sure to backup DB!
Would but only 512mb ram
I had the SAME issue a while ago... 3 days later, I noticed that an upgrade changed the userdata directory :P
Check it.
also, chown -R www-data:www-data /path/of/owncloud/
Maybe check to be sure your datadirectory in config.php is what it should be?
Agree that ownCloud's data dir ought to be moved outside your webroot, it's part of ownCloud's own security best practices.
I used the Time4VPS template for owncloud which installed it to webroot. Might need to change that then.
In my case probably "apache" instead of "www-data" as I use CentOS right?
Yep sorry I was thinking of Debian. I haven't used time4vps's template.
If apache runs in user "apache", yes