[Zope] Products have incorrect "home" attribute

Martijn Pieters mj at zopatista.com
Wed Jan 18 02:19:25 EST 2006


On 1/18/06, Andreas Jung <lists at andreas-jung.com> wrote:
> What and where is the 'home' attribute?????

In lib/python/App/Product.py line 549:

  product.home=home

'home' is the product path as determined by
OFS.Application.install_product; it looks, from a cursory glance, that
this should be reset every time Zope is restart.

It should be perfectly safe to delete the Products from your Control
Panel Products folder and restart Zope to have them recreated though.
If you don't trust this procedure, back up the ZODB, but from my
reading this should happen every time you start Zope anyway.

--
Martijn Pieters


More information about the Zope mailing list