[Zope] External Methods and Authentication error
Dieter Maurer
dieter at handshake.de
Sat Mar 10 02:38:09 EST 2007
Jonathan wrote at 2007-3-8 09:27 -0500:
> ...
> Module /apps/Zope-2.9.2/Extensions/playwiser-1.0.py, line 3228, in
>IncrementViewCount
> Module OFS.PropertyManager, line 320, in manage_changeProperties
> Module Shared.DC.Scripts.Bindings, line 311, in __call__
This looks funny.
Your "manage_changeProperties" calls a DMTL object.
This looks like a nameclash. I guess you have overridden some
method of "PropertyManager" with a DML object.
Check line 320 in "OFS/PropertyManager.py" what method is called
there and why it is a DTML object.
--
Dieter
More information about the Zope
mailing list