Closed GoogleCodeExporter closed 9 years ago
Fixed. You can fix your setup by replacing your copy of
backend/include/Request.class.php with attached version.
Original comment by samuli.j...@gmail.com
on 14 Apr 2012 at 5:21
Attachments:
Hi!
Connection is now working, but when I upload a file, it is 0 byte. This should
be solved some releases ago?
Original comment by m...@gw.ms
on 14 Apr 2012 at 9:19
I investigated this a bit more, and found the current request handling
unnecessary. There is no need to define all the WebDAV methods in Mollify
request, like I did with the attached file, because the WebDAV lib handles
these. So I removed the entire request from Mollify in this case.
I did not have any problems with uploading files, but could you try with this
WebDAV plugin file just to make sure it was not related to the methods.
Original comment by samuli.j...@gmail.com
on 15 Apr 2012 at 10:40
Attachments:
I have resolved the zero byte problem by
1. Add "include 'Sabre/DAV/UUIDUtil.php';" in Sabre.includes.php
2. Ensure write access in both "temp" and "data" folder
Original comment by camus...@gmail.com
on 24 Apr 2012 at 4:09
Original comment by samuli.j...@gmail.com
on 29 May 2012 at 5:38
Original issue reported on code.google.com by
m...@gw.ms
on 9 Apr 2012 at 1:36