15 Nov
2004
15 Nov
'04
6:38 p.m.
Lee Harr wrote at 2004-11-13 16:14 +0430:
... I can see "Folder (Ordered)" in my product add list, and I can add an OrderedFolder instance to my site, but it does not have the order controls inside.
In my log file, I am seeing : 2004-11-13T06:37:49 PROBLEM(100) ZODB Could not import class 'OrderedFolder' from module 'Products.OrderedFolder.OrderedFolder'
Seems that you have an instance of the old "OrderedFolder" somewhere in your Zope hiearachy. Because the product is no longer installed, you get this error when Zope tries to load the object. It then becomes a "broken" object. Find such broken instances and delete them. -- Dieter