When trying to view a changeset I get an error;

AttributeError: 'array.array' object has no attribute 'startswith'

I have a number of trac environments here but only one has this 
problem.
All are using v.10.3 on Linux, Python2.4.

Any ideas?  Thanks,

Trac[main] ERROR: 'array.array' object has no attribute 'startswith'
Traceback (most recent call last):
  File "/sw/apps/python/lib/python2.4/site-packages/trac/web/main.py", 
line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/sw/apps/python/lib/python2.4/site-packages/trac/web/main.py", 
line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/sw/apps/python/lib/python2.4/site-packages/trac/
versioncontrol/web_ui/changeset.py", line 254, in process_request
    diff_args, diff_options)
  File "/sw/apps/python/lib/python2.4/site-packages/trac/
versioncontrol/web_ui/changeset.py", line 479, in _render_html
    for old_node, new_node, kind, change in get_changes():
  File "/sw/apps/python/lib/python2.4/site-packages/trac/
versioncontrol/web_ui/changeset.py", line 302, in get_changes
    new_node = repos.get_node(npath, rev)
  File "/sw/apps/python/lib/python2.4/site-packages/trac/
versioncontrol/cache.py", line 107, in get_node
    return self.repos.get_node(path, rev)
  File "/sw/apps/python/lib/python2.4/site-packages/trac/
versioncontrol/svn_fs.py", line 348, in get_node
    self.authz.assert_permission(posixpath.join(self.scope, path))
  File "/sw/apps/python/lib/python2.4/posixpath.py", line 60, in join
    if b.startswith('/'):
AttributeError: 'array.array' object has no attribute 'startswith'


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to