Changes between Initial Version and Version 1 of Ticket #12193
- Timestamp:
- Feb 17, 2015, 3:13:11 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12193 – Description
initial v1 1 1 With both version 3.0.1 & 3.0.5dev, the following error occurs with Trac 1.1.4dev (works with 1.1.2dev). 2 2 {{{ 3 3 AttributeError: 'Environment' object has no attribute 'get_db_cnx' 4 4 File "/usr/local/lib/python2.7/dist-packages/Trac-1.1.4dev_r0-py2.7.egg/trac/web/main.py", line 551, in _dispatch_request … … 7 7 File "/usr/local/lib/python2.7/dist-packages/TracMasterTickets-3.0.5dev_r0-py2.7.egg/mastertickets/web_ui.py", line 77, in post_process_request 8 8 File "/usr/local/lib/python2.7/dist-packages/TracMasterTickets-3.0.5dev_r0-py2.7.egg/mastertickets/model.py", line 27, in __init__ 9 }}}