MyBB Community Forums

Full Version: Cannot modify hearder information.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I've made a search, but i haven't found the solution for my problem.
When i'm trying to login to my forum, i get those errors, and then, i turn back to the index without beeing logged :

Warning: Cannot modify header information - headers already sent by (output started at /mnt/129/sdc/6/b/kamii/inc/languages/english/global.lang.php:1) in /mnt/129/sdc/6/b/kamii/inc/functions.php on line 1057

Warning: Cannot modify header information - headers already sent by (output started at /mnt/129/sdc/6/b/kamii/inc/languages/english/global.lang.php:1) in /mnt/129/sdc/6/b/kamii/inc/functions.php on line 1057

Warning: Cannot modify header information - headers already sent by (output started at /mnt/129/sdc/6/b/kamii/inc/languages/english/global.lang.php:1) in /mnt/129/sdc/6/b/kamii/inc/functions.php on line 1057


I'm not really familiar with that kind of messages, and even with english, so.. Wink

Well, i looked to those two files but i can't really understand.

If someone coulds explain me the problem.. Thanks you Smile

Another problem is that i've modified the "additional CSS" in the "modify theme" part, and i can't find how to revert the operation..
Well, I can paste what's in the additional CSS of the default theme! That's the easy part!

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

.pagenav {
	font-weight: bold;
}

.pagenavbit {
	padding-left: 3px;
}

.pagenavbit a {
	text-decoration: none;
}

.pagenavcurrent {
	font-weight: bold;
	padding-left: 3px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

.quote_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.quote_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.code_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.code_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
}
.usercpnav {
	list-style: inside;
	padding: 0;
	margin: 0;
}

.usercpnav li {
	padding: 1px;
	font-size:11px
}

.usercpnav .pmfolders {
	/* PM folders on the UCP Nav menu */
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

Good luck with the other problems!
Thanks you Smile I'll copy that.. when i can login to my admin panel Big Grin
To fix those cannot modify header errors, you need to turn on output buffering in your php.ini.