I used:
phpBB_SEO-3.0.10 - Advanced - 0.7.0
I got this bug report.
- Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4920: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3876)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4921: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3876)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4922: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3876)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4923: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3876)
/includes/functions.php on line 4920-4921-4922-4923:
- Code: Select all
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
//Begin: Profile Fields Control MOD
and
/includes/functions.php:3876:
- Code: Select all
echo '<b>[phpBB Debug] ' . $error_name . '</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n";
Thank you for answers and help

English |
French
