» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 64
0 members and 64 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Mac Error: Warning: Cannot modify header information within the Open topics forums, part of the General category; Help! I have just applied the fiapple theme and associated phpbb. Only when viewing on a mac (IE 5.2....


Go Back   Nukemods Forum » General » Open topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-13-2003, 12:07 AM
Junior Member
 
Join Date: May 2003
Posts: 2
Mac Error: Warning: Cannot modify header information
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
  #2 (permalink)  
Old 05-13-2003, 03:11 AM
Junior Member
 
Join Date: May 2003
Posts: 17
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
  #3 (permalink)  
Old 05-13-2003, 03:13 AM
Junior Member
 
Join Date: May 2003
Posts: 2
Re header thigo
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 - 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
Warning: Cannot modify header information – on Forums mikem FAQ/Fixes 0 04-29-2003 03:58 PM
phpBB : Critical Error & Warning milenko Purged Topics 8 02-18-2003 03:43 PM


All times are GMT -5. The time now is 01:57 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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