Results 1 to 10 of 13
Hybrid View
-
6th Dec 2011, 08:08 PM #1Member
Did you modified your config file using text editor in FTP ?...most probably UTF-8 got written(usually happens when we edit file using text edition in FTP)
Check If there is space or anything written before..
<?php
and also after...
?> ...in the end
If nothing found..I would suggest to try give below option.
If you have refresh copy of the file...Just config it and upload.
We get such error from plugins too...you have to turn off all plugins and enable them one by one to check which one causing the error.
If you can't login to admin cp...disable it using ur config file..
define('DISABLE_HOOKS', true);
am not sure if vbull has changed define option on v4 file...anyways..check your config.php files and look for similar code..something like disable_hooks..just replace false to "true"
fewcent Reviewed by fewcent on . Please Help me I got this in the forum home page vBulletin Message Unable to add cookies, header already sent. File: /home/web/public_html/includes/config.php Line: 1 Please help me to fix this Thanks in advance Rating: 5There are people that watch things happen, people that make things happen and people that wonder what the hell just happened.
-
6th Dec 2011, 08:36 PM #2OPMemberWebsite's:
fakevisitors.net serpmafia.com
-
6th Dec 2011, 08:58 PM #3Member
Am Glad that I was able to help you...thank you
Please note...after fix...re-enable your plugin hook in config.php...by changing True to "False" or else none of your plugin will work.
define('DISABLE_HOOKS', false);There are people that watch things happen, people that make things happen and people that wonder what the hell just happened.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaCreator - create posts from...
Version 3.51 released. Open older version (or...