Re: Silva Rc4 upgrade problem
Guido Wesdorp <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Bas Leeflang wrote: > Is there (already) a method to do partial upgrades? This may help in > locating the problem.... > No method for partial upgrades yet, but there is a work-around checked in to the trunk two days ago or so: the upgrade code now is completely placed inside a barebones try/except clause so that if anything goes wrong a message will be printed to the console or log and the image is skipped. This means that the image isn't usable anymore after an upgrade (don't think it's usable anyway, since PIL seems to fail in reading it) but at least the upgrade doesn't break anymore. Cheers, Guido