PDA

View Full Version : Help me to solve this error


D4rk_Sh00t3r
12-06-2011, 06:35 PM
This is what i am getting when i go to my index page and all other page.
Now what i can access is admin panel

Error
vBulletin Message
Unable to add cookies, header already sent.
File: /home/web/public_html/includes/config.php
Line: 1
Webministrators

Please help me
Thanks in advance.

kh99
12-06-2011, 07:54 PM
Try disabling all plugins by editing includes/config.php and adding:

define('DISABLE_HOOKS', 1);


at the top, on the line after <?php. Also while you're doing that, look and see if there's anything that looks wrong in that file. It looks like you might have something wrong on line 1 of that file (although then I think you wouldn't be able to get to the admin panle either).

nerbert
12-06-2011, 08:47 PM
For what it's worth it looks like you could have an echo or print executing before a redirect, if that gives you any clue.