25 Oct
2002
25 Oct
'02
6:41 p.m.
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