Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. 2009-11-01T22:42:50 ERROR root Exception while rendering an error message
  2. Traceback (most recent call last):
  3. File "/srv/aclark/parts/zope2/lib/python/OFS/SimpleItem.py", line 227, in raise_standardErrorMessage
  4. v = s(**kwargs)
  5. File "/srv/aclark/eggs/Products.CMFCore-2.1.2-py2.4.egg/Products/CMFCore/FSPythonScript.py", line 140, in __call__
  6. return Script.__call__(self, *args, **kw)
  7. File "/srv/aclark/parts/zope2/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
  8. return self._bindAndExec(args, kw, None)
  9. File "/srv/aclark/parts/zope2/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
  10. return self._exec(bound_data, args, kw)
  11. File "/srv/aclark/eggs/Products.CMFCore-2.1.2-py2.4.egg/Products/CMFCore/FSPythonScript.py", line 196, in _exec
  12. result = f(*args, **kw)
  13. File "Script (Python)", line 34, in standard_error_message
  14. File "/srv/aclark/parts/zope2/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
  15. return self._bindAndExec(args, kw, None)
  16. File "/srv/aclark/parts/zope2/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
  17. return self._exec(bound_data, args, kw)
  18. File "/srv/aclark/eggs/Products.CMFCore-2.1.2-py2.4.egg/Products/CMFCore/FSPageTemplate.py", line 216, in _exec
  19. result = self.pt_render(extra_context=bound_names)
  20. File "/srv/aclark/eggs/Products.CacheSetup-1.2.1-py2.4.egg/Products/CacheSetup/patch_cmf.py", line 28, in FSPT_pt_render
  21. if pcs is None or not pcs.getEnabled():
  22. File "/srv/aclark/eggs/Products.CacheSetup-1.2.1-py2.4.egg/Products/CacheSetup/content/cache_tool.py", line 271, in getEnabled
  23. return self.getField('enabled').get(self)
  24. File "/srv/aclark/eggs/Products.Archetypes-1.5.12-py2.4.egg/Products/Archetypes/BaseObject.py", line 241, in getField
  25. return self.Schema().get(key)
  26. File "/srv/aclark/eggs/Products.Archetypes-1.5.12-py2.4.egg/Products/Archetypes/BaseObject.py", line 830, in Schema
  27. schema = ISchema(self)
  28. TypeError: ('Could not adapt', <CacheTool at /aclark.net/portal_cache_settings used for /aclark.net/default_error_message>, <InterfaceClass Products.Archetypes.interfaces._schema.ISchema>)
Add Comment
Please, Sign In to add comment