Log in

View Full Version : Problem With the Cookies


CMGU
02-06-2008, 12:22 PM
The error said

Unable to add cookies, headers have already been sent.
File: / home / adictmuz / public_html / forums / global.php
Line: 806But i can?t Log in to my admincp

and i make this

http://www.vbulletin.com/docs/html/disable_plugins

and does not work

New Error
Unable to add cookies, header already sent.
File: /home/adictmuz/public_html/forums/includes/config.php
Line: 160

My question is: could help me to solve this problem?

wally
02-06-2008, 12:32 PM
upload the tools.php from the DO_NOT_Upload folder from your vbulletin installation to /forum/admincp/ open in your browser http://yourdomain.com/admincp/tools.php reset the cookie domain to default (remove tools.php afterwards) try to log in to admincp

CMGU
02-06-2008, 08:12 PM
thank u very much i tray to fix it so And if I can?t i sent a PM for ur help :D

--------------- Added 1202337638 at 1202337638 ---------------

:confused:
I did and don?t worked



Warning: Cannot modify header information - headers already sent by (output started at /home/adictmuz/public_html/forums/includes/config.php:160) in /home/adictmuz/public_html/forums/admincp/tools.php on line 65


help me please!

snakes1100
02-06-2008, 10:39 PM
fix your config.php file

/home/adictmuz/public_html/forums/includes/config.php:160) <--

CMGU
02-07-2008, 12:28 PM
i don´t know how to fix my config.php file a don´t know anything about php files
:s

Opserty
02-07-2008, 01:22 PM
You have added whitespace somewhere, what did you use to edit the config.php file when you installed PHP? Have you edited any of the files recently?


When viewing my board, I get an error that says "Cannot add cookie information, headers already sent"
The most common reason for this is a blank or exta line in your config.php. You are not allowed to have anything outside the <?php and ?> delimiters. Not even a space. It is recommended to eliminate all extra lines and spaces before or after these delimiters.