On Sat, 2006-07-01 at 16:45 -0500, Filled Void wrote: > Hi all, > > I'm trying to get the Webadmin plugin working, but I get the error: > > HTTPException: 404 Not Found (No handler matched request to /admin) > > What is particularly strange is that it doesn't happen every time I access > one of the admin pages. That is, if I refresh the same page again and > again, it will give this error about half of the time. In addition, if > I'm on the wiki page and I keep refreshing, the "Admin" button keeps > appearing and disappearing. > > I'm using apache2 with mod_python, trac 0.10-dev revision 3501, and > webadmin 0.1.2dev-r3489. I'm using a virtual host with trac installed > into /trac. So the address to webadmin is actually /trac/admin, not > /admin as in the error message.
After installing a new plugin you need to restart Apache. What you're seeing is that the plugin has loaded in one Apache process and not loaded in another. Restarting Apache will make sure the plugin loads in all processes. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
