[Zope-CMF] CMF 1.1 beta

Andrew Sawyers andrew@digicool.com
Tue, 5 Jun 2001 11:50:54 -0400


The other problem is that I introduced a bug for the no css skin, adding
base_font_color to the body tag; this has been backed out of the cvs.  If
you use cvs, update your sandbox.  If you don't use cvs, you can go to the
CMFDefault/skins/generic folder, and apply the following patch to
standard_html_header.dtml:

16,18c16
< <dtml-with stylesheet_properties>
< <body test="&dtml-base_font_color;">
< </dtml-with>
---
> <body>

Thanks,
Andrew
> -----Original Message-----
> From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org]On Behalf
> Of James van der Veen
> Sent: Tuesday, June 05, 2001 4:48 AM
> To: zope-cmf@zope.org
> Subject: [Zope-CMF] CMF 1.1 beta
>
>
> Hi everybody,
>
> Hope someone can help me with this.
>
> I just installed CMF 1.1 beta but when I try to ad a new CMF site I get a
> traceback (see bottom of message.
>
> The CMF decor product is broken but I don't know why.
> Setup =
>
> Zope Version  Zope 2.3.2 (source release, python 1.5.2, linux2)
> Python Version  1.5.2 (#2, Apr 11 2001, 02:55:18) [GCC egcs-2.91.66
> 19990314/Linux (egcs-
> System Platform  linux2
> Process Id  27119 (1024)
> Running For  6 min 11 sec
>
>
> Here is the traceback.
>
> Hope you can help me!
>
> James
>
> ------------------------------------------
>    Site Error
> An error was encountered while publishing this resource.
>
> KeyError
>
> Sorry, a site error occurred.
>
> Traceback (innermost last):
>   File /home/sjeems/Zope-2.3.2-src/lib/python/ZPublisher/Publish.py, line
> 223, in publish_module
>   File /home/sjeems/Zope-2.3.2-src/lib/python/ZPublisher/Publish.py, line
> 187, in publish
>   File /home/sjeems/Zope-2.3.2-src/lib/python/Zope/__init__.py,
> line 221, in
> zpublisher_exception_hook
>     (Object: Traversable)
>   File /home/sjeems/Zope-2.3.2-src/lib/python/ZPublisher/Publish.py, line
> 171, in publish
>   File /home/sjeems/Zope-2.3.2-src/lib/python/ZPublisher/mapply.py, line
> 160, in mapply
>     (Object: finish_portal_construction)
>   File /home/sjeems/Zope-2.3.2-src/lib/python/ZPublisher/Publish.py, line
> 112, in call_object
>     (Object: finish_portal_construction)
>   File
> /home/sjeems/Zope-2.3.2-src/lib/python/Products/CMFCore/FSDTMLMethod.py,
> line 180, in __call__
>     (Object: finish_portal_construction)
>   File
> /home/sjeems/Zope-2.3.2-src/lib/python/DocumentTemplate/DT_String.py,
> line 538, in __call__
>     (Object: finish_portal_construction)
>   File
> /home/sjeems/Zope-2.3.2-src/lib/python/Products/CMFCore/FSDTMLMethod.py,
> line 175, in __call__
>     (Object: standard_html_header)
>   File
> /home/sjeems/Zope-2.3.2-src/lib/python/DocumentTemplate/DT_String.py,
> line 538, in __call__
>     (Object: standard_html_header)
>   File /home/sjeems/Zope-2.3.2-src/lib/python/DocumentTemplate/DT_With.py,
> line 146, in render
>     (Object: stylesheet_properties)
>   File /home/sjeems/Zope-2.3.2-src/lib/python/DocumentTemplate/DT_Var.py,
> line 276, in render
>     (Object: base_font_color)
> KeyError: base_font_color
>
> ------------------------------------------
>
>
>
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://www.zope.org/Products/PTK/Tracker for bug reports and
> feature requests
>