Re: [Zope] Added Product Doesn't Show Up In ZMI

2005-07-25 Thread abgillette
  I'm trying to get the Issue Dealer
  (http://www.nidelven-it.no/products/issue_dealer) product up-and-running
  on my Zope install (FreeBSD 4.11, Zope 2.7.1, Python 2.3.4). According
  to the Issue Dealer docs, I should simply be able to unzip it into the
  Products directory, restart Zope, and go, just like normal.
 
  I've done this, however, and nothing happens. Issue Dealer doesn't show
  up in /Control_Panel/Products, or the [Add] dropdown. No broken
  products, no nothing.
 
  Nothing looks at all unusual in the Products directory on the file
  system.
 
  I've tried rebooting the machine and restarting from the ZMI, to no
  avail.
 
 Make sure that you have a '__init__.py' file in the top level directory
 of 

IssueDealer installs several folders in the Products subdirectory:

Products
   |
IssueDealer
   |
IssueDealerWebLog
   |
IssueDealerEpoz
   |
IssueDealerWebLogAddOn
   |
IssueDealerWebDAVPublisher
   |
IssueDealerFAQAddOn
   |
HTMLTools

Each of these directories has its own '__init__.py'.

 the Issue Dealer subdirectory tree, and also check to see if there are
 any 
 messages in the log file (.../zope/var/logger.log or something similar).

No errors are showing up in the logs files.

Any other ideas? I contacted the IssueDealer team last week, but haven't
heard a peep.

- Aaron
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Added Product Doesn't Show Up In ZMI

2005-07-25 Thread Jonathan


- Original Message - 
From: [EMAIL PROTECTED]

To: Jonathan [EMAIL PROTECTED]; zope@zope.org
Sent: Monday, July 25, 2005 12:03 PM
Subject: Re: [Zope] Added Product Doesn't Show Up In ZMI



 I'm trying to get the Issue Dealer
 (http://www.nidelven-it.no/products/issue_dealer) product 
 up-and-running

 on my Zope install (FreeBSD 4.11, Zope 2.7.1, Python 2.3.4). According
 to the Issue Dealer docs, I should simply be able to unzip it into the
 Products directory, restart Zope, and go, just like normal.

 I've done this, however, and nothing happens. Issue Dealer doesn't show
 up in /Control_Panel/Products, or the [Add] dropdown. No broken
 products, no nothing.

 Nothing looks at all unusual in the Products directory on the file
 system.

 I've tried rebooting the machine and restarting from the ZMI, to no
 avail.

Make sure that you have a '__init__.py' file in the top level directory
of


IssueDealer installs several folders in the Products subdirectory:

Products
  |
   IssueDealer
  |
   IssueDealerWebLog
  |
   IssueDealerEpoz
  |
   IssueDealerWebLogAddOn
  |
   IssueDealerWebDAVPublisher
  |
   IssueDealerFAQAddOn
  |
   HTMLTools

Each of these directories has its own '__init__.py'.


the Issue Dealer subdirectory tree, and also check to see if there are
any
messages in the log file (.../zope/var/logger.log or something similar).


No errors are showing up in the logs files.

Any other ideas? I contacted the IssueDealer team last week, but haven't
heard a peep.


The only other suggestion I have is to dig thru the IssueDealer source code 
and try to debug it yourself (given that there is no help from the author). 
If you are not familiar with zope product development you can google for:


site:www.zope.org boring product
site:www.zope.org simple product

Warning: debugging someone else's product may not be a trivial exercise if 
you are not familiar with zope product development (and python)!


Jonathan


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Added Product Doesn't Show Up In ZMI

2005-07-25 Thread Jo Meder
Am 25.07.2005, 18:03 Uhr
schrob [EMAIL PROTECTED] [EMAIL PROTECTED]:

 Each of these directories has its own '__init__.py'.

Do these directories and the files in there have the correct
permissions set so that the user Zope runs as can access the files?

HTH

Jo.


-- 
internetmanufaktur jo- Berlin, Germany
  |||meder---fon: ++49-30-417 17 63 33
http://www.meder.de/ --- fax: ++49-30-417 17 63 45
Kollwitzstr. 75  mob: ++49-170- 2 98 89 97
10435 Berlin ---http://www.meder.de/keys/jo-pubkey.txt
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Added Product Doesn't Show Up In ZMI

2005-07-20 Thread abgillette
Hi All,

I'm having a rather strange problem.

I'm trying to get the Issue Dealer
(http://www.nidelven-it.no/products/issue_dealer) product up-and-running
on my Zope install (FreeBSD 4.11, Zope 2.7.1, Python 2.3.4). According
to the Issue Dealer docs, I should simply be able to unzip it into the
Products directory, restart Zope, and go, just like normal.

I've done this, however, and nothing happens. Issue Dealer doesn't show
up in /Control_Panel/Products, or the [Add] dropdown. No broken
products, no nothing.

Nothing looks at all unusual in the Products directory on the file
system.

I've tried rebooting the machine and restarting from the ZMI, to no
avail.

Has anyone seen this before? Any ideas?

Thanks,
Aaron
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Added Product Doesn't Show Up In ZMI

2005-07-20 Thread Jonathan


- Original Message - 
From: [EMAIL PROTECTED]

To: zope@zope.org
Sent: Wednesday, July 20, 2005 5:41 PM
Subject: [Zope] Added Product Doesn't Show Up In ZMI



Hi All,

I'm having a rather strange problem.

I'm trying to get the Issue Dealer
(http://www.nidelven-it.no/products/issue_dealer) product up-and-running
on my Zope install (FreeBSD 4.11, Zope 2.7.1, Python 2.3.4). According
to the Issue Dealer docs, I should simply be able to unzip it into the
Products directory, restart Zope, and go, just like normal.

I've done this, however, and nothing happens. Issue Dealer doesn't show
up in /Control_Panel/Products, or the [Add] dropdown. No broken
products, no nothing.

Nothing looks at all unusual in the Products directory on the file
system.

I've tried rebooting the machine and restarting from the ZMI, to no
avail.


Make sure that you have a '__init__.py' file in the top level directory of 
the Issue Dealer subdirectory tree, and also check to see if there are any 
messages in the log file (.../zope/var/logger.log or something similar).


hth

Jonathan 



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )