» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 37
0 members and 37 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 Errors on my phpnuke forum. :( can you help? within the Other "stuff" forums, part of the nukemods releases category; Hello, once again i have a question. I installed this moduel called "LSTAdmin" and it is a user ...


Go Back   Nukemods Forum » nukemods releases » Other "stuff"

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-19-2005, 12:11 PM
Junior Member
 
Join Date: Nov 2004
Posts: 48
Errors on my phpnuke forum. :( can you help?
Hello, once again i have a question. I installed this moduel called "LSTAdmin" and it is a user tracking system mod. When i installed it, it works fine but i get this error on the forum page. This is the exact error
(i have phpnuke 6.7)
Code:
	
Warning: Cannot modify header information - headers already sent by (output started at /home/mooandha/public_html/header.php:32) in /home/mooandha/public_html/includes/sessions.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at /home/mooandha/public_html/header.php:32) in /home/mooandha/public_html/includes/sessions.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at /home/mooandha/public_html/header.php:32) in /home/mooandha/public_html/includes/page_header.php on line 529

Warning: Cannot modify header information - headers already sent by (output started at /home/mooandha/public_html/header.php:32) in /home/mooandha/public_html/includes/page_header.php on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/mooandha/public_html/header.php:32) in /home/mooandha/public_html/includes/page_header.php on line 532
The address were you can view this is at http://mooandhash.com/modules.php?name=Members_List

if you could please help that would be GREAT!
__________________
((NOYC)) Every day baby!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-19-2005, 02:32 PM
Junior Member
 
Join Date: Nov 2004
Posts: 45
I had something similar to that last year when I was over @ lycos.co.uk . There is a hack for that somewhere and I cannot remember where I got it . You will definitly have to do a heavy search in the http://www.nukeforums.com , because I do beleive that is were I read the fix .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-19-2005, 04:19 PM
coldblooded's Avatar
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
I found this in Telli's Faq:

Near the start of mainfile.php find:
Code:
42 = phpversion(); 
if (42 >= '4.0.4pl1' && strstr(Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1),'compatible')) { 
    if (extension_loaded('zlib')) { 
        ob_end_clean(); 
        ob_start('ob_gzhandler'); 
    } 
} else if (42 > '4.0') {
Change it too:
Code:
42 = phpversion(); 
if (42 >= '4.0.4pl1') 
{ 
    ob_start('ob_gzhandler'); 
}else if (42 > '4.0') {
__________________
The more we learn... the more we realize how little we actually know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-19-2005, 05:41 PM
Junior Member
 
Join Date: Nov 2004
Posts: 48
reply
Ok, i did what you said.... but it did not work-- it totally disabled my forum.... luckily i backed it up lol.... here is what mine says.. it wasnt exact to what you wrote.

Code:
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') {
__________________
((NOYC)) Every day baby!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-19-2005, 06:40 PM
coldblooded's Avatar
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
Try adding this to your mainfile.php right under the file credits:

Code:
ini_set("output_buffering","1");
__________________
The more we learn... the more we realize how little we actually know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-19-2005, 11:35 PM
Junior Member
 
Join Date: Nov 2004
Posts: 48
reply
i know i sound like a tard... but were?
__________________
((NOYC)) Every day baby!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-19-2005, 11:46 PM
coldblooded's Avatar
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
Try it right under the opening <?php
__________________
The more we learn... the more we realize how little we actually know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-20-2005, 04:57 PM
Junior Member
 
Join Date: Nov 2004
Posts: 48
reply
ok, well as stupid and retarded as i am... my buddy pointed out he saw no errors... thats when i realized that i was using mozilla firefox
__________________
((NOYC)) Every day baby!
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
Forum SQL errors Bluefin221 Nuke 7.x - General 0 01-31-2005 03:30 AM
fiblack3d forum errors with 6.9.1 Silentprophet Theme packs 9 11-10-2004 06:57 AM
Forum Avatar errors SuperConductor Site design 2 04-29-2003 07:43 AM
Fatal Errors : MeG 2.7.9 on phpnuke 5.5 nega Purged Topics 9 02-13-2003 01:42 AM
forum for phpnuke? Garrett Open topics 5 01-17-2003 06:43 AM


All times are GMT -5. The time now is 07:12 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