Re: [Zope] Error Tracing in Zope 2.6

2007-02-23 Thread David VanKirk
for? On 2/22/07, Jonathan [EMAIL PROTECTED] wrote: - Original Message - From: David VanKirk [EMAIL PROTECTED] To: Zope Mailing List zope@zope.org 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

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 zope@zope.org Sent: Friday, February 23, 2007 8:50 AM Subject: Re: [Zope] Error Tracing in Zope 2.6 The event_log isn't recording anything about the Zope error I'm getting

Re: [Zope] Error Tracing in Zope 2.6

2007-02-23 Thread David VanKirk
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 zope@zope.org Sent: Friday, February 23, 2007 8:50 AM Subject: Re: [Zope] Error Tracing in Zope 2.6

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 zope@zope.org Sent: Friday, February 23, 2007 11:06 AM Subject: Re: [Zope] Error Tracing in Zope 2.6 The error_log isn't helping. Apparently if your error is being caught

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 is

[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

Re: [Zope] Error Tracing in Zope 2.6

2007-02-22 Thread Jonathan
- Original Message - From: David VanKirk [EMAIL PROTECTED] To: Zope Mailing List zope@zope.org 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 using the DTML var error-tb

[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???

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: [Zope] Error tracing

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 to