Re: Problems with admin routing in 1.3 stable

2010-05-19 Thread Bogdan Bursuc
Same here, works fine. On Wed, May 19, 2010 at 9:34 AM, #2Will wrote: > Not sure if this helps, but im running 1.3 stable with admin routing > and its working ok, so it might be something else going wrong. > > i have: > >Configure::write('Routing.prefixes', array('admin')); > > in config

Re: Problems with admin routing in 1.3 stable

2010-05-18 Thread #2Will
Not sure if this helps, but im running 1.3 stable with admin routing and its working ok, so it might be something else going wrong. i have: Configure::write('Routing.prefixes', array('admin')); in config and nothing about admin in routes and no changes to the form action parameters in th

Problems with admin routing in 1.3 stable

2010-05-18 Thread Mike
I've been developing a web app with 1.3RC2, which I've just migrated to 1.3 stable. I've completed the migration guide but am having a few problems with admin routing: I have the following line in my core.php config file: Configure::write('Routing.prefixes', array('admin')); 1. I've had