[Zope-CMF] Skinnable.py has been mucked with?
alan runyan
alan runyan" <runyaga@runyaga.com
Wed, 17 Jul 2002 19:16:48 -0500
Hi.
Zope2.5.1, CMF1.3b2 w/ CMFExample (CVS) found at CMFCollective.
On install it creates a specialized SkinnableFolder called 'emerging' and
inside that
it creates a External Method, bind_emerging_website which then you have to
set as an Access Rule.
when I set bind_emerging_website as a AccessRule I get this error.
Error Type: ValueError
Error Value: unpack tuple of wrong size
Traceback (innermost last):
File /home/zope/Zope-2.5.1-src/lib/python/ZPublisher/Publish.py, line 150,
in publish_module
File /home/zope/Zope-2.5.1-src/lib/python/ZPublisher/Publish.py, line 114,
in publish
File /home/zope/Zope-2.5.1-src/lib/python/Zope/__init__.py, line 159, in
zpublisher_exception_hook
(Object: emerging)
File /home/zope/Zope-2.5.1-src/lib/python/ZPublisher/Publish.py, line 98,
in publish
File /home/zope/Zope-2.5.1-src/lib/python/ZPublisher/mapply.py, line 88,
in mapply
(Object: manage_contents)
File /home/zope/Zope-2.5.1-src/lib/python/ZPublisher/Publish.py, line 39,
in call_object
(Object: manage_contents)
File /home/zope/Zope-2.5.1-src/lib/python/Shared/DC/Scripts/Bindings.py,
line 252, in __call__
(Object: manage_contents)
File /home/zope/Zope-2.5.1-src/lib/python/Shared/DC/Scripts/Bindings.py,
line 283, in _bindAndExec
(Object: manage_contents)
File /home/zope/Zope-2.5.1-src/lib/python/App/special_dtml.py, line 172,
in _exec
(Object: manage_contents)
File /home/zope/Zope-2.5.1-src/lib/python/Shared/DC/Scripts/Bindings.py,
line 266, in __render_with_namespace__
(Object: manage_page_header)
File /home/zope/Zope-2.5.1-src/lib/python/Shared/DC/Scripts/Bindings.py,
line 283, in _bindAndExec
(Object: manage_page_header)
File /home/zope/Zope-2.5.1-src/lib/python/App/special_dtml.py, line 172,
in _exec
(Object: manage_page_header)
File /home/zope/Zope-2.5.1-src/lib/python/DocumentTemplate/DT_Let.py, line
76, in render
(Object: ag="REQUEST.get('HTTP_USER_AGENT', '')"
is_nav4="ag[:9] == 'Mozilla/4' and _.string.find(ag, 'MSIE') < 0"
use_css="REQUEST.get('zmi_use_css', '1')"
zmi_embedded_css="1")
File /home/zope/ZopeProducts/CMFCore/Skinnable.py, line 61, in __getattr__
(Object: plone1)
ValueError: (see above)