PDA

View Full Version : error message about header


m55629
10-05-2010, 04:31 PM
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.

Hippy
10-05-2010, 05:12 PM
Let`s start with over writing the contents of your arcade template with the one i have posted in the thread ibproarcade fixes

m55629
10-05-2010, 06:31 PM
where you post? link it plz

Hippy
10-05-2010, 06:51 PM
ibProArcade Fixes (https://vborg.vbsupport.ru/showthread.php?t=249120)

m55629
10-05-2010, 07:03 PM
oh thanks,

donnie_ogm
11-25-2010, 02:57 PM
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

// 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?

Hippy
11-25-2010, 03:21 PM
dunno what you'll lose ..
but if you over write the ARCADE template I posted this should fix the problem

donnie_ogm
11-25-2010, 04:19 PM
dunno what you'll lose ..
but if you over write the ARCADE template I posted this should fix the problem

I did your template mod, but in my case the errors still remains.

This is why I tried with "//".

I will let you know if this will cause some problem ... for the moment no.
I have installed ibProArcade for vBulletin 2.7.0 on vb 4.0.7

Bye.