There is folder "files" in webroot. Problem may be there. Try to
remove that folder or rename controller.

On Nov 13, 2:49 pm, "[ ramesh ]" <ramesh...@gmail.com> wrote:
>    Hi John,
>
>  function index() {
>         //$this->pageTitle('BetterApps » ');
>         $this->redirect ( array ('action' => 'upload' ) );
>     }
>
>     function upload() {
>         $this->pageTitle = 'Upload';
>         $this->set ( 'uuid', uniqid () );
>     }
>
> when i type files/index i am getting the error message
>
> On Thu, Nov 12, 2009 at 10:52 PM, John Andersen 
> <j.andersen...@gmail.com>wrote:
>
>
>
>
>
> > Please show the code that handles the first action together with the
> > redirect statement, so that we may better be able to help you.
> > Enjoy,
> >   John
>
> > On Nov 12, 7:04 pm, "[ ramesh ]" <ramesh...@gmail.com> wrote:
> > > Hi,
>
> > >    i am getting started with cakephp, my application has one controller
> > and
> > > 3 actions, submitting a form on first action takes user to second action
> > and
> > > finally third action. after submitting the first form firefox is showing
> > > this message - "The page isn't redirecting properly", i have tried google
> > > but in vain. could you help me
>
> > > the full error is
>
> > > The page isn't redirecting properly
>
> > > Firefox has detected that the server is redirecting the request for this
> > > address in a way that will never complete.
>
> > > Thanks
> > > /Ramesh Sakibanda/
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "CakePHP" group.
> > To post to this group, send email to cake-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.c 
> > om>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/cake-php?hl=.
>
> --
> /Ramesh Sakibanda/

--

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-...@googlegroups.com.
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=.


Reply via email to