Re: [fw-general] Routing issues

2007-06-28 Thread Nick Howell
Ah, the latest SVN works perfectly (I should've checked that! :x). Thank you much. Regards, Nick Howell

Re: [fw-general] Routing issues

2007-06-28 Thread Matthew Weier O'Phinney
-- Nick Howell <[EMAIL PROTECTED]> wrote (on Thursday, 28 June 2007, 01:47 PM -0400): > I believe I have found what is causing this issue. > When I upgraded to RC3 I had the same issue as Nathan Bell. Also, I send the > BaseUrl and the BasePath to my views and prior to RC3 they were both empty > st

Re: [fw-general] Routing issues

2007-06-28 Thread Nick Howell
Matthew, I believe I have found what is causing this issue. When I upgraded to RC3 I had the same issue as Nathan Bell. Also, I send the BaseUrl and the BasePath to my views and prior to RC3 they were both empty strings. Using RC3 "$BaseUrl == \" and "$BasePath == /index.php". After searching ar

Re: [fw-general] Routing issues

2007-06-28 Thread Matthew Weier O'Phinney
-- Nathan Bell <[EMAIL PROTECTED]> wrote (on Wednesday, 27 June 2007, 04:22 PM -0700): > We're seeing issues with RC3 (RC2 and RC1 work as expected): > > http://example.com/controller/action routes to indexController -> > indexAction > http://example.com/index.php/controller/action routes properl

[fw-general] Routing issues

2007-06-27 Thread Nathan Bell
We're seeing issues with RC3 (RC2 and RC1 work as expected): http://example.com/controller/action routes to indexController -> indexAction http://example.com/index.php/controller/action routes properly to controllerController -> actionAction What has changed in RC3 that could cause this? Tri