I compared '#trac-admin . permission list' to mysql interface (I'm using SQLyog), I pulled up the permission table .. and I did have trac admin, but it spelled out exactly like "TRAC_Admin" .. I changed it to all caps "TRAC_ADMIN", restarted apache and worked! I now have the Admin tab.
Thanks for your help Ryan. I appreciate it. On Wednesday, September 30, 2015 at 2:56:55 PM UTC-7, RjOllos wrote: > > > > On Wed, Sep 30, 2015 at 2:39 PM, Erick D <[email protected] > <javascript:>> wrote: > >> I have restarted apache several times via 'sudo /etc/init.d/apache2 >> restart' ... restarts just fine, but same issue. >> Anyway to clear the permission cache? >> > > The cached property would certainly be cleared by restarting Apache > because the values are cached in the in-memory application. It should also > be cleared when granting a permission. > > http://trac.edgewall.org/browser/tags/trac-1.0.9/trac/perm.py?marks=245#L238 > > -- 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.
