Ah well, the "issues" keep on coming. I've got "The Book of Zope" from Beehive, and I'm running Zope 2.6.x from Debian "Sarge" distribution. Following the suggestions in the help menu, from within Zope, on how to install the Zope Tutorial, I'm presented with this error: "Zope has encountered an error while publishing this resource. Error Type: Bad Request Error Value: The ZGadflyDA product must be installed!" What is the ZGadflyDA? I can't find a Debian package called that in my available list... If my questions are too elementary for this list, is their a Zope list, specifically for newbies? -- Stephen
SDA wrote at 2004-1-11 13:18 -0500:
... Following the suggestions in the help menu, from within Zope, on how to install the Zope Tutorial, I'm presented with this error:
"Zope has encountered an error while publishing this resource.
Error Type: Bad Request Error Value: The ZGadflyDA product must be installed!"
What is the ZGadflyDA? I can't find a Debian package called that in my available list...
A database adapter for the (in memory, pure Python) relational database "gadfly". Usually, it is delivered (and installed) with Zope's core. Look at "Control_Panel --> Products" and look down the page for "ZGadflyDA". If it is not there, look for it at ".../lib/python/Products" (in the file system). It is is there, activate Zope logging (--> "doc/LOGGING.txt") and look into the log file. -- Dieter
participants (2)
-
Dieter Maurer -
SDA