Trying to load the page /wiki/restricted gets me this error:
AttributeError: 'NoneType' object has no attribute 'has_permission'
Error Log reports:
2007-02-06 14:13:23,076 Trac[main] ERROR: 'NoneType' object has no attribute 'has_permission'
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 176, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 264, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "build/bdist.linux-i686/egg/restrictedarea/filter.py", line 26, in pre_process_request
AttributeError: 'NoneType' object has no attribute 'has_permission'
Using Trac 0.10.2