@star
first of all make sure that u have added this line in your controller
public $components = array('Session');
redirect issue is sometimes happends in cakephp. to resolve this you have
to arrange code in a certain manner. also pls check whether their is any
spaces in model, controller files at the end of each file.etc. as these can
cause compilation error. once i had this problem, but when i arranged code
and removed spaces from controller and model it works well.On Mon, Apr 23, 2012 at 2:56 PM, stranet <[email protected]> wrote: > Hi, > I have a strange problem. > > On my xampp local server cakephp works well. > > I've uploaded the project on a webserver online and I think that the > "component" doesn't work. > > $this->redirect doesn't work > $this->Session doesn't work > > how can I resolve? > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Litto Chacko Axtec Softwares -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
