The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Error Message, How Can I Fix It?
If a user goes to a forum when not logged in, this message appears:
Unable to add cookies, header already sent.Any idea what I need to do to fix it? Thanks! |
#2
|
||||
|
||||
Lets do this, disable plugins via the includes/config.php file.
To do that open your includes/config.php file and below <?php add the following. PHP Code:
PHP Code:
If that fixes the issue enable plugins again by adding // before the line you added, then navigate to ACP --> Plugins & Products --> Manage Products and disable one mod at a time until you find the one causing the issue. Once you find the culprit, post in that mods thread what the issue is, and maybe someone in that thread can help. |
#3
|
|||
|
|||
This is strange. Line 9 of forumdisplay.php is part of a comment block at the top of the file.
Code:
<?php /*======================================================================*\ || #################################################################### || || # vBulletin 4.2.2 Patch Level 1 - Licence Number XXXXXXXXX || # ---------------------------------------------------------------- # || || # Copyright ?2000-2014 vBulletin Solutions Inc. All Rights Reserved. || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ // ####################### SET PHP ENVIRONMENT ########################### |
#4
|
||||
|
||||
More than likely it is from a mod though.
|
#6
|
||||
|
||||
Yeah that is a possibility also Paul, I usually tend to forget people might play with them.
|
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
We don't know, as the OP has not answered back.
|
#9
|
|||
|
|||
Not sure if this will help
Code:
<div class="standard_error"> <form class="block vbform" method="post" action="login.php?do=login" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)"> <h2 class="blockhead">vBulletin Message</h2> <div class="blockbody"> <div class="blockrow restore">Unable to add cookies, header already sent.<br /> File: /home/nwind/public_html/jouster.com/forums/forumdisplay.php<br /> Line: 9<br /></div> </div> <div class="blockfoot">Culvers Shooting Page Forums</div> </form> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|