13 Aug
2003
13 Aug
'03
6:39 p.m.
Chris Leonello wrote at 2003-8-12 11:18 -0700:
... Zope hangs when editing page template ... It looks like Zope is trying to fetch a script or execute a method (pt_editForm) on my page template object, but cannot locate it. I cannot find any pt_editForm script/method anywhere in the Zope installation.
It is defined in ".../Products/PageTemplates/ZopePageTemplates.py". It uses the file in "www.ptEdit.pt". There is a HowTo on Zope.org about how to analyse a "spinning Zope" instance. Maybe, it helps you. Dieter