Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 92
9 members and 83 guests
bearmchdressesr, coo5ewkin4sjcpg, cycwcwlinlt2gti, ess3grdexmusica, napry4goleobg9t, pesbxbtcontr3jk, rem3noqoval4fiw, ronaldtianyiti2, vacex9ga
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > General > Open topics

Reply
 
LinkBack Thread Tools Display Modes
Mac Error: Warning: Cannot modify header information
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: May 2003
Mac Error: Warning: Cannot modify header information - 05-13-2003, 12:07 AM

Help!
I have just applied the fiapple theme and associated phpbb. Only when viewing on a mac (IE 5.2.2, OSX 10.2.6) I get this error when looking at the forums page:

Warning: Cannot modify header information - headers already sent by (output started at /Users/admin/Sites/header.php:32) in /Users/admin/Sites/includes/sessions.php on line 222

Warning: Cannot modify header information - headers already sent by (output started at /Users/admin/Sites/header.php:32) in /Users/admin/Sites/includes/sessions.php on line 223

Any ideas?
Thanks, Glenn. :cry:
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 17
Join Date: May 2003
05-13-2003, 03:11 AM

Try This
Near the start of mainfile.php find:

$phpver = phpversion();
if ($phpver >= '4.0.4pl1' && strstr($HTTP_USER_AGENT,'compatible')) {
if (extension_loaded('zlib')) {
ob_end_clean();
ob_start('ob_gzhandler');
}
} else if ($phpver > '4.0') {


change to:

$phpver = phpversion();
if ($phpver >= '4.0.4pl1')
{
ob_start('ob_gzhandler');
}else if ($phpver > '4.0') {
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re header thigo
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: May 2003
Re header thigo - 05-13-2003, 03:13 AM

Thanks man all worked well!

Regards,
Glenn
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Warning: Cannot modify header information – on Forums mikem FAQ/Fixes 2 11-24-2011 09:57 PM
Warning: Cannot modify header information - headers already djboycey Nuke 7.x - General 2 06-08-2005 04:19 PM
red x for all images - private header information beanpole Nuke 7.x - General 1 07-23-2004 12:06 PM
Database error Warning: mysql_fetch_row(): supplied argument tafDave Nuke 7.x - General 1 07-28-2003 05:06 AM
phpBB : Critical Error & Warning milenko Purged Topics 8 02-18-2003 03:43 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31