Modify ↓
#13030 closed defect (fixed)
AttributeError: 'Environment' object has no attribute 'get_db_cnx'
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | WatchlistPlugin |
Severity: | normal | Keywords: | |
Cc: | gardarh@… | Trac Release: | 1.2 |
Description (last modified by )
Updated to trac-1.2, AccountManagerPlugin r16171, WatchListPlugin r16171. This fixed bug #12715 but runs into this one:
Trac detected an internal error: AttributeError: 'Environment' object has no attribute 'get_db_cnx' Python Traceback Most recent call last: File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 613, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 263, in dispatch self._post_process_request(req, *resp) File "/usr/lib64/python2.7/site-packages/trac/web/main.py", line 444, in _post_process_request resp = f.post_process_request(req, *resp[:-1]) File "build/bdist.linux-x86_64/egg/tracwatchlist/plugin.py", line 692, in post_process_request if self.is_watching(realm, resid, user): File "build/bdist.linux-x86_64/egg/tracwatchlist/plugin.py", line 254, in is_watching db = db or self.env.get_db_cnx()
Attachments (0)
Change History (6)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
Owner: | changed from Martin Scharrer to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 8 years ago by
Cc: | gardarh@… added |
---|
comment:4 Changed 8 years ago by
I implemented the changes pretty quickly and did minimal testing. Please report any issues to this ticket and I'll fix quickly.
Note: See
TracTickets for help on using
tickets.
I'll review and commit the changes prepared in this branch.