Hello, when I upgraded to 2.6.2 I copied the Data.fs to the new Zope/var directory. With this trick, I preserved the many roles I added in the root directory. However this trick doesn't function with Zope 2.7. How can I get my roles to Zope 2.7 without creating them once again? With kind regards Florian Reiser
Florian Reiser wrote:
when I upgraded to 2.6.2 I copied the Data.fs to the new Zope/var directory. With this trick, I preserved the many roles I added in the root directory. However this trick doesn't function with Zope 2.7.
Urm, that's not a "trick"... What happens with 2.7? If 2.7 is suddenly forgetting roles defined in the root of a ZODB, the nthat's a pretty major bug! cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Hi Chris, if I copy the Data.fs to Zope 2.7, then I get the following error message when entering /manage on the side of the folder contents: ######### Begin Error message ############## Site Error An error was encountered while publishing this resource. Resource not found Sorry, the requested resource does not exist. Check the URL and try again. Resource: sequence-odd ---------------------------------------------------------------------------- ---- Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to error log. If the error persists please contact the site maintainer. Thank you for your patience. ######### End Error message ############## In the frame of the tree view this error message appears: ######### Begin Error message ############## Zope Error Zope has encountered an error while publishing this resource. Error Type: KeyError Error Value: 'tree-item-url' ---------------------------------------------------------------------------- ---- Troubleshooting Suggestions This resource may be trying to reference a nonexistent object or variable 'tree-item-url'. The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. ######### End Error message ############## This error messages mean that I can't administer Zope any more. If I switch back to the original Data.fs which came with Zope 2.7, then everything is fine. But then I have to create all of my roles once again. Maybe you can help me to get Zope working again. Regards Florian Reiser -----Original Message----- From: Chris Withers [mailto:lists@simplistix.co.uk] Sent: Monday, March 15, 2004 11:40 AM To: florian.reiser@ra-bc.de Cc: zope@zope.org Subject: Re: [Zope] Upgrading to Zope 2.7 Florian Reiser wrote:
when I upgraded to 2.6.2 I copied the Data.fs to the new Zope/var directory. With this trick, I preserved the many roles I added in the root directory. However this trick doesn't function with Zope 2.7.
Urm, that's not a "trick"... What happens with 2.7? If 2.7 is suddenly forgetting roles defined in the root of a ZODB, the nthat's a pretty major bug! cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
Florian Reiser wrote at 2004-3-15 12:11 +0100:
if I copy the Data.fs to Zope 2.7, then I get the following error message when entering /manage on the side of the folder contents:
######### Begin Error message ############## Site Error An error was encountered while publishing this resource.
Resource not found
Sorry, the requested resource does not exist. Check the URL and try again.
Resource: sequence-odd
Are you using Zope 2.7.0 final? I remember that earlier betas had this problem... -- Dieter
Hello Dieter, I have downloaded Zope 2.7 on 2004/03/12. Is this the final version? Florian Reiser -----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: Monday, March 15, 2004 8:00 PM To: florian.reiser@ra-bc.de Cc: 'Chris Withers'; zope@zope.org Subject: RE: [Zope] Upgrading to Zope 2.7 Florian Reiser wrote at 2004-3-15 12:11 +0100:
if I copy the Data.fs to Zope 2.7, then I get the following error message when entering /manage on the side of the folder contents:
######### Begin Error message ############## Site Error An error was encountered while publishing this resource.
Resource not found
Sorry, the requested resource does not exist. Check the URL and try again.
Resource: sequence-odd
Are you using Zope 2.7.0 final? I remember that earlier betas had this problem... -- Dieter
Florian Reiser wrote at 2004-3-16 12:03 +0100:
I have downloaded Zope 2.7 on 2004/03/12. Is this the final version?
When you did not download a "2.7 beta x", it is the final version. Someone else suggested that a not 2.7 compatible "LocalFS" may be the problem. He may be right... -- Dieter
participants (3)
-
Chris Withers -
Dieter Maurer -
Florian Reiser