On Monday, February 20, 2017 at 6:07:44 AM UTC-8, ivanelson wrote: > > Hi, > > When I go to [1] "Admin" -> "Users", I get this: > > >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> *Traceback (most recent call last): File >> "build/bdist.linux-x86_64/egg/trac/web/main.py", line 613, in >> _dispatch_request dispatcher.dispatch(req) File >> "build/bdist.linux-x86_64/egg/trac/web/main.py", line 253, in dispatch >> resp = chosen_handler.process_request(req) File >> "build/bdist.linux-x86_64/egg/trac/admin/web_ui.py", line 108, in >> process_request provider.render_admin_panel(req, cat_id, panel_id, >> path_info) File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line >> 204, in render_admin_panel return self._do_users(req) File >> "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 449, in _do_users >> data['accounts'] = fetch_user_data(env, req) File >> "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 73, in >> fetch_user_data authenticated=None).iteritems(): File >> "build/bdist.linux-x86_64/egg/acct_mgr/model.py", line 123, in >> get_user_attribute db = _get_db(env, db) File >> "build/bdist.linux-x86_64/egg/acct_mgr/model.py", line 292, in _get_db >> return db or env.get_db_cnx() AttributeError: 'Environment' object has >> no attribute 'get_db_cnx'* > > > *This occurred *after upgrading to version trac-1.2. > > [1] http://mysite/admin/accounts/users >
You need to update all of your plugins. In this case, you need to install AccountManager 0.5dev from the trunk. https://trac.edgewall.org/wiki/1.3/TracUpgrade#a1.Checkyourplugins - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
