Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#6134 closed defect

Problem when update to 0.10.4 — at Initial Version

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I have updated trac to 0.10.4 versión and the trac dont work now:

Python Traceback

Traceback (most recent call last):

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch

chosen_handler = self._pre_process_request(req, chosen_handler)

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 263, in _pre_process_request

chosen_handler = f.pre_process_request(req, chosen_handler)

File "build/bdist.linux-i686/egg/wikiwyg/wikiwyg.py", line 44, in pre_process_request File "/usr/local/lib/python2.4/site-packages/trac/web/chrome.py", line 66, in add_script

js = req.hdf.get('chrome.scripts.%i.href' % idx)

AttributeError: 'NoneType' object has no attribute 'get'

Thank you

Change History (0)

Note: See TracTickets for help on using tickets.