[Zope] Authentication Problem with migration from Zope 2.6.1 to Zope 2.9.4

Dieter Maurer dieter at handshake.de
Fri Sep 8 15:53:50 EDT 2006


yogeen honnavar wrote at 2006-9-8 03:10 -0700:
> ...
>trace :
>
>2006-09-08T14:38:52 ERROR Zope.SiteErrorLog
>http://systemIP:8080/isac/PGA/index_html
>Traceback (innermost last):
> ...
>  Module OFS.DTMLMethod, line 137, in __call__
>   - <DTMLMethod at /isac/PGA/cl/areYouCLpaRecoSanc>
>   - URL:
>http://systemIP:8080/isac/PGA/cl/areYouCLpaRecoSanc/manage_main
>   - Physical Path: /isac/PGA/cl/areYouCLpaRecoSanc
>  Module DocumentTemplate.DT_String, line 476, in
>__call__
>  Module DocumentTemplate.DT_Let, line 76, in render
>  Module DocumentTemplate.DT_Let, line 75, in render
>  Module DocumentTemplate.DT_Util, line 196, in eval
>   - __traceback_info__: _
>  Module <string>, line 1, in <expression>
>AttributeError: findUser

What you see is *not* an authentication problem but
a DTML method ("DTMLMethod at /isac/PGA/cl/areYouCLpaRecoSanc")
no longer fitting the implementation: it expects a method "findUser"
and this is no longer there.



-- 
Dieter


More information about the Zope mailing list