On 4 Aug, 2009, at 18:06 , Lionel wrote:
> hi, Hi Lionel, > we are using agilo and this is what we are getting when closing a > ticket: > Oops… > Trac detected an internal error: > > AttributeError: 'NoneType' object has no attribute 'has_key' > > File "/usr/lib/python2.4/site-packages/Trac-0.11.5rc1-py2.4.egg/trac/ > web/main.py", line 444, in _dispatch_request > dispatcher.dispatch(req) > File "/usr/lib/python2.4/site-packages/Trac-0.11.5rc1-py2.4.egg/trac/ > web/main.py", line 175, in dispatch > chosen_handler) > File "/usr/lib/python2.4/site-packages/Trac-0.11.5rc1-py2.4.egg/trac/ > web/main.py", line 295, in _pre_process_request > chosen_handler = filter_.pre_process_request(req, chosen_handler) > File "/home/trac/projects/ML/plugins/agilo-0.7.4.1_r1624_20090611- > py2.4.egg/agilo/utils/web_ui.py", line 195, in pre_process_request That should have been fixed in 0.8, anyway it is a strange error, it means that the configuration has not been loaded correctly, you can check this, by enabling the log in DEBUG mode, you should look for lines containing: Alias mapping: ... Reverse alias mapping: ... If they are empty... than there is some issue in loading your configuration file. If you upgrade to 0.8 it should have been gone, we are releasing right now the final version, so be patient a couple of more minutes ;-) Best ANdreaT --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

