Re: Admin Routing Problem

2008-05-21 Thread b logica
Tim, Trac is emitting a 500 error right now. Would you mind posting a synopsis? I'm also having problems with admin routing and wonder if it's related. On Wed, May 21, 2008 at 8:34 AM, Sliv (Tim MacAleese) <[EMAIL PROTECTED]> wrote: > > If you're using the Auth component with admin routing, you m

Re: Admin Routing Problem

2008-05-21 Thread Sliv (Tim MacAleese)
If you're using the Auth component with admin routing, you might want to review this recent ticket to see if it applies to you: https://trac.cakephp.org/ticket/4708 On May 20, 2:54 pm, "Joel K." <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using admin routing for a personal site that I'm building

Admin Routing Problem

2008-05-20 Thread Joel K.
Hello, I'm using admin routing for a personal site that I'm building: mrjoelkemp.com. Admin routing was working on the appropriate modules (namely software and writing), however, oddly, it seems that over the past week the routing has been failing on the writing module, but not the software modul

Re: Admin Routing, problem upgrading (using )

2007-11-09 Thread lucaspirola
well, just now, i will search group to this answer, thanks a lot! On Nov 9, 12:42 pm, phpjoy <[EMAIL PROTECTED]> wrote: > i overlooked that one, thank you > > On Nov 9, 1:20 pm, AD7six <[EMAIL PROTECTED]> wrote: > > > On Nov 9, 9:46 am, phpjoy <[EMAIL PROTECTED]> wrote: > > > > Hey, > > > > I up

Re: Admin Routing, problem upgrading (using )

2007-11-09 Thread phpjoy
i overlooked that one, thank you On Nov 9, 1:20 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Nov 9, 9:46 am, phpjoy <[EMAIL PROTECTED]> wrote: > > > > > Hey, > > > I upgraded from CakePHP 1.2alpha to 1.2pre-beta 1. > > > My admin routing stopped working: > > My old routing is: (in routes.php) > >

Re: Admin Routing, problem upgrading (using )

2007-11-09 Thread AD7six
On Nov 9, 9:46 am, phpjoy <[EMAIL PROTECTED]> wrote: > Hey, > > I upgraded from CakePHP 1.2alpha to 1.2pre-beta 1. > > My admin routing stopped working: > My old routing is: (in routes.php) > Router::connect('/admin/', array('controller' => 'backend_home', > 'action'=> 'home', 'admin'=>1)); > >

Re: Admin Routing, problem upgrading (using )

2007-11-09 Thread Jon Bennett
> I upgraded from CakePHP 1.2alpha to 1.2pre-beta 1. > > My admin routing stopped working: > My old routing is: (in routes.php) > Router::connect('/admin/', array('controller' => 'backend_home', > 'action'=> 'home', 'admin'=>1)); > > core.php: > Configure::write('Routing.admin', 'admin'); > > insi

Admin Routing, problem upgrading (using )

2007-11-09 Thread phpjoy
Hey, I upgraded from CakePHP 1.2alpha to 1.2pre-beta 1. My admin routing stopped working: My old routing is: (in routes.php) Router::connect('/admin/', array('controller' => 'backend_home', 'action'=> 'home', 'admin'=>1)); core.php: Configure::write('Routing.admin', 'admin'); inside the contro