When trying to access private messages I get the following errors.
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\header.php:32) in c:\apache\htdocs\includes\sessions.php on line 251
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\header.php:32) in c:\apache\htdocs\includes\sessions.php on line 252
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\header.php:32) in c:\apache\htdocs\modules\Private_Messages\index.php on line 1701
Also I installed SpChat and when attempt to create a chat room I get the following error:
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\header.php:32) in c:\apache\htdocs\modules\SPChat\inc\functions-phpnuke-only.inc.php on line 27
Since they all appear to be header erros I assume, it's the same problem causing all the errors.
Any suggestions as to how to correct this?