MyBB Community Forums

Full Version: please help me!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my forum has this problem,

Warning [2] Cannot modify header information - headers already sent by (output started at /home/******/public_html/forum/index.php:1) - Line: 1669 - File: inc/functions.php PHP 5.2.17 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions.php 1669 header
/inc/class_session.php 106 my_setcookie
/global.php 55 session->init
/index.php 18 require_once


please help me what i must do to fix it????
thanks so much
What plugins do you have installed?
thanks so much!
i didn't install any plugin a just add new theme, so when i delete it; my problem was solved.
(2011-10-27, 01:23 PM)mk007 Wrote: [ -> ]thanks so much!
i didn't install any plugin a just add new theme, so when i delete it; my problem was solved.

It seems you're Templates are fighting with eachother Wink
OOoops!
i'm really sorry, once again i have this problem....
i said i didn't install any plugin just i fix the new bug that mybb published it.
i mean i changed the index.php
===============
1. index.php
===============

Find:
--
//Checks to make sure the user can login; they haven't had too many tries at logging in.
//Function call is not fatal
if(login_attempt_check(false) !== false)
{
eval("\$loginform = \"".$templates->get("index_loginform")."\";".@$col[23]);
}
--

Replace with:
--
//Checks to make sure the user can login; they haven't had too many tries at logging in.
//Function call is not fatal
if(login_attempt_check(false) !== false)
{
eval("\$loginform = \"".$templates->get("index_loginform")."\";");
}
--

ALL DONE


please help me !!!
^ can we have your forum link ...
thanks so much i upgrade my forum to new version, that's problem was solved.

one again thanks,

with kind of regards,