Andreas Tille wrote at 2003-8-12 14:43 +0200:
I wanted to follow the hint about customizing the cache of an ZSQL method given in the Zope Book at chapter Relational Databases. When I try to press the Advanced tab of a ZSQL method I get:
Error Type: ImportError Error Value: No module named GenericUserFolder
Regarding to
http://www.zope.org/Members/Zen/GenericUserFolder
it seems that this is a remainder from some previous code which should not really belong to Zope 2.6.1 which I'm using. Or is there any other problem?
A bug in ZSQL Method code: It traverses the product and ZClass registry and chokes when it finds something not working. Instead, if should log the problem and then continue. Determine the line in the ZSQL Method code that causes the exception (you look at the traceback for this). Catch exceptions other then "ConflictError", log them and continue. File a bug report with patch. Alternative: Remove products which no longer work from "Control_Panel/Products". Dieter