Re: Kein WebDAV / FTP in glossary Ordner moeglich?

"Dieter Maurer" <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
Joerg Luettgau wrote at 2009-2-9 04:28 -0800:
> ....
>    * Module OFS.CopySupport, line 344, in manage_renameObject

Die "CopySupport" Exceptions sind Windows-like, also schlecht.

Bei diesen Exceptions muss man fast immer in der Code schauen.
Die Zeilen 343 und 344 sehen so aus:

        if not ob.cb_isMoveable():
            raise CopyError, eNotSupported % escape(id)

Ursache ist also, dass "ob.cb_isMoveable()" "false" liefert.

Also musst Du herausfinden, warum "cb_isMoveable" "false" liefert.
Das geht am einfachsten durch Debugging.
Dafür gibt es HowTos.



-- 
Dieter


_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.