Looks like you have a lot of third-party products which are not plone3-compatible (old versions) or can't be imported during startup for some other reason.
Switch debug mode on (which will prevent Zope from starting if it can't import a product) and upgrade/remove offending products one by one until Zope finally starts. akertis wrote: > > > 2008-08-21T17:42:41 ERROR Application Could not import Products.Formulator > ------ > 2008-08-21T17:42:42 ERROR ShellExServer EventMarshaller not available. You > will not be able to import and export iCalendar files properly without > this. > 2008-08-21T17:42:56 ERROR Application Couldn't install DavPack > 2008-08-21T17:43:08 ERROR Application Couldn't install Formulator > 2008-08-21T17:43:19 WARNING OFS.Uninstalled Could not import class > 'PloneFormMailer' from module 'Products.PloneFormMailer.PloneFormMailer' > ------ > 2008-08-21T17:43:20 WARNING OFS.Uninstalled Could not import class > 'CalendarTool' from module 'Products.Calendaring.tools.calendar' > ------ > 2008-08-21T17:43:20 WARNING OFS.Uninstalled Could not import class > 'LocalSiteHook' from module 'Products.Five.site.localsite' > ------ > 2008-08-21T17:43:20 WARNING OFS.Uninstalled Could not import class > 'CustomSearch' from module 'Products.customsearch.customsearch' > ------ > 2008-08-21T17:43:20 WARNING OFS.Uninstalled Could not import class > 'webexform' from module 'Products.webEx.webex.webexform' > ------ > SystemError: This object was originally created by a product that > is no longer installed. It cannot be updated. > (<LocalSiteHook at broken>) > ------ > -- View this message in context: http://n2.nabble.com/Migration-from-2.5.5--%3E-3.0.6-tp737330p741656.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
