13 Aug
2003
13 Aug
'03
6:42 p.m.
Andreas Tille wrote at 2003-8-12 23:49 +0200:
On Tue, 12 Aug 2003, Dieter Maurer wrote:
Determine the line in the ZSQL Method code that causes the exception It happens on *any* (even the simplest) ZSQL Method on my installation.
Sure, as they all execute the same code when you press the "Advanced" tab.
(you look at the traceback for this). There isn't any hint in the HTML source of the error page (if you mean this).
From Zope 2.6.x on, the traceback is no longer in the HTML source. You find it via "/error_log" in your "Root Folder".
Catch exceptions other then "ConflictError", log them and continue. How to catch them in a plain ZSQL method???
It comes from Python code. The traceback tells you where. Dieter