| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Markas
Joined: 04 Oct 2007 Posts: 17
|
Posted: Thu Oct 04, 2007 9:23 am Post subject: a mistake? |
|
|
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4233: Cannot modify header information - headers already sent by (output started at /language/lt/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4235: Cannot modify header information - headers already sent by (output started at /language/lt/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4236: Cannot modify header information - headers already sent by (output started at /language/lt/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: Cannot modify header information - headers already sent by (output started at /language/lt/common.php:1)
maybe you know where I did a mistake?  |
|
|
| Back to top |
|
 |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 807
|
Posted: Thu Oct 04, 2007 12:44 pm Post subject: Re: a mistake? |
|
|
| The message means functions.php is outputting HTML (it's a collection of common functions and shouldn't). Check for debug code (e.g., "echo $blah") or an extra php terminator (e.g., "<?php ... ?> blah blah blah" will output "blah blah blah"). |
_________________ Dan Kehn |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |