nach dem Einbau von Smilie Creator bringt mein Board folgende Meldung
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3748: Cannot modify header information - headers already sent by (output started at /includes/bbcode.php:608)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3750: Cannot modify header information - headers already sent by (output started at /includes/bbcode.php:608)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3751: Cannot modify header information - headers already sent by (output started at /includes/bbcode.php:608)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3752: Cannot modify header information - headers already sent by (output started at /includes/bbcode.php:608)
Code: Alles auswählen
// application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
hier der code den ich eingesetzt habe nach Anweisung müßte stimmen?
Code: Alles auswählen
);
}
if ($mode == 'inline')
{
$template->assign_vars(array(
'U_SMILIE_CREATOR' => append_sid("{$phpbb_root_path}smilie_creator.$phpEx", 'mode=text2schild'))
);
}
if ($mode == 'window')
{
page_footer();
}
}