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
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
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
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
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)
> >
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));
>
>
> 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
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