I’m using cakephp and whenever there comes a session based flash message, there comes “1” after every error/success message, why?
It is related with “echo” before this flashmessage, so any idea, which file to make correction for it? We’re using cakephp 1.2 version – FYI
Earliest reply would be appreciated.
Thanks !
Just remove the echo in front of your flash call
$session->flash();indefault.ctp, that should do it