I when trying to add a ZClass product with Date property, I keep getting an Invalid Date-Time Error. I am running Zope 2.6. This ZClass product was created back in Zope 2.4 or so. Not sure why it is happening now when it has worked in the past on earlier versions of Zope. Any ideas? Traceback (innermost last): a.. Module ZPublisher.Publish, line 98, in publish b.. Module ZPublisher.mapply, line 88, in mapply c.. Module ZPublisher.Publish, line 39, in call_object d.. Module OFS.PropertySheets, line 396, in manage_addProperty e.. Module ZPublisher.Converters, line 108, in field2date Invalid Date-Time String Thanks in advance! Chris Chris Bruce
FInd out *which* Dataecauses the problem and then check the field2data method with *this* date. -aj --On Donnerstag, 29. Mai 2003 12:38 Uhr -0700 Chris Bruce <chris@bionicpixels.com> wrote:
I when trying to add a ZClass product with Date property, I keep getting an Invalid Date-Time Error. I am running Zope 2.6. This ZClass product was created back in Zope 2.4 or so. Not sure why it is happening now when it has worked in the past on earlier versions of Zope. Any ideas?
Traceback (innermost last):
a.. Module ZPublisher.Publish, line 98, in publish b.. Module ZPublisher.mapply, line 88, in mapply c.. Module ZPublisher.Publish, line 39, in call_object d.. Module OFS.PropertySheets, line 396, in manage_addProperty e.. Module ZPublisher.Converters, line 108, in field2date Invalid Date-Time String
Thanks in advance!
Chris
Chris Bruce
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Chris Bruce wrote at 2003-5-29 12:38 -0700:
I when trying to add a ZClass product with Date property, I keep getting an Invalid Date-Time Error. I am running Zope 2.6. This ZClass product was created back in Zope 2.4 or so. Not sure why it is happening now when it has worked in the past on earlier versions of Zope. Any ideas?
Traceback (innermost last):
a.. Module ZPublisher.Publish, line 98, in publish b.. Module ZPublisher.mapply, line 88, in mapply c.. Module ZPublisher.Publish, line 39, in call_object d.. Module OFS.PropertySheets, line 396, in manage_addProperty e.. Module ZPublisher.Converters, line 108, in field2date Invalid Date-Time String
The probable cause is that an empty value is not a legal DateTime string. Provide a non-empty value. Dieter
participants (3)
-
Andreas Jung -
Chris Bruce -
Dieter Maurer