I upgraded to the 0.10-stable branch.  Now I get this error when
viewing a changset:

 Trac detected an internal error:

If you think this really should work and you can reproduce it, you
should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you
describe the problem, how to reproduce it. Don't forget to include the
Python traceback found below.

TracGuide — The Trac User and Administration Guide
Python Traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.3/site-packages/trac/web/main.py", line
379, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.3/site-packages/trac/web/main.py", line
230, in dispatch
    resp = chosen_handler.process_request(req)
  File 
"/usr/local/lib/python2.3/site-packages/trac/versioncontrol/web_ui/changeset.py",
line 161, in process_request
    authzperm = SubversionAuthorizer(self.env, req.authname)
TypeError: SubversionAuthorizer() takes exactly 3 arguments (2 given)


-Tim

On 11/9/06, Christian Boos <[EMAIL PROTECTED]> wrote:
>
> Christian Boos wrote:
> > Alexandre Hamez wrote:
> >
> >> Ouch… The upgrade seems to perform well until I click on "Timeline" or
> >> "Browse Sources" or even "Admin". Trac hangs up in this case…
> >>
> >
> > Looks like the same problem as #3996, for which the last hints indicate
> > that it could be related to authz.
> >
> > http://trac.edgewall.org/ticket/3996#comment:21
> >
>
> ... and it's now fixed.
>
> If you're using the FineGrainedPermissions stuff ([trac] authz_file),
> you should either upgrade to latest 0.10-stable (r4201) or trunk
> (r4200), or disable that setting.
>
> The problem unfortunately affects 0.10.1 released yesterday (but not 0.10).
>
> -- Christian
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to