moving extfile instances across different zope installations...
Dear all, Greetings ! I have installed extfile product in my development server. The completed application has to be moved to a production server now. After i moved all the images to var/reposit folder of the production server, i moved the extfile instances using export/import of application's zexp . On restarting the production server extfile instances are broken. Hoe do I fix this? Regards, - sree
Sreekanth S Rameshaiah writes:
I have installed extfile product in my development server. The completed application has to be moved to a production server now. After i moved all the images to var/reposit folder of the production server, i moved the extfile instances using export/import of application's zexp . On restarting the production server extfile instances are broken. Hoe do I fix this? Is your "ExtFile" product broken (or non-existing)?
Dieter
Dear Dieter, 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. Regards, - sree On Fri, 2002-10-25 at 00:27, Dieter Maurer wrote:
Sreekanth S Rameshaiah writes:
I have installed extfile product in my development server. The completed application has to be moved to a production server now. After i moved all the images to var/reposit folder of the production server, i moved the extfile instances using export/import of application's zexp . On restarting the production server extfile instances are broken. Hoe do I fix this? Is your "ExtFile" product broken (or non-existing)?
Dieter
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
participants (2)
-
Dieter Maurer -
Sreekanth S Rameshaiah