Op 06-07-10 00:55, Aaron Paxson schreef: > > Used buildout to upgrade from 3.2.2 to 3.3.5. After receiving complaints > about python-setuptools being out-dated, I updated, and it continued > flawlessly. > > Upon rebooting, Plone shows the filesystem to be 3.3.5. But, when running > the dry-run, I get the following error message. See below for full output. > Any ideas? > > Error type: exceptions.KeyError > Error value: 'profile-Products.CMFPlone.migrations:3.2.2-3.2.3'
It may be that the zcml files are not loaded correctly because there is a conflict. Try starting the zope instance on the foreground to get better error reporting on startup. If you normally do 'bin/instance start' try 'bin/instance fg' now. The normal 'bin/instance start' swallows some errors and continutes where it probably should not. -- Maurits van Rees Programmer, Zest Software _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
