Re: flash() produces wrong URL

2007-09-14 Thread imrankhanjoya
try this one $this->flash("--String message to dispay--","/---Name of controller-/---Name of action---/- perameters---") $this->flash("text,"/article/4545/"); --~--~-~--~~~---~--~~ You received this message because you are subscribe

Re: flash() produces wrong URL

2007-09-14 Thread Anuj Chauhan
write $this->flash("text","/article/4545/"); instead od $this->flash("text,"/article/4545/"); On 9/14/07, Sergei <[EMAIL PROTECTED]> wrote: > > > Hello, > > I've encountered situation where > > $this->flash("text,"/article/4545/"); > > produces wrong url on the production web server (not o

flash() produces wrong URL

2007-09-14 Thread Sergei
Hello, I've encountered situation where $this->flash("text,"/article/4545/"); produces wrong url on the production web server (not on my local webserver!): \/article\/4545\/ You see, it inserts \ before /. Anyone knows a solution? --~--~-~--~~~---~--~~ You r