Apologies if this is already known about... I just installed 2.8.0b1 (using python 2.3.5), fired it up, then tried to add a 'plone site' (2.0.5). The plone site actually did get added, but here's what I got as well: 2005-04-24 12:57:32 ERROR Zope.ZCatalog Recataloging object at /test/test/index_html failed Traceback (most recent call last): File "/home/tim/zope/2.8.0b1/lib/python/Products/ZCatalog/ZCatalog.py", line 298, in refreshCatalog self.catalog_object(obj, p, pghandler=pghandler) TypeError: catalog_object() got an unexpected keyword argument 'pghandler' 2005-04-24 12:57:34 ERROR Zope.SiteErrorLog http://glenmore.dyndns.org:7080/test/test/index_html Traceback (most recent call last): File "/home/tim/zope/2.8.0b1/lib/python/ZPublisher/Publish.py", line 113, in publish request, bind=1) File "/home/tim/zope/2.8.0b1/lib/python/ZPublisher/mapply.py", line 88, in mapply if debug is not None: return debug(object,args,context) File "/home/tim/zope/2.8.0b1/lib/python/ZPublisher/Publish.py", line 40, in call_object result=apply(object,args) # Type s<cr> to step into published object. File "/home/tim/zope/2.7.4b2/Products/CMFCore/PortalContent.py", line 116, in __call__ return view() File "/home/tim/zope/2.8.0b1/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__ return self._bindAndExec(args, kw, None) File "/home/tim/zope/2.8.0b1/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec return self._exec(bound_data, args, kw) File "/home/tim/zope/2.7.4b2/Products/CMFCore/FSPageTemplate.py", line 191, in _exec result = self.pt_render(extra_context=bound_names) File "/home/tim/zope/2.7.4b2/Products/CMFCore/FSPageTemplate.py", line 124, in pt_render result = FSPageTemplate.inheritedAttribute('pt_render')( File "/home/tim/zope/2.8.0b1/lib/python/Products/PageTemplates/PageTemplate.py", line 96, in pt_render c = self.pt_getContext() TypeError: unbound method pt_getContext() must be called with ZopePageTemplate instance as first argument (got nothing instead)