[Zope] TALESError

Mark Poole mark_poole@kisync.com
Mon, 23 Sep 2002 17:13:32 -0500


I am trying to view my newly created portal , however I am getting this
error. I added some menu items to the portal_url and it appears to work for
a while. Below is the output error.

Tia,
Mark


<!--
Traceback (innermost last):
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 150, in
publish_module
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 114, in
publish
  File /usr/local/zope/lib/python/Zope/__init__.py, line 159, in
zpublisher_exception_hook
    (Object: custa)
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 98, in publish
  File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 88, in mapply
    (Object: index_html)
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 39, in
call_object
    (Object: index_html)
  File /usr/local/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 252,
in __call__
    (Object: index_html)
  File /usr/local/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 283,
in _bindAndExec
    (Object: index_html)
  File 
/usr/local/zope/lib/python/Products/PageTemplates/ZopePageTemplate.py, line
210, in _exec
    (Object: index_html)
  File /usr/local/zope/lib/python/Products/PageTemplates/PageTemplate.py,
line 86, in pt_render
    (Object: index_html)
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 158, in
__call__
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 191, in
interpret
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 523, in
do_useMacro
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 191, in
interpret
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 547, in
do_defineSlot
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 191, in
interpret
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 491, in
do_condition
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 191, in
interpret
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 345, in
do_optTag_tal
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 330, in
do_optTag
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 325, in no_tag
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 191, in
interpret
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 503, in
do_defineMacro
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 191, in
interpret
  File /usr/local/zope/lib/python/TAL/TALInterpreter.py, line 406, in
do_setGlobal_tal
  File /usr/local/zope/lib/python/Products/PageTemplates/TALES.py, line 247,
in evaluate
  File /usr/local/zope/lib/python/Products/PageTemplates/ZRPythonExpr.py,
line 49, in __call__
    (Info: test(here.getTypeInfo().getId() in
here.portal_properties.use_folder_tabs,1,0))
  File Python expression &quot;test(here.getTypeInfo().getId() in
here.portal_properties.use_folder_tabs,1,0)&quot;, line 2, in f
  File /usr/local/zope/lib/python/AccessControl/ZopeGuards.py, line 47, in
guarded_getattr
    (Object: portal_properties)
TALESError: exceptions.AttributeError on use_folder_tabs in '&lt;PythonExpr
test(here.getTypeInfo().getId() in
here.portal_properties.use_folder_tabs,1,0)&gt;', at line 58, column 21

-->