Re: [Zope-dev] ghost product

2001-01-04 Thread Chris McDonough

Delete the product from the Control Panel management interface.
- Original Message -
From: "Tim McLaughlin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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  -  [EMAIL PROTECTED]
 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  -  [EMAIL PROTECTED]
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 )




RE: [Zope-dev] ghost product

2001-01-04 Thread Tim McLaughlin


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:[EMAIL PROTECTED]]
Sent: Thursday, January 04, 2001 3:38 PM
To: Tim McLaughlin; [EMAIL PROTECTED]
Subject: Re: [Zope-dev] ghost product


Delete the product from the Control Panel management interface.
- Original Message -
From: "Tim McLaughlin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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  -  [EMAIL PROTECTED]
 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  -  [EMAIL PROTECTED]
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 )




Re: [Zope-dev] ghost product

2001-01-04 Thread Chris McDonough

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" [EMAIL PROTECTED]
To: "'Chris McDonough'" [EMAIL PROTECTED]; [EMAIL PROTECTED]
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:[EMAIL PROTECTED]]
 Sent: Thursday, January 04, 2001 3:38 PM
 To: Tim McLaughlin; [EMAIL PROTECTED]
 Subject: Re: [Zope-dev] ghost product


 Delete the product from the Control Panel management interface.
 - Original Message -
 From: "Tim McLaughlin" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 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  -  [EMAIL PROTECTED]
  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  -  [EMAIL PROTECTED]
 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  -  [EMAIL PROTECTED]
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 )