subdomains

2007-04-29 Thread ericc59
I have a cake app installed in the root folder, and this works perfectly. I created a few subdomains where I would like to install more cake apps for different sites I am working on. What can I add to the .htaccess of the root cake app to allow browsers to access the subdomains? i.e. If I had t

Re: setFlash()

2007-03-06 Thread ericc59
flash or the session but, I think you > have to do $this->Session->setFlash or $this->SessionComponent- > > >setFlash > > I am still using 1.1. > > On Mar 6, 2:08 pm, "ericc59" <[EMAIL PROTECTED]> wrote: > > > I am getting an error w

setFlash()

2007-03-06 Thread ericc59
I am getting an error with setFlash on a new installation with version 1.2.0.4451alpha. Here is the code calling it: $this->setFlash("You have successfully been logged in."); and I get this error: Fatal error: Call to undefined method UsersController::setFlash() in users_controller.php on line 2