Oops, you're right - I don't. ;) At least, not until yesterday, and now I have a bug report sitting in my inbox that a contact form is exhibiting the same action URL error that Carl describes.
But yeah, sticking the forward slash before $this->params['url'][url'] works just fine. On Aug 20, 8:37 am, AD7six <[email protected]> wrote: > You evidently never develop withhttp://domain/project/in/a/subfolder > ;) > > if you're athttp://localhost/myapp/foo/bar/fum > > $this->here is 'myapp/foo/bar/fum" > $this->params['url']['url'] is "foo/bar/fum" > > (or similar) > > It was a minor oversight that the url param doesn't have a / prefix > > I use/meant to say '/' . $this->params['url']['url'] > > AD --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
