Stephen Moretti wrote: > I've been doing some tidying up of the wiki on my works installation of Trac > and realised that since the last time I updated trac the fine grained > permissions have stopped working. > ... > TypeError: check_permission() takes exactly 4 arguments (5 given) >
The IPermissionPolicy interface changed since your last upgrade, and the plugins have to be updated as well. In your case, copy the new samples-plugins/permissions/authz_policy.py file to the <env>/plugins folder. -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
