Hi all My CMF based site suddenly started giving problems. It started about 30 mins back when I got a lot of warnings like the POSTDATA not being in cache while I tried to save the python script I was working on. I clicked "yes" once and "cancel" another time. At about the same time I noticed that the CMF Default product was broken !! I wonder what happened. I am using Zope 2.5.1 and CMF 1.3. The error message here says something about DateTime. I installed the DateTimeNG-0-0-1 a few days back. I think the server was not restarted after that. The CMF Default does not show in the drop down menu I am :-( -----------------------------------Error Message----------------------- 2002-08-30T14:35:58 ERROR(200) Zope Could not import Products.CMFCalendar Traceback (innermost last): File /home1/sepg/Src/lib/python/OFS/Application.py, line 531, in import_produc t File /home1/sepg/Src/lib/python/Products/CMFCalendar/__init__.py, line 13, in ? File /home1/sepg/Src/lib/python/Products/CMFDefault/__init__.py, line 18, in ? File /home1/sepg/Src/lib/python/Products/CMFDefault/Portal.py, line 25, in ? (Object: Products.CMFCore.PortalFolder) File /home1/sepg/Src/lib/python/Products/CMFDefault/DublinCore.py, line 29, in ? (Object: semi_split) File /home1/sepg/Src/lib/python/Products/CMFDefault/DublinCore.py, line 216, i n DefaultDublinCoreImpl File /home1/sepg/Src/lib/python/DateTime/DateTime.py, line 35, in __init__ RangeError: month out of range (1-12): 0 ------------------------------------------------------------------------------
Chetan Kumar wrote:
My CMF based site suddenly started giving problems. It started about 30 mins back when I got a lot of warnings like the POSTDATA not being in cache while I tried to save the python script I was working on. I clicked "yes" once and "cancel" another time.
This has nothing to do with anything.
At about the same time I noticed that the CMF Default product was broken !! I wonder what happened. I am using Zope 2.5.1 and CMF 1.3. The error message here says something about DateTime. I installed the DateTimeNG-0-0-1 a few days back. I think the server was not restarted after that. The CMF Default does not show in the drop down menu
Uninstall DateTimeNG. Chris
Chetan Kumar writes:
My CMF based site suddenly started giving problems. .... Traceback ... (Object: semi_split) File /home1/sepg/Src/lib/python/Products/CMFDefault/DublinCore.py, line 216, i n DefaultDublinCoreImpl File /home1/sepg/Src/lib/python/DateTime/DateTime.py, line 35, in __init__ RangeError: month out of range (1-12): 0 "CMFDefault" cannot be successfully imported.
Look at line 216 of "DublinCore.py". There a month "0" is passed to "DateTime". It responds with a RangeError exception. Find out, where this "0" comes from and prevent it from coming up... Dieter
participants (3)
-
Chetan Kumar -
Chris Withers -
Dieter Maurer