Date: Sun, 16 Sep 2012 22:23:18 +0200 From: John Hay <jhay@meraka.org.za> To: freebsd-zope@freebsd.org Subject: Re: problem with upgrade to plone 4.2.1 Message-ID: <20120916202318.GA38804@zibbi.meraka.csir.co.za> In-Reply-To: <20120914070532.GA6069@zibbi.meraka.csir.co.za> References: <20120914070532.GA6069@zibbi.meraka.csir.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 14, 2012 at 09:05:32AM +0200, John Hay wrote: > Hi Guys, > > I have a problem. I have upgraded my plone from 4.1.5 to 4.2.1 using ports > and portmaster, but now it does not want to start. I have even created > a new clean instance and running runzope I see this: > > ######################## ... > zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/usr/local/www/Zope213/ptest/etc/site.zcml", line 16.2-16.23 > ZopeXMLConfigurationError: File "/usr/local/lib/python2.7/site-packages/Products.CMFPlone-4.2.1.1-py2.7.egg/Products/CMFPlone/configure.zcml", line 16.2-16.46 > ZopeXMLConfigurationError: File "/usr/local/lib/python2.7/site-packages/plone.app.controlpanel-2.2.8-py2.7.egg/plone/app/controlpanel/configure.zcml", line 15.2-15.57 > ImportError: No module named sequencewidget > # > ######################## Ok, I found the problem. I installed Plone-4.2.1-UnifiedInstaller, which worked fine, so I compared the eggs. They used plone.app.form-2.1.1, while the FreeBSD port only had 2.0.5. Looking at the website: http://pypi.python.org/pypi/plone.app.form I see that 2.1.2 is out, so I locally upgraded the port to 2.1.2 and now I have a working plone again. Anybody wants to commit it? Shall I commit it? Would you rather have 2.1.1 like the UnifiedInstaller used? John -- John Hay -- jhay@meraka.csir.co.za / jhay@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120916202318.GA38804>