Can anyone shed any light on the following? It's got me stumped... It has only happened from 1 request so far, although it triggered off the same error for all the images on the page... ?!? Chris
Zope reported an error for: http://www.nipltd.net/www/niplogo.gif Error Type: Invalid Date-Time String
Error Value: Mon, 03 Apr 2000 09:20:58 GMT, Mon, 03 Apr 2000 09:20:58
Linked from: http://www.nipltd.net/enterprise.html
Authenticated User: Anonymous User
Traceback: Traceback (innermost last): File /usr/local/zope/external/current/lib/python/ZPublisher/Publish.py, line 165, in publish File /usr/local/zope/external/current/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: index_html) File /usr/local/zope/external/current/lib/python/ZPublisher/Publish.py, line 102, in call_object (Object: index_html) File /usr/local/zope/external/current/lib/python/OFS/Image.py, line 187, in index_html (Object: niplogo.gif) File /usr/local/zope/external/current/lib/python/DateTime/DateTime.py, line 518, in __init__ File /usr/local/zope/external/current/lib/python/DateTime/DateTime.py, line 788, in _parse Invalid Date-Time String: Mon, 03 Apr 2000 09:20:58 GMT, Mon, 03 Apr 2000 09:20:58
On Tue, 23 May 2000, Chris Withers wrote:
It has only happened from 1 request so far, although it triggered off the same error for all the images on the page...
Error Type: Invalid Date-Time String
Error Value: Mon, 03 Apr 2000 09:20:58 GMT, Mon, 03 Apr 2000 09:20:58
Are you using Netscape by any chance? I saw something like this with images that had a last mod date of Feb 29, 2000. It happened only in Netscape, not IE, and I never did find out why because changing the last mod date on the images fixed it. --RDM
"R. David Murray" wrote:
Are you using Netscape by any chance? I saw something like this with images that had a last mod date of Feb 29, 2000. It happened only in Netscape, not IE, and I never did find out why because changing the last mod date on the images fixed it.
Possibly... I don't what to go digging through logs to find otu though :S Last Modified date: 2000/04/03 So, not the Feb 29 problem, although I'd love to know if this has been fixed... I can qutie believe Netscape is a problem though. I have real problems with images on my Squishdot site at http://www.bay-c.co.uk if I hit reload in Netscape 3.04... they all come back broken. Someone mentioned running Zope in single thread mode as a possible source, but I don't think that's happening... hwo can I check? cheers, Chris
participants (2)
-
Chris Withers -
R. David Murray