2.8.0b1 issues with plone 2.0.5
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)
Plone requires currently Zope 2.7 and does not support Zope 2.8 yet. -aj --On Sonntag, 24. April 2005 13:44 Uhr +0100 Tim Hicks <tim@sitefusion.co.uk> wrote:
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)
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
Tim Hicks said:
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()
Eek, just noticed that for some reason I seem to have some 2.7.4b2 mixed up in here. Not sure how/why that would happen. I have one copy of all my products and then symlink to them for each of my zope instances. Could it be the cause of my problem? tim
--On Sonntag, 24. April 2005 13:49 Uhr +0100 Tim Hicks <tim@sitefusion.co.uk> wrote:
Tim Hicks said:
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()
Eek, just noticed that for some reason I seem to have some 2.7.4b2 mixed up in here. Not sure how/why that would happen. I have one copy of all my products and then symlink to them for each of my zope instances. Could it be the cause of my problem?
As said you should stick with the supported and recommended software versions (for now). -aj
Tim Hicks wrote:
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:
For the notes: Latest versions of Plone 2.1 and CMF 1.4 are mostly working with Zope 2.8. There are some issues due some changes in the ZCatalog api. Christian
On Apr 25, 2005, at 20:46, Christian Heimes wrote:
Tim Hicks wrote:
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:
For the notes: Latest versions of Plone 2.1 and CMF 1.4 are mostly working with Zope 2.8. There are some issues due some changes in the ZCatalog api.
Christian, could you comment on this issue and let me know what the status is: http://www.zope.org/Collectors/CMF/321 Thanks! jens
participants (4)
-
Andreas Jung -
Christian Heimes -
Jens Vagelpohl -
Tim Hicks