| Author |
Message |
bretonmage Hangin' Around

Joined: Mar 30, 2004 Posts: 34
|
Posted:
Sun Jun 20, 2004 4:24 am |
|
After adding the include("includes/sentinel.php"); line to mainfile.php, I get LOADS of header errors in the forums module:
Warning: Cannot modify header information - headers already sent by (output started at /home/supz/public_html/wulframatic/config.php:119) in /home/supz/public_html/wulframatic/includes/sessions.php on line 250
Warning: Cannot modify header information - headers already sent by (output started at /home/supz/public_html/wulframatic/config.php:119) in /home/supz/public_html/wulframatic/includes/sessions.php on line 251
Warning: Cannot modify header information - headers already sent by (output started at /home/supz/public_html/wulframatic/config.php:119) in /home/supz/public_html/wulframatic/includes/page_header.php on line 529
Warning: Cannot modify header information - headers already sent by (output started at /home/supz/public_html/wulframatic/config.php:119) in /home/supz/public_html/wulframatic/includes/page_header.php on line 531
Warning: Cannot modify header information - headers already sent by (output started at /home/supz/public_html/wulframatic/config.php:119) in /home/supz/public_html/wulframatic/includes/page_header.php on line 532 |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Jun 20, 2004 5:23 am |
|
Do you hav output buffering set to On?
|
|
|
|
 |
bretonmage Hangin' Around

Joined: Mar 30, 2004 Posts: 34
|
Posted:
Sun Jun 20, 2004 6:37 am |
|
I added ini_set("output_buffering","1"); to the top of mainfile.php but nothing changed. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sun Jun 20, 2004 9:36 am |
|
Try it in the .htaccess file (PHP_FLAG output_buffering off). Also, make sure that in Forum Configuration, gzip compression is set to off/no. |
|
|
|
 |
bretonmage Hangin' Around

Joined: Mar 30, 2004 Posts: 34
|
Posted:
Sun Jun 20, 2004 12:34 pm |
|
Ah good job the .htaccess fixed it. |
|
|
|
 |
|
|
|
|