Re: [Zope] OrderedFolder broken (by old-style OrderedFolder?)
... 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.
Ok... What I have done is to re-install the old OrderedFolder Product. Now, in the dropdown list, I see "Folder (Ordered)" -- the new style -- and also "Ordered Folder" -- the old one. With the old one installed I found 3 Ordered Folder instances. Still, when I add a Folder (Ordered) it does not have ordering support... So, if I change those 3 to regular folders, and delete the OrderedFolder Product, will that allow the Folder (Ordered) to start working? Or is that unrelated and there is just something else wrong with my Folder (Ordered)? Thanks for your time. _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.com/
Lee Harr wrote:
So, if I change those 3 to regular folders, and delete the OrderedFolder Product, will that allow the Folder (Ordered) to start working? Or is that unrelated and there is just something else wrong with my Folder (Ordered)?
It's unrelated. Seems you are using a product that overrides Zope's default main.dtml. E.g. if you are using ExternalEditor, make sure you have the latest version. HTH, Yuppie
Now, in the dropdown list, I see "Folder (Ordered)" -- the new style -- and also "Ordered Folder" -- the old one. With the old one installed I found 3 Ordered Folder instances.
Still, when I add a Folder (Ordered) it does not have ordering support...
So, if I change those 3 to regular folders, and delete the OrderedFolder Product, will that allow the Folder (Ordered) to start working? Or is that unrelated and there is just something else wrong with my Folder (Ordered)?
In all likelihood, that will work. Note that the "ordering" feature on the new Ordered Folders does not appear be operational until you have added enough items to order. -Jim Washington
participants (3)
-
Jim Washington -
Lee Harr -
yuppie