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???
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 value comes from a form, that means you can find it in the REQUEST variable, then you'll find a snippet of code in the FAQ http://zdp.zope.org/projects/zfaq/faq/DTML#951172007 to show the given values. Michael Michael Gutmann M.A. Universitaetsrechenzentrum Heinrich-Heine-Universitaet Duesseldorf
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 <peter@innodev.com> To: <zope@zope.org> Sent: Thursday, July 06, 2000 6:55 PM Subject: [Zope] Error tracing...
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???
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Michael Gutmann -
Peter Arvidsson -
Peter Bengtsson