Re: [Zope] Error tracing...
6 Jul
2000
6 Jul
'00
10:27 p.m.
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 guess??? The traceback tells you, where the error was detected, as oneone else already pointed out.
In your case, it seems that the problem was either detected by ZPublisher or by Z SQL Method. They have encountered a parameter/form name with an ":int" suffix. This tells them to convert the value into an integer. However, in your case, the value was empty. Your error, "Empty (form) entry, when integer expected". Dieter
9405
Age (days ago)
9405
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer