Hello, I've been using the product WhoOnline on zope 2.8.4 with CPS 3.3.8, now I have migrated to zope 2.9.1, cmf 1.6 and CPS 3.4 and when I try to install WhoOnline (with an external method and with CMFGenericSetup) I get an error because ZopeTime is not available. Does anybody knows how to make ZopeTime available in zope 2.9.1? Or is there any alternative product for zope 2.9.1? Thank you very much.
--On 30. März 2006 12:19:24 +0200 JoseLuis de la Rosa Triviño <joseluis.rosa@iavantefundacion.com> wrote:
Hello,
I've been using the product WhoOnline on zope 2.8.4 with CPS 3.3.8, now I have migrated to zope 2.9.1, cmf 1.6 and CPS 3.4 and when I try to install WhoOnline (with an external method and with CMFGenericSetup) I get an error because ZopeTime is not available.
"An error" means nothing. Please be specific how to reproduce the error and tell us about the error message (Python traceback). -aj
On 3/30/06, JoseLuis de la Rosa Triviño <joseluis.rosa@iavantefundacion.com> > I've been using the product WhoOnline on zope 2.8.4 with CPS 3.3.8, now I have migrated to zope 2.9.1, cmf 1.6 and CPS 3.4 and when I try to install WhoOnline (with an external method and with CMFGenericSetup) I get an error because ZopeTime is not available. What is the error message? It seems to work for me. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
JoseLuis de la Rosa Triviño wrote at 2006-3-30 12:19 +0200:
... Does anybody knows how to make ZopeTime available in zope 2.9.1? Or is there any alternative product for zope 2.9.1?
"ZopeTime" is a method of the "Application" object (the root of Zope's site hierarchy). I would be extremely surprised, if this object had lost this method. I expect that your problem lies elsewhere (e.g. by a restricted acquisition context (lacking the root object) or an intermediate explicit acquisition wrapper. -- Dieter
participants (4)
-
Andreas Jung -
Dieter Maurer -
JoseLuis de la Rosa Triviño -
Lennart Regebro