[ZO-Coll] [ZOC] 94/ 4 Resolve "Editing Wiki pages is borked"
Collector: NEW Zope.org (the ...
zope-web at zope.org
Mon Aug 25 18:33:49 EDT 2003
Issue #94 Update (Resolve) "Editing Wiki pages is borked"
Status Resolved, content/bug medium
To followup, visit:
http://collector.zope.org/ZopeOrg/94
==============================================================
= Resolve - Entry #4 by Brian on Aug 25, 2003 5:33 pm
Status: Pending => Resolved
fixed
________________________________________
= Comment - Entry #3 by simon on Aug 12, 2003 12:51 pm
I was able to edit Andreas's page just now. I noticed two problems - a comment form appearing on the edit form, and the usual view/edit/backlinks.. tabs don't appear. I suspect both of the breakages reported below are due to to old custom skin templates/dtml methods in the wiki folder, and removing these should make the problems go away.
________________________________________
= Comment - Entry #2 by shh on Aug 11, 2003 6:23 am
FWIW I get this:
This wiki's editform template gave an error.
Traceback (most recent call last):
File "/home/zope/zope.org/var/app1/Products/ZWiki/UI.py", line 266, in editform
oldid=self.id())
File "/home/zope/zope.org/opt/Zope-2.6-branch/lib/python/OFS/DTMLMethod.py", line 126, in __call__
r=apply(HTML.__call__, (self, client, REQUEST), kw)
File "/home/zope/zope.org/opt/Zope-2.6-branch/lib/python/DocumentTemplate/DT_String.py", line 474, in __call__
try: result = render_blocks(self._v_blocks, md)
File "/home/zope/zope.org/opt/Zope-2.6-branch/lib/python/DocumentTemplate/DT_Let.py", line 76, in render
return render_blocks(self.section, md)
File "/home/zope/zope.org/opt/Zope-2.6-branch/lib/python/DocumentTemplate/DT_Let.py", line 76, in render
return render_blocks(self.section, md)
File "/home/zope/zope.org/opt/Zope-2.6-branch/lib/python/DocumentTemplate/DT_Util.py", line 201, in eval
return eval(code, d)
File "", line 1, in
AttributeError: dtml_allowed
________________________________________
= Request - Entry #1 by ajung on Aug 5, 2003 1:20 am
http://zope.org/Members/ajung/TextIndexNG/wiki/EmailSubmissions/editform
This wiki's editform template gave an error.
Traceback (most recent call last):
File "/home/zope/zope.org/var/app1/Products/ZWiki/UI.py", line 259, in editform
oldid=self.id())
File "/home/zope/zope.org/opt/Zope-2.6-branch/lib/python/Shared/DC/Scripts/Bindings.py", line 252, in __call__
return self._bindAndExec(args, kw, None)
File "/home/zope/zope.org/opt/Zope-2.6-branch/lib/python/Shared/DC/Scripts/Bindings.py", line 283, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/zope/zope.org/var/app1/Products/CMFCore/FSPageTemplate.py", line 169, in _exec
result = self._ZPT_exec( bound_names, args, kw )
File "/home/zope/zope.org/opt/Zope-2.6-branch/lib/python/Products/PageTemplates/ZopePageTemplate.py", line 228, in _exec
result = self.pt_render(extra_context=bound_names)
File "/home/zope/zope.org/var/app1/Products/CMFCore/FSPageTemplate.py", line 141, in pt_render
source, extra_context )
File "/home/zope/zope.org/opt/Zope-2.6-branch/lib/python/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
raise PTRuntimeError, 'Page Template %s has errors.' % self.id
PTRuntimeError: Page Template editform has errors.
==============================================================
More information about the Zopeorg-collector
mailing list