10 Mar
2007
10 Mar
'07
7:38 a.m.
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