Hi Zopesters, We have just migrated from a machine running Zope with the ZServer to a different machine running Zope with an Apache web server. But we have a problem, namely, after copying over the Data.fs ZODB to the new site, Zope cannot find a needed (but installed) product (Navigator). This product definitely exists: /Zope-2.1.0-src/lib/python/Products/Navigator so why is Zope not seeing it? i
From the manager view of the ZODB:
Product at /optics / Control_Panel / Products / Navigator There are currently no items in Installed product Navigator (Navigator Product, Version 1.02) Any help is much appreciated as my site is off-line until I can fix this problem. Cheers, Darran.
Friday, December 24, 1999, 11:42:50 PM, Darran Edmundson wrote: DE> Hi Zopesters, DE> We have just migrated from a machine running DE> Zope with the ZServer to a different machine DE> running Zope with an Apache web server. But DE> we have a problem, namely, after copying over DE> the Data.fs ZODB to the new site, Zope cannot DE> find a needed (but installed) product (Navigator). DE> This product definitely exists: DE> /Zope-2.1.0-src/lib/python/Products/Navigator DE> so why is Zope not seeing it? DE> i DE> From the manager view of the ZODB: DE> Product at /optics / Control_Panel / Products / Navigator DE> There are currently no items in Installed product Navigator (Navigator DE> Product, Version 1.02) That sounds like a working Product to me. Did it have items there before the move? What is actually not working, do you get tracebacks? A python product that lives in a Products subdirectory, will in Zope only display as shown above, unless there was an error setting up the product, then a a tracback tab with the error will be there. If however, your Navigator product was a through-the-web variant (open box icon in you old install), like a ZClass based setup, then something is wrong. If you get error messages, or tracebacks, or other strange behaviour, please include these. -- Best regards, Martijn Pieters mailto:mj@digicool.com
participants (2)
-
Darran Edmundson -
Martijn Pieters