I used to have Zope-2.6.1 installed on my system. I then installed Zope-2.6.4 as part of an upgrade, followed by Plone 2.0. However Plone 2.0 gets installed in the old version of Zope, not the newer one. Reproducible: Always Steps to Reproduce: 1.emerge zope-2.6.1 2.emerge zope-2.6.4 3.emerge plone-2.0 Actual Results: Plone is accessible to zope 2.6.1, but not 2.6.4 Expected Results: plone should have been made available to 2.6.4
Fixing this required that I unmerge 2.6.1, plone and cmf, then rm -rf the reftover 2.6.1 directories, then reemerge plone+cmf
*** Bug 47159 has been marked as a duplicate of this bug. ***
that didn't fix it for me. I've unmerged zope, cmf and plone then removed everything in /usr/share/zope and /var/lib/zope. Remerged using ACCEPT_KEYWORDS="~x86" Plone seems to install into the right instance, but does not appear on drop-down list for selection. cmf does though! Haven't found anything else to remove/remerge, any suggestions welcome . . .
did you install it with zprod-manager add to your instance?
Same here, although I started with a plain new Installation of zope, so I started with step two mentioned above: 2.emerge zope-2.6. 3.emerge plone-2.0 and installed the instance with zprod-manager. CMFPlone is listed in my ZMI under Root/ControlPanel/Products/CMFPlone but I cannot add a plone site from the drop down panel. Ideas ???
sorry to ask again :) but did you also add the other required zope products? placelesstranslationservice, formulator, cmf,...
Okay, you are right. emerge plone-2.0 installed net-zope/placelesstranslationservice-fork which I have setup, but nothing worked. Now I manually emerged net-zope/placelesstranslationservice and added the product and everything works as expected. Thx.
plone installation is a little bit complicated atm,... we'll do our best to make it easier