Problem with Web Folder
Hello, I have set up a Web folder that should let me drag & drop files from my local hard drive to Zope. I am wondering why some files cannot be copied (most work OK). I get the following error: "An error occurred copying some or all of the selected files" Here is the relevant content in Z2.log: <IP> "HEAD <file> HTTP/1.1" 404 1635 "" "Microsoft Data Access Internet Publishing Provider DAV" <IP> "PUT <file> HTTP/1.1" 500 893 "" "Microsoft Data Access Internet Publishing Provider DAV" The error can be reproduced. Both the client and Zope run on XP Professional. Any idea? Robert __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
Microsoft's WebDAV implementation is broken against non-Microsoft servers. Use WebDrive. Paul --On 19 June 2003 14:11 -0700 Robert Jean <robertjean2@yahoo.com> wrote:
Hello,
I have set up a Web folder that should let me drag & drop files from my local hard drive to Zope. I am wondering why some files cannot be copied (most work OK). I get the following error:
"An error occurred copying some or all of the selected files"
Here is the relevant content in Z2.log:
<IP> "HEAD <file> HTTP/1.1" 404 1635 "" "Microsoft Data Access Internet Publishing Provider DAV" <IP> "PUT <file> HTTP/1.1" 500 893 "" "Microsoft Data Access Internet Publishing Provider DAV"
The error can be reproduced. Both the client and Zope run on XP Professional.
Any idea?
Robert
__________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- The Library, Tyndall Avenue, Univ. of Bristol, Bristol, BS8 1TJ, UK E-mail: paul.browning@bristol.ac.uk URL: http://www.bris.ac.uk/
Robert Jean wrote at 2003-6-19 14:11 -0700:
I have set up a Web folder that should let me drag & drop files from my local hard drive to Zope. I am wondering why some files cannot be copied (most work OK). I get the following error:
"An error occurred copying some or all of the selected files"
Here is the relevant content in Z2.log:
<IP> "HEAD <file> HTTP/1.1" 404 1635 "" "Microsoft Data Access Internet Publishing Provider DAV" <IP> "PUT <file> HTTP/1.1" 500 893 "" "Microsoft Data Access Internet Publishing Provider DAV"
The error can be reproduced. Both the client and Zope run on XP Professional.
The likely cause is that the problematic files are mapped to special object types and the file content is invalid for this type. Search Zope.org for "PUT_factory" to learn how you can determine which object types should be used for your files. Dieter
participants (3)
-
Dieter Maurer -
Paul Browning -
Robert Jean