Hello. I'm trying to import a website builded in Zope 2.41 to a new server with Zope 2.62. What i did it was, log as administrator in old server, and make an export. I then copy the file to the new server into import folder, log as administrator and make an import. So far, everything seem's ok, but when i try to open the website folder, the following error is generated: ************************* Site Error An error was encountered while publishing this resource. AttributeError Sorry, a site error occurred. Traceback (innermost last): * Module ZPublisher.Publish, line 150, in publish_module * Module ZPublisher.Publish, line 114, in publish * Module Zope.App.startup, line 199, in zpublisher_exception_hook * Module ZPublisher.Publish, line 89, in publish * Module ZPublisher.BaseRequest, line 418, in traverse * Module ZPublisher.BaseRequest, line 494, in old_validation AttributeError: __getitem__ (Also, an error occurred while attempting to render the standard error message.) 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 the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. ************************** Can anyone help me with this error ? How can i solve it? Thanx Pedro Baptista
Pedro Baptista wrote at 2004-3-30 11:59 +0100:
I'm trying to import a website builded in Zope 2.41 to a new server with Zope 2.62. What i did it was, log as administrator in old server, and make an export. I then copy the file to the new server into import folder, log as administrator and make an import.
If possible, do not migrate by import/export but by copying your "Data.fs". -- Dieter
participants (2)
-
Dieter Maurer -
Pedro Baptista