Re: [Plone-developers] problem upgrading from 1.0.1 to 1.0.3
Hello The problem I have is that I am using only standard plone installation: and I now use only 'stable' release. - plone 1.0.b1 - plone 1.0.1 - plone 1.0.3 I install or update nothing at all into my plone instance: I don't want to do it . I just use it. I am not able to fix a faulty plone site... To play around I use a zope installations. I was expecting that by using standard plone delivery I would be able to upgrade without to much problems. For some reason it's not all the time the case. So I am using: - CMFCore (Installed product CMFCore (1.3.1)) - CMFPlone (Installed product CMFPlone (1.0.3)) - CMFWiki (Installed product CMFWiki (0.1)) - CMFPhoto (Installed product CMFPhoto (0.2)) It is not possible to check the 'skin_paths in potal_skins -> Properties tab', because this render a plone page showing the error:
Error Details Error Type AttributeError Error Value photo_content
Is it possible that this CMFPhoto product (which is new for me: it is coming inside the 1.0.3 upgrade) is not registered correctly inside my installation?? Is there a way to move my old site data (the /Menber folder?) into a fresh new plone 1.0.3 installation? I try this already from a 1.0.b1 to 1.0.1, but copying (export/import) the /menber folder was not enougth. Thanks anyway for your suggestions Gilles ----- Original Message ----- From: "alan runyan" <runyaga@runyaga.com> To: <Gilles.Lavaux@esa.int>; <plone-developers@lists.sourceforge.net> Sent: Thursday, July 17, 2003 10:03 AM Subject: Re: [Plone-developers] problem upgrading from 1.0.1 to 1.0.3
1) with the 'manage plone' interface: the left frame render my plone
site
with an error message: Site error This site encountered an error trying to fulfill your request. The errors were:
Error Details Error Type AttributeError Error Value photo_content
does photo_content exist in portal_skins? what about the skin_paths in potal_skins -> Properties tab?
2) I can not edit anymore a wiki page: the error is:
Error Type TypeError Error Value edit() got an unexpected keyword argument 'log'
ascii traceback is: Traceback (innermost last): Module ZPublisher.Publish, line 98, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39, in call_object Module Products.CMFCore.FSPythonScript, line 90, in __call__ Module Shared.DC.Scripts.Bindings, line 252, in __call__ Module Shared.DC.Scripts.Bindings, line 283, in _bindAndExec Module Products.CMFCore.FSPythonScript, line 124, in _exec - __traceback_info__: ({'script': <FSPythonScript at /Plone/wikipage_editcomment_handler used for /Plone/Members/admin/Folder.2002-10-21.3652>, 'context': <PloneFolder instance at 01D42020>, 'container': <CMFSite instance at 01D0AF08>, 'traverse_subpath': []}, (<HTTPRequest, URL=http://asgard/Members/admin/Folder.2002-10- 21.3652/wikipage_editcomment_ handler>, ZServerHTTPResponse('')), {}, None) Module Script (Python), line 18, in wikipage_editcomment_handler TypeError: edit() got an unexpected keyword argument 'log'
look on line 18 in wikipage_editcomment_handler. are you using CMFWiki? ZWiki? Look at the edit method of the content object you are calling wikipage_editcomment_handler in the context of and see whats going on.
Note: I had no error when I have done the 1.0.1 to 1.0.3 migration.
There were no migration errors. But you are having this error.
~runyaga
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Plone-developers mailing list Plone-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plone-developers
participants (1)
-
Gilles