i just install forum AI mod -> http://www.phpbb.com/community/viewtopic.php?f=16&t=392086 on my forum, but when i make new post i receive this error message:
- Warning: Cannot modify header information - headers already sent in D:AppServwwwposting.php on line 1129
- Warning: Cannot modify header information - headers already sent by (output started at D:AppServwwwposting.php:1129) in D:AppServwwwincludesfunctions.php on line 1513
for posting.php on line 1129 the full line is
- setcookie($board_config['cookie_name'] . '_t', serialize($tracking_topics), 0, $board_config['cookie_path'], $board_config['cookie_domain'], $board_config['cookie_secure']);
and for includesfunctions.php on line 1513 the full line is
- header('Location: ' . $server_protocol . $server_name . $server_port . $script_name . $url);
so does any one figure out why i got this problewm could you please help me out
thanks alot and appreciate for your help