Thanks for the delete issue, however that puts me at ground 0 again. THis product will not show up in the products list... here's the __init__.py import ZSQLTable def initialize(context): """Initialize the ZSQLTable product. """ context.registerClass( ZSQLTable.ZSQLTable, permission='Add Z SQL Tables', constructors = (ZSQLTable.manage_addZSQLTableForm, ZSQLTable.manage_addZSQLTable), icon = 'zsqltable.gif') anything look strange?, anything? TYA -----Original Message----- From: Chris McDonough [mailto:chrism@digicool.com] Sent: Thursday, January 04, 2001 3:38 PM To: Tim McLaughlin; zope-dev@zope.org Subject: Re: [Zope-dev] ghost product Delete the product from the Control Panel management interface. ----- Original Message ----- From: "Tim McLaughlin" <tim@BCSWebservices.net> To: <zope-dev@zope.org> Sent: Thursday, January 04, 2001 3:10 PM Subject: [Zope-dev] ghost product
In fact (to clarify my preceding problem), when I removed the product folder, Zope still shows the product and error after restarting. Am I being stupid? I must be missing something....
Thanks
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
If you set the environment variable STUPID_LOG_FILE to a file path before starting Zope, you will be able to capture the debug output from the product import procedure in that file. This usually has useful information in it about product registration failures. ----- Original Message ----- From: "Tim McLaughlin" <tim@BCSWebservices.net> To: "'Chris McDonough'" <chrism@digicool.com>; <zope-dev@zope.org> Sent: Thursday, January 04, 2001 3:35 PM Subject: RE: [Zope-dev] ghost product
Thanks for the delete issue, however that puts me at ground 0 again. THis product will not show up in the products list... here's the __init__.py
import ZSQLTable
def initialize(context): """Initialize the ZSQLTable product. """ context.registerClass( ZSQLTable.ZSQLTable, permission='Add Z SQL Tables', constructors = (ZSQLTable.manage_addZSQLTableForm, ZSQLTable.manage_addZSQLTable), icon = 'zsqltable.gif')
anything look strange?, anything?
TYA
-----Original Message----- From: Chris McDonough [mailto:chrism@digicool.com] Sent: Thursday, January 04, 2001 3:38 PM To: Tim McLaughlin; zope-dev@zope.org Subject: Re: [Zope-dev] ghost product
Delete the product from the Control Panel management interface. ----- Original Message ----- From: "Tim McLaughlin" <tim@BCSWebservices.net> To: <zope-dev@zope.org> Sent: Thursday, January 04, 2001 3:10 PM Subject: [Zope-dev] ghost product
In fact (to clarify my preceding problem), when I removed the product folder, Zope still shows the product and error after restarting. Am I being stupid? I must be missing something....
Thanks
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (2)
-
Chris McDonough -
Tim McLaughlin