Zope DEBUG --- Help, somebody HELP!!!!!
Hello, my name is Arthur, and i am realy new in Zope :) the biggest problem that i have is a debug :( for example: DTML method can call 7 other DTML methods, sql script, python script -- but if one of them has a error i don't see information about file and line HELP ME!!!!!!!!!!!!!!
On Tue, Feb 11, 2003 at 04:19:01PM +0100, agent_008 wrote:
for example: DTML method can call 7 other DTML methods, sql script, python script -- but if one of them has a error i don't see information about file and line
Check out your site error log, at something like: http://localhost:8080/error_log/manage_main Felix.
If you haven't altered the standard error message, just look at its source code. You will there find a "traceback" listing each module in the chain and at which line execution has halted. Cheers Marc
From: "agent_008" <agent_008@mail.ru> Date: Tue, 11 Feb 2003 16:19:01 +0100 To: <zope@zope.org> Subject: [Zope] Zope DEBUG --- Help, somebody HELP!!!!!
Hello, my name is Arthur, and i am realy new in Zope :)
the biggest problem that i have is a debug :(
for example: DTML method can call 7 other DTML methods, sql script, python script -- but if one of them has a error i don't see information about file and line
HELP ME!!!!!!!!!!!!!!
participants (3)
-
agent_008 -
Felix Ulrich-Oltean -
Marc Burgauer