![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Mellisa M
Join Date: Sep 2006
Location: NW, Montana , USA.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
I have uploaded all my files for a ready made blog, but I am getting the following error when trying to access the site or the wp-admin.
Warning: Cannot modify header information - headers already sent by (output started at /home/digiinfo/public_html/forexsite/blog/wp-settings.php:723) in /home/digiinfo/public_html/forexsite/blog/wp-includes/pluggable.php on line 865 Can anyone tell me what the problem is or help me fix it. Most obliged! Warmly, Mellisa McJunkin |
|
|
|
|
|
#2 |
|
Web Developer, IT Support
War Room Member
Join Date: Dec 2008
Location: Birmingham, UK
Posts: 291
Thanks: 7
Thanked 38 Times in 36 Posts
|
Hi Mellisa,
It'll be one of your plugins that's causing that error message (for me, it was the NextGen Gallery plugin - may be different in your case, but if you're running that plugin that's the first place I'd look). If you're able to access the Wordpress Adminstration area, go to Plugins and disable them one by one until the error disappears, to isolate which plugin's causing the issue. If you're unable to access the Wordpress Administration area, use your web host's file manager or FTP client to access the wp-content/plugins folder, removing each plugin folder one by one until the error disappears, to isolate which plugin's causing the issue. Tim. |
|
|
|
|
|
|
|
|
#3 | |
|
Mellisa M
Join Date: Sep 2006
Location: NW, Montana , USA.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
Quote:
Mellisa | |
|
|
|
|
|
#4 |
|
Mellisa M
Join Date: Sep 2006
Location: NW, Montana , USA.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|
|
|
|
#5 |
|
Warrior Member
Join Date: Nov 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
You can send a PM to me and let me help you out.
|
|
|
|
|
|
#6 |
|
Warrior Member
War Room Member
Join Date: Oct 2009
Location: Berwick, Melbourne, Australia
Posts: 25
Thanks: 0
Thanked 5 Times in 5 Posts
|
Hi Melissa,
What's happening is that the file pluggable.php is attempting to send the command header("Location: $location") - which is on line 865 of that file. The file wp-settings.php on line 723 has already sent something to the browser and when the above header command is sent. PHP says - hang on you can't do that you've already begun sending stuff... Now I'm running wordpress 2.8.4 and my wp-settings.php file isn't even 723 lines long. I'm not sure how long this file is on other versions. It could be that this has been "added" to. The short version, without knowing anything else apart from the error messages, is that something on line 723 of your wp-settings.php file has performed some kind of output. "Sometimes" spaces or newlines can sneak into a file when you are looking at it, making changes etc and cause this problem. And as can happen on occassion the error reported can be a clue and not the actual place it's occurring. If you let someone have a look at the file(s) they should be able to pick it up pretty quickly. At this point in time, it's about all I can offer on the matter which doesn't help you a great deal. Cheers Another Tim |
|
|
|
![]() |
|
| Tags |
| blog, error, installation |
| Thread Tools | |
|
|
![]() |