Jørgen Larsen wrote at 2003-12-3 11:56 +0100:
... The production environment is running on a Linux box and my test environment is running on a WindowXP machine.
I copied the Data.fs and Data.fs.index from the production env. to my test environment - started the ZOPE server - and everything almost seems okay ;) but...
When I try to edit one of my objects (named: resource) I get this ZOPE error: Error Value: [Errno 2] No such file or directory: '/usr/lib/zope/lib/python/Products/Localizer/resEdit.dtml' (this is where the dtml file is located on the linux production env.)
The resEdit.dtml is located at 'C:\Program Files\zopelocalizer\lib\python\Products\Localizer\resEdit.dtml' in my test environment.
How do I fix my the path problem? Do I have to traverse through the tree and change an 'edit path' attribute on my objects? Or?
Maybe, a reinstalltion of the "Localizer" product can help. I do not know this product. It may be possible that there are instances in your Zope site. In this case, deleting these instances and recreating them may already help. If there are such instances, they should be remove before deinstallation of the product (otherwise, they become "broken"). -- Dieter