Hi EveryOne, We recently upgraded zope on our server from 2.5.x to 2.6.x, after upgradation one of the products started giving an Import Error for module iClass. This error is coming from a folder. There are no ZClasses defined in the product, hence usual solution of emptying the subobjects tab is not feasible here (atleast I think so). The name of the product is Volunteer product. What this product does is,it allows users to register with a web site. For every user a folder is created the information that user enters while registering with the website is stored as properties of his folder. All these member folders are stored in a seperate folder called "Members". It's this "Members" Folder that is giving the Import Error. Also some of the folders inside "Members" folder are giving an error saying doc string of the object is empty etc. All the folders are ordinary folders which are added using the "manage_addFolder" function We managed to restore the website by switching back to Zope 2.5.x but don't want to stay with it for long. Awaiting your response. Thanks in Advance Shashank Ashtikar
(Sorry if this is a dupe, my original mail bounced for some reason) Shashank Ashtikar wrote:
Hi EveryOne,
We recently upgraded zope on our server from 2.5.x to 2.6.x, after upgradation one of the products started giving an Import Error for module iClass.
I had this error, too. It's known and discussed on the mailing list, there was a mail some days ago which described how to fix this with the export in xml via editing the file. The other method was to uncheck all subclasses in your ZClass before export and to recheck them after import. HTH, oliver
participants (2)
-
Oliver Bleutgen -
Shashank Ashtikar