11 Mar
2005
11 Mar
'05
6:46 p.m.
Ivan Stout wrote at 2005-3-11 15:33 +0900:
... This is what I get:
"Error Type: NameError Error Value: 'DOCLANG': ambiguous or unknown attribute"
The next essential lesson: You must look at the traceback (to be found in the ZMI's Root Folder --> "error_log")! It tells you where the exception was raised. You will need some time until you understand the tracebacks. Until then, you can post them to the list. I expect that the "doclang" access in "expr="gettransdoc(name=name,doclang=doclang)" caused the exception and that "doclang" comes from another database query with different spellings for "doclang". The traceback will settle this assumption... -- Dieter