Personal tools
You are here: Home Zope & Plone tips Upgrading from zope 3.3 to zope 3.4
Navigation
 
Document Actions
  • Send this page to somebody
  • Print this page
  • Add Bookmarklet

Upgrading from zope 3.3 to zope 3.4

by tibi last modified 2007-05-09 14:00

First get rid of deprecation messages

  • zope.app zcmlfiles deprecation
/home/tibi/zope3checkout/src/zope/configuration/config.py:690: DeprecationWarning: 
In configuration file: /home/tibi/zope3checkout/src/zope/app/zcmlfiles/configure.zcml
replace: <include package="zope.app" /> with: <include package="zope.app.zcmlfiles" />
This will go away in Zope 3.6.

Solution: edit the site.zcml file and replace zope.app with zope.app.zcmfiles

Database migration

See if you need to migrate the database using the generations mechanism, by visiting /++etc++process/@@generations.html

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 License.
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: