Can somebody please help me with this error. Sometimes it shows and sometimes it doesn't. It seems like I can get the error toe quit showing if I go to the actual forumz and then come back to the news page and it doesn't show the error again. Here's the error:
Warning: Cannot add header information - headers already sent by (output started at /my/path/forumz/news.php:6) in /my/path/forumz/admin/functions.php on line 1500
(I added the /my/path/ instead of my real path though

)
I posted it a few messages above and got no reply. Also in my admin/functions here are lines 1496 - 1504
PHP Code:
// ###################### Start show_nopermission #######################
function vbdate($format,$timestamp) {
global $bbuserinfo,$timeoffset;
return date($format,$timestamp+($bbuserinfo['timezoneoffset']-$timeoffset)*3600);
}
// ##################### Save birthdays into template ###################
Can somebody please help me with this problem?
Thanks.