[Zope] Zope 2.9 and product installation

Paul Winkler pw_lists at slinkp.com
Fri Jan 20 13:54:33 EST 2006


On Fri, Jan 20, 2006 at 10:23:30AM -0800, Dennis Allison wrote:
> IssueTracker 0.6.13
> Zope 2.9.0
> 64-bit linux
> 
> 2006-01-20T09:22:49 WARNING Init Class 
> Products.IssueTrackerProduct.IssueTracker.IssueTracker has a security 
> declaration for nonexistent method 'index_html'

(snip)

These are warnings intended to help developers fix a common
mistake: misspelling a security declaration.

They are harmless to you, the user.

It looks like IssueTracker programatically modifies
the IssueTracker class on startup to populate it with some
templates, by calling a function addTemplates2Class();
and "index_html" et al. get added to it at that time.

That's a little unusual, and I'm not sure what motivated it,
but certainly there could be good reasons...

Unfortunately, the security declarations have already been
evaluated by then, hence the warnings.

Presumably the IssueTracker team will test it under 2.9 at
some point and figure out how to avoid the warnings.

-- 

Paul Winkler
http://www.slinkp.com


More information about the Zope mailing list