Quote:
Originally Posted by m55629
Hi,
I install ibpro in VB4. when i click any game to play, I get this 4 error line in top of site header:
Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade/lang/lang_Arcade_fa.php:1) in [path]/arcade.php on line 2676
Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade/lang/lang_Arcade_fa.php:1) in [path]/arcade.php on line 2677
Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade/lang/lang_Arcade_fa.php:1) in [path]/arcade.php on line 2678
Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade/lang/lang_Arcade_fa.php:1) in [path]/arcade.php on line 2679
who know what is this problem?
Thanks.
|
for me the same problem ... I've tryed the suggestions reported at the link mentioned above (the ones about template and css) but I didn't solve the problem.
So I've just added "//" at the beginning of the lines: 2676,2677,2678,2679
Code:
// setcookie('gidstarted', '', time() - 3600);
// setcookie('gidstarted',$id);
// setcookie('tidstarted', '', time() - 3600);
// setcookie('gpstarted', time());
The mod works but what I've done by commenting the lines?
What will I lose?