[Zope-CMF] CMFDECOR problem

James van der Veen jvdveen@dds.nl
Tue, 5 Jun 2001 12:04:29 +0200



Hi I solved part of the problem with CMF1.1. The thing that still doen't
work is the CMFDECOR it's still broken.


The traceback is:

Import Traceback
Traceback (innermost last):
  File "/home/sjeems/Zope-2.3.2-src/lib/python/OFS/Application.py", line
528, in import_products
    product=__import__(pname, global_dict, global_dict, silly)
  File
"/home/sjeems/Zope-2.3.2-src/lib/python/Products/CMFDecor/__init__.py", line
89, in ?
    import FSPageTemplate
  File
"/home/sjeems/Zope-2.3.2-src/lib/python/Products/CMFDecor/FSPageTemplate.py"
, line 95, in ?
    from Products.PageTemplates.PageTemplate import PageTemplate
ImportError: No module named PageTemplates.PageTemplate



Any ideas?

James


-----Oorspronkelijk bericht-----
Van: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org]namens
James van der Veen
Verzonden: dinsdag 5 juni 2001 10:48
Aan: zope-cmf@zope.org
Onderwerp: [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