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:

  1. configure editor trim trailing whitespaces before saving file.
  2. pre-commit hooks in scm of choice.
  3. the tip tomba (see comment below), if cannot pinpoint location of trouble.

Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -