| Author |
Message |
Doulos Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005 Posts: 545
|
Posted:
Fri Jul 28, 2006 2:28 pm |
|
I am getting this error with FireFox but not with IE7.
Here is the errors I am getting:
| Code: |
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web09/b843/pow.clanfgacom/htdocs/header.php:32) in /hermes/web09/b843/pow.clanfgacom/htdocs/includes/sessions.php on line 369
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web09/b843/pow.clanfgacom/htdocs/header.php:32) in /hermes/web09/b843/pow.clanfgacom/htdocs/includes/sessions.php on line 370
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web09/b843/pow.clanfgacom/htdocs/header.php:32) in /hermes/web09/b843/pow.clanfgacom/htdocs/includes/page_header.php on line 499
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web09/b843/pow.clanfgacom/htdocs/header.php:32) in /hermes/web09/b843/pow.clanfgacom/htdocs/includes/page_header.php on line 501
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web09/b843/pow.clanfgacom/htdocs/header.php:32) in /hermes/web09/b843/pow.clanfgacom/htdocs/includes/page_header.php on line 502 |
If I add | Code: | ob_clean();
ob_start(); | to header.php the top two error messages disapear and I am left with this:
| Code: |
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web09/b843/pow.clanfgacom/htdocs/header.php:32) in /hermes/web09/b843/pow.clanfgacom/htdocs/includes/page_header.php on line 499
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web09/b843/pow.clanfgacom/htdocs/header.php:32) in /hermes/web09/b843/pow.clanfgacom/htdocs/includes/page_header.php on line 501
Warning: Cannot modify header information - headers already sent by (output started at /hermes/web09/b843/pow.clanfgacom/htdocs/header.php:32) in /hermes/web09/b843/pow.clanfgacom/htdocs/includes/page_header.php on line 502 |
If someone has a specific detailed fix suitable for an php-ignoramous I would greatly appreciate it.
Also, is this a verison related problem? What I mean is, if I updated this particular site to RN20202 would I still have these problems? |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Fri Jul 28, 2006 2:37 pm |
|
I am not aware of anyone having these issues with Raven Nuke though a few have reported this with Platinum.
Make sure in forum configuration that gzip is set to off. |
|
|
|
 |
Doulos Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005 Posts: 545
|
Posted:
Fri Jul 28, 2006 3:06 pm |
|
Gzip compression is not enabled. BTW, I am currently using RN76pl3.1 (1.05.00 I believe) |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Fri Jul 28, 2006 3:22 pm |
|
What add-ons have you added.
I'm assuming as this is an early release of RN the site has been in use for some time. I think it makes sense to therefore assume this problem occured recently, possibly after some work to the site? |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Fri Jul 28, 2006 3:29 pm |
|
and what if you put this in your htaccess....php_flag output_buffering on |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Fri Jul 28, 2006 7:11 pm |
|
|
|
 |
Doulos Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005 Posts: 545
|
Posted:
Sat Jul 29, 2006 6:27 pm |
|
Thanks adding output_buffering = On to my php.ini worked. |
|
|
|
 |
|
|
|
|