Re: [Zope] Error Tracing in Zope 2.6

2007-02-23 Thread Dieter Maurer
David VanKirk wrote at 2007-2-22 17:10 -0500: >Can anyone give me some pointers on tracing errors in Zope 2.6? > >I'm already using the DTML var "error-tb" or whatever it is. And that >can be helpful at times. But I was wondering if there's some other >way to pinpoint which line in the DTML file

Re: [Zope] Error Tracing in Zope 2.6

2007-02-23 Thread Jonathan
- Original Message - From: "David VanKirk" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "Zope Mailing List" Sent: Friday, February 23, 2007 11:06 AM Subject: Re: [Zope] Error Tracing in Zope 2.6 The error_log isn't helpin

Re: [Zope] Error Tracing in Zope 2.6

2007-02-23 Thread David VanKirk
n occurred in a PythonScript that was called. On 2/23/07, Jonathan <[EMAIL PROTECTED]> wrote: - Original Message - From: "David VanKirk" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "Zope Mailing List" Sent: Friday, February 23, 200

Re: [Zope] Error Tracing in Zope 2.6

2007-02-23 Thread Jonathan
- Original Message - From: "David VanKirk" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "Zope Mailing List" Sent: Friday, February 23, 2007 8:50 AM Subject: Re: [Zope] Error Tracing in Zope 2.6 The event_log isn't recordi

Re: [Zope] Error Tracing in Zope 2.6

2007-02-23 Thread David VanKirk
any other things I might be on the look out for? On 2/22/07, Jonathan <[EMAIL PROTECTED]> wrote: - Original Message - From: "David VanKirk" <[EMAIL PROTECTED]> To: "Zope Mailing List" Sent: Thursday, February 22, 2007 5:10 PM Subject: [Zope] Error Traci

Re: [Zope] Error Tracing in Zope 2.6

2007-02-22 Thread Jonathan
- Original Message - From: "David VanKirk" <[EMAIL PROTECTED]> To: "Zope Mailing List" Sent: Thursday, February 22, 2007 5:10 PM Subject: [Zope] Error Tracing in Zope 2.6 Can anyone give me some pointers on tracing errors in Zope 2.6? I'm already u

[Zope] Error Tracing in Zope 2.6

2007-02-22 Thread David VanKirk
Can anyone give me some pointers on tracing errors in Zope 2.6? I'm already using the DTML var "error-tb" or whatever it is. And that can be helpful at times. But I was wondering if there's some other way to pinpoint which line in the DTML file is throwing the error. I'm moving my Zope setup f

Re: [Zope] Error tracing...

2000-07-06 Thread Dieter Maurer
Peter Arvidsson writes: > How do I trace errors in Zope? I get the following error message: > "Empty entry when integer expected " > It gives a hint of the problem but I cant see what value is empty.. how > do I control the values? Is there some way to write out variables or do > I just have

Re: [Zope] Error tracing...

2000-07-06 Thread Peter Bengtsson
The tracing error should be comment in the error message page. View Source. Make sure you start up zope with -D for debugging reason. - Original Message - From: Peter Arvidsson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 06, 2000 6:55 PM Subject:

Re: [Zope] Error tracing...

2000-07-06 Thread Michael Gutmann
>How do I trace errors in Zope? I get the following error message: >"Empty entry when integer expected " >It gives a hint of the problem but I cant see what value is empty.. how >do I control the values? Is there some way to write out variables or do >I just have to guess??? > Hi Peter, if the va

[Zope] Error tracing...

2000-07-06 Thread Peter Arvidsson
How do I trace errors in Zope? I get the following error message: "Empty entry when integer expected " It gives a hint of the problem but I cant see what value is empty.. how do I control the values? Is there some way to write out variables or do I just have to guess??? _