Need help with Zcatalog desperately !
Argh ! Discovered that my Zcatalog didn't work (due to CVS update of Zope) Tried (after advice from Michel) to update Zope again, hoping things would correct themselves. - Zcatalog still broken.. Decided a working Zcatalog was more important than keeping all my Catalog-records, so i deleted my catalog and tried to create a new one. result ; I cannot add Zcatalogs anymore ! Does anyone have an idea on how to fix this? I just need a working Catalog - Error Type: KeyError Error Value: VocabularyIDs Traceback (innermost last): File /usr/local/funcom/intranett/python/Zope2/lib/python/ZPublisher/Publish.py, line 214, in publish_module File /usr/local/funcom/intranett/python/Zope2/lib/python/ZPublisher/Publish.py, line 179, in publish File /usr/local/funcom/intranett/python/Zope2/lib/python/Zope/__init__.py, line 211, in zpublisher_exception_hook File /usr/local/funcom/intranett/python/Zope2/lib/python/ZPublisher/Publish.py, line 165, in publish File /usr/local/funcom/intranett/python/Zope2/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: addZCatalog) File /usr/local/funcom/intranett/python/Zope2/lib/python/ZPublisher/Publish.py, line 102, in call_object (Object: addZCatalog) File /funcom/intranett/python/Zope2/lib/python/App/special_dtml.py, line 121, in __call__ (Object: addZCatalog) (Info: /funcom/intranett/python/Zope2/lib/python/Products/ZCatalog/addZCatalog.dtml) File /funcom/intranett/python/Zope2/lib/python/DocumentTemplate/DT_String.py, line 502, in __call__ (Object: addZCatalog) File /usr/local/funcom/intranett/python/Zope2/lib/python/DocumentTemplate/DT_In.py, line 630, in renderwob (Object: VocabularyIDs) KeyError: (see above) -- Geir Bækholt Hansen web-developer/designer geirh@funcom.com http://www.funcom.com
on Monday, April 03, 2000 Geir B Hansen wrote : worked it out myself.. Had to delete zcatalog from the control panel in order to make it reimport correctly.. - Yes .. i know i should expect things like this from a CVS-version... i'll be better prepared next time. Geir GBH> Argh ! GBH> Discovered that my Zcatalog didn't work (due to CVS update of GBH> Zope) GBH> Tried (after advice from Michel) to update Zope again, GBH> hoping things would correct themselves. GBH> - Zcatalog still broken.. GBH> Decided a working Zcatalog was more important than keeping GBH> all my Catalog-records, so i deleted my catalog and tried GBH> to create a new one. GBH> result ; I cannot add Zcatalogs anymore ! GBH> Does anyone have an idea on how to fix this? GBH> I just need a working Catalog - GBH> Error Type: KeyError GBH> Error Value: VocabularyIDs -- Geir Bækholt Hansen web-developer/designer geirh@funcom.com http://www.funcom.com
Geir B Hansen wrote:
Argh ! Discovered that my Zcatalog didn't work (due to CVS update of Zope) Tried (after advice from Michel) to update Zope again, hoping things would correct themselves. - Zcatalog still broken.. Decided a working Zcatalog was more important than keeping all my Catalog-records, so i deleted my catalog and tried to create a new one. result ; I cannot add Zcatalogs anymore !
Does anyone have an idea on how to fix this? I just need a working Catalog -
Error Type: KeyError Error Value: VocabularyIDs
I cannot reproduce this with a CVS, or with a 2.1.6. Are you sure your sandbox is not in some quasi-updated state? In the latest version of the ZCatalog, the VocabularyIDs method changed a bit to use the standard superValues protocol. -Michel
participants (3)
-
Geir B Hansen -
Geir B�kholt Hansen -
Michel Pelletier