ZWiki 0.60 installation fails under Plone 2.5
Traceback (most recent call last): File "/var/lib/zope2.9/instance/plone2.5/Products/CMFQuickInstallerTool/QuickInstallerTool.py", line 333, in installProduct res=install(portal) File "/usr/lib/zope2.9/lib/python/Products/ExternalMethod/ExternalMethod.py", line 225, in __call__ try: return f(*args, **kw) File "/var/lib/zope2.9/instance/plone2.5/Products/ZWiki/Extensions/Install.py", line 24, in install portal_setup.runAllImportStepsFromProfile('profile-ZWiki:default') AttributeError: runAllImportStepsFromProfile
Plone 2.5 compatibility - not --betabug, Thu, 20 Sep 2007 06:36:40 -0700 reply
Yes, this seems to be a known issue, quoting ReleaseNotes: "Warning, this version of Zwiki uses GenericSetup? and is not compatible with older versions of Plone/CMF. This could be tackled in a future release if there is demand. (#1322)" Maybe there should be a note on ZwikiAndPlone .
Plone 2.5 compatibility - not --Simon Michael, Thu, 20 Sep 2007 09:50:39 -0700 reply
Sorry Damien. :(
Just a long shot, but what if you install Zwiki 0.59 in your site and then just upgrade it on the filesystem to 0.60 ?
We should make Install.py know both the old and new-style install process. It's not very exciting or rewarding work, and personally there's no way I'm going to prioritise it unless I hear a lot of people needing it. I'd be delighted to support anyone who wants to take a crack at it. A good start would be to copy the code from 0.59, stick it back in and figure out how to select between the two.
closing --simon, Thu, 01 May 2008 20:10:56 -0700 reply
Status: open => closed
Zwiki/Plone version requirements documented on KnownIssues.
installing 0.59 and upgrade to 0.60 works --Kees Hink, Wed, 18 Jun 2008 01:26:52 -0700 reply
Simon's suggestion of installing 0.59 and then upgrading to 0.60 on the filesystem worked for me.
upgrade to 0.60 in filesystem: how to? --icemft76, Wed, 01 Oct 2008 09:16:14 -0700 reply
Hi, sorry for the simple question but how do I upgrade from .59 to .60 on the file system? RTFM, i know...I just am looking for a list of which files in .59 to overwrite with files from the .60 tarball. All of them (except the config file)?
upgrade to 0.60 in filesystem: how to? --Simon Michael, Wed, 01 Oct 2008 12:11:11 -0700 reply
Usually all of them. Most people don't customise the files.
If you have made some local file customisations you will want to save and re-do those of course.
In that case you could use darcs pull to make your life easier. (http://zwiki.org/DarcsRepos)