[Zope] Can't paste or rename some objects
Dieter Maurer
dieter@handshake.de
Tue, 9 Jul 2002 19:06:36 +0200
Chad Nantais writes:
> When I try to rename or paste a folder object, I get this error:
>
> Error Type: Bad Request
> Error Value: The id "Pictures" is invalid--it is already in use.
>
> Here's the folder structure
>
> /
> Cactus (Folder)
> AloeVera (CustomPlantProduct)
> Pictures (PhotoFolder)
> pic1.gif (Photo)
> pic2.gif (Photo)
> Tags (PhotoFolder)
> tag1.gif (Photo)
> tag2.gif (Photo)
>
> I am trying to either rename Cactus folder to CactusOld or (preferably)
> copy/paste it to another folder in the site. There are no conflicting
> Id's named 'Pictures' in my root folder.
I expect there is some problem with your "CustomPlantProduct".
Maybe, its content is held in a class attribute instead of
an instance attribute.
Dieter