Removed: (Just commented out) #webadmin.* = enabled #trac.ticket.report.* = enabled #acct_mgr.api = enabled #trac.ticket.batch.* = enabled
Disabled: acct_mgr.* = disabled We are using and need: trac.web.auth.LoginModule = enabled (If I disable this, I get this "No handler matched request to /login") Also, AccountManagerPlugin is at 0.4.4, although it is disabled now. *What is the list of files in your [inherit] templates_dir? (from - /share/trac/templates)* *about.htmlattachment.htmldiff_div.htmldiff_view.htmlerror.htmlfooter.csheader.cshistory_view.htmlindex.htmllayout.htmlmacros.csmacros.htmlmacros.rsspage_index.htmlREADMEtheme.html* I will be checking the logs next. Thank you! On Tuesday, September 29, 2015 at 1:42:24 PM UTC-7, RjOllos wrote: > > > > On Tue, Sep 29, 2015 at 1:30 PM, Ryan Ollos <[email protected] > <javascript:>> wrote: > >> >> >> On Tue, Sep 29, 2015 at 12:54 PM, Erick D <[email protected] >> <javascript:>> wrote: >> >>> This is the conf/trac.ini from the new env: >>> >>> ---------------------------------------------------------------------------------------- >>> >> >> What is the output of?: >> $ trac-admin $env config get ticket restrict_owner >> > > > Looking at your [components] section, I see some issues: > > [components] > webadmin.* = enabled > acct_mgr.* = enabled > trac.web.auth.LoginModule = enabled > trac.ticket.report.* = enabled > acct_mgr.api = enabled > acct_mgr.web_ui.* = disabled > acct_mgr.register.EmailVerificationModule = disabled > mastertickets.* = enabled > graphviz.* = enabled > trachours.* = enabled > tracrpc.* = enabled > tracopt.versioncontrol.svn.* = enabled > tracmigrate.* = enabled > tracopt.ticket.commit_updater.* = enabled > tracwikiextras.* = enabled > trac.ticket.batch.* = enabled > > > Webadmin has been deprecated since 0.11 when equivalent functionality was > added to Trac. Hopefully you no longer have an egg installed for it. > > If you are using AccountManagerPlugin you should disable Trac's > LoginModule. > > From your [account-manager] section it looks like you are using an old > version of that plugin, or else your configuration is just invalid. Please > upgrade to 0.4.4 or else disabled acct_mgr.* > > https://trac-hacks.org/wiki/CookBook/AccountManagerPluginConfiguration#HtPasswdStore > > The entries highlighted in green are noise and can be removed. > > What is the list of files in your [inherit] templates_dir? > > After you make those changes we should take a look at the logs, > http://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs > > -- 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 http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
