These solutions didn't work for me. I'm using owncloud on an excito B3 home linux server.
Mapping
http://b3/owncloud/files/webdav.php fails after three login attempts, suggesting the login credentials are incorrect.
Mapping
http://b3/owncloud/files/webdav.php fails after three login attempts, saying it can't reach the server.
So in the first instance I am reaching the server, but for some reason even though the credentials are correct it doesn't work. (I have started the WebClient service and modified the registry as instructed).
FIXED: (err.. read more)
Problem was php.ini memory_limit (which is 128M by default - changed to 1024M). Mapping to
http://b3/owncloud/files/webdav.php now works. See BROKEN AGAIN below:
LEARNING: Follow the instructions at the top of the forum (I used the test script) - thanks for providing this! I wonder if it solves other problems I had with owncloud 2!
BROKEN AGAINWell it seems that login was a lucky break as:
- while that was working I could not log in from a different machine (Windows XP)
- this morning I can't login via WebDav from the Windows 7 machine either (though other features seem fine)
- inbetween set up symbolic links to two very large repositories already on the Linux server (one of pictures and one of music). These have been scanned and are accessible (but did not need to be uploaded).
Might this be an issue - growing the database and screwing webdav login? Seems unlikely to stop webdav login while everything else functions fine.
Thanks,
Mark