I am trying to set a success element to my setFlash.
When I do:
$this->Session->setFlash("Message");
It shows the message perfectly, however, with a red background. After investigating I can change the element to “success” which should show a nice green background, but when I do:
$this->Session->setFlash("Message","success");
I get:
Element Not Found: Elements\success.ctp
I have verified and there is definately a success.ctp file within my app/View/Elements/ folder.
I am using cakePHP 2.1
** EDIT **
It may be a routing error as I also find that sometimes on redirect it will redirect example users/users/login as appose to users/login/
src.