How do I upgrade Five (http://codespeak.net/z3/five/) from v1.3.8 to v1.4.4 in Zope v2.9.7? The Plone product I wish to install (Reflecto v1.2 - http://plone.org/products/reflecto) apparentl. requires v1.4.1+. Frustratingly, the installation page (http://codespeak.net/z3/five/INSTALL.html) and INSTALL.txt file for Five do not actually explain how to install it. Many thanks. James
--On 23. Januar 2008 13:24:49 +1300 James Robertson <james@3months.com> wrote:
How do I upgrade Five (http://codespeak.net/z3/five/) from v1.3.8 to v1.4.4 in Zope v2.9.7?
The Plone product I wish to install (Reflecto v1.2 - http://plone.org/products/reflecto) apparentl. requires v1.4.1+.
Frustratingly, the installation page (http://codespeak.net/z3/five/INSTALL.html) and INSTALL.txt file for Five do not actually explain how to install it.
By downloading the Five tarball and replacing Products/Five with it. -aj
On Jan 23, 2008 1:24 AM, James Robertson <james@3months.com> wrote:
How do I upgrade Five (http://codespeak.net/z3/five/) from v1.3.8 to v1.4.4 in Zope v2.9.7?
The Plone product I wish to install (Reflecto v1.2 - http://plone.org/products/reflecto) apparentl. requires v1.4.1+.
Frustratingly, the installation page (http://codespeak.net/z3/five/INSTALL.html) and INSTALL.txt file for Five do not actually explain how to install it.
Just download and put it in your Products directory (where you put Reflecto too) and Zope will prefer that version over the one shipped with it. -- Martijn Pieters
Thanks to Andreas and Martijn for your help. I had already your suggestions but it wasn't working. However, I have now been able to upgrade to Five v1.4.2 (rather than v1.4.4) by simply un-taring it in the Plone products directory - you both suggested. It seems Five v1.4.4 is faulty. When I untar it in the Plone products directory and attempt to restart the Zope client, the zeoserver.log reports: " ... (4713) new connection ('127.0.0.1', 54709): <ManagedServerConnection ('127.0.0.1', 54709)> (127.0.0.1:54709) received handshake 'Z303' (4713/127.0.0.1:54709) disconnected (4713) new connection ('127.0.0.1', 54711): <ManagedServerConnection ('127.0.0.1', 54711)> (127.0.0.1:54711) received handshake 'Z303' (4713/127.0.0.1:54711) disconnected (4713) new connection ('127.0.0.1', 54712): <ManagedServerConnection ('127.0.0.1', 54712)> (127.0.0.1:54712) received handshake 'Z303' (4713/127.0.0.1:54712) disconnected ... " every few seconds. Still, my problem seems to be solved since Reflecto v1.2 only requires Five v1.4.1 or higher. Thanks James
James Robertson wrote:
How do I upgrade Five (http://codespeak.net/z3/five/) from v1.3.8 to v1.4.4 in Zope v2.9.7?
The Plone product I wish to install (Reflecto v1.2 - http://plone.org/products/reflecto) apparentl. requires v1.4.1+.
Frustratingly, the installation page (http://codespeak.net/z3/five/INSTALL.html) and INSTALL.txt file for Five do not actually explain how to install it.
Just drop the 'Five' directory into your instance's 'Products' directory, just like you would install any other product (e.g. Reflecto). Plone, btw, should already ship with Five 1.4.x.
participants (4)
-
Andreas Jung -
James Robertson -
Martijn Pieters -
Philipp von Weitershausen