Quoting Albert Shih at 03/12/2012-12:21:45(+0100): > Le 29/10/2012 ? 12:50:34-0400, Kevin Falcone a écrit > > On Mon, Oct 29, 2012 at 05:32:09PM +0100, Carlos Fuentes Bermejo wrote: > > > I'm just upgraded to 4.0.8, I'm also using RT::Authen::ExternalAuth to > > > login against a ldap server, and when I login into RT and I get a > > > "Page not found", "The page you requested could not be found", the URL > > > which I have in the browser is http://rt.com/HASH(0x….), any > > > ideas??? > > > > I assume you're using RT-Authen-ExternalAuth? > > If so, you want to grab 0.12 released last week which resolves this. > > > > Well....I've exactly same problem. > > I've erase the old RT-Authen-ExternalAuth by : > > rm -rf plugins/RT-Authen-ExternalAuth > > install the new version 0.12 from > http://search.cpan.org/dist/RT-Authen-ExternalAuth/ > > but I still have this problem. > > I have do this three time. > > I'm using FreeBSD, with > > perl-5.14.2_2 > > and all ports is up2date.
I had the same problem and I fixed it by wiping out all the rt caches after upgrading RT-Authen-ExternalAuth. rm -rf /var/cache/rt/*/* Specifically, these are the mason_cache and session_data directories (I left the directories around, though). -------- We're hiring! http://bestpractical.com/jobs
