Opened 17 years ago

Last modified 17 years ago

#1006 closed defect

Plugin causes Trac to crash after installation — at Initial Version

Reported by: anonymous Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: major Keywords: timingandestimationplugin-0.3.4-py2.4.egg timingandestimationplugin-0.1.5-py2.4.egg
Cc: carlos@… Trac Release: 0.10

Description

I had to disable the first component so I could get to the WebAdmin page. Then when I got to "Manage" tab, the following traceback is shown:


Python Traceback

Traceback (most recent call last):

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

dispatcher.dispatch(req)

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

resp = chosen_handler.process_request(req)

File "build/bdist.linux-i686/egg/timingandestimationplugin/webui.py", line 122, in process_request File "build/bdist.linux-i686/egg/timingandestimationplugin/webui.py", line 89, in set_request_billing_dates File "build/bdist.linux-i686/egg/timingandestimationplugin/dbhelper.py", line 102, in get_result_set File "build/bdist.linux-i686/egg/timingandestimationplugin/dbhelper.py", line 15, in get_all

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

Change History (0)

Note: See TracTickets for help on using tickets.