1
I just set up Owncloud on my shared webspace and got everything working except authentication from desktop clients. If I go to the WebDAV Url via my webbrowser it just presents me an empty form again, and the owncloud desktop client says: Error: Wrong Credentials
If I visit the WebDAV Url via a browser where I just logged in via the web interface, it shows me the directory (I am not asked for user/password)
My password doesn't contain characters other than a-z,A-Z,0-9
Log warnings:
curl_setopt_array() [<a href='function.curl-setopt-array'>function.curl-setopt-array</a>]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set at /path/to/my/home/cloud/3rdparty/Sabre/DAV/Client.php#462
You can try here: http://martinbertschler.com/cloud/ with user pass: demo demo
If all you get is a directory listing via the web clearly something went wrong with the install. Have you been able to access any aspect of it without some form of error? – Matthew Williams – 2014-02-19T08:12:57.067
the only thing that doesn't work is the documents app, it is not able to load my document to edit it. – mbert – 2014-02-19T08:15:21.890
Well, the bug report @MatthewWilliams linked is right on the mark. It also contains a single decisive line – IMHO telling you not to use OwnCloud: "They don't implement it because it's a Junior Job." – Daniel B – 2014-02-19T08:37:53.317
i would really love to use OwnCloud :( but with this restriction it doesn't make sense... – mbert – 2014-02-19T08:46:37.340
I give up, after trying it at another webhoster. owncloud is just not made for shared environments. I will try to build myself a sync tool with a php webdav and rsync – mbert – 2014-02-19T09:32:29.407