How to resolve Cannot modify header information warninig in cakePHP -
i getting below warning when tried redirection.please me solve fix this.
cannot modify header information - headers sent (output started @ d:\program files\xampp\htdocs\cakephp\cake\libs\debugger.php:673) [core\cake\libs\controller\controller.php, line 742]
this error occurs if there output before calling header() function. common , "invisible" mistake having whitespaces @ beginning or end of 1 or more of files. make sure there none before opening <?php or after closing ?> tags.
additionally may try:
- configure editor trim trailing whitespaces before saving file.
- pre-commit hooks in scm of choice.
- the tip tomba (see comment below), if cannot pinpoint location of trouble.
Comments
Post a Comment