[Zope] moving extfile instances across different zope installations...
Dieter Maurer
dieter@handshake.de
Fri, 25 Oct 2002 20:41:24 +0200
Sreekanth S Rameshaiah writes:
> ExtFile product is not broken. When i create new instances they are
> created correctly. But the old instances which were created in the
> development server are broken on the production server.
Strange:
I would try to make an XML export (rather than "zexp") and
analyse one of the broken instances.
Apparently, Zope does not find the class name saved in the
corresponding pickle.
Maybe, its slightly modified.
If this does not help, I would just export a single ExtFile object
and reimport it under the debugger to find out why it is considered
broken.
Dieter