Warning: Cannot modify header information - headers already sent by All in One SEO Pack Troubleshooting Forum

The support forums have a new home! Please visit All in One SEO Pack's new residence at Semper Plugins to purchase a support plan.

Please consider registering
guest

Log In

Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Warning: Cannot modify header information - headers already sent by
February 20, 2010
11:51 am
thoden
New Member
Forum Posts: 1
Member Since:
February 20, 2010
Offline

I get the following error whenever I try to update a page or really do anything in the admin area:

Warning: Cannot modify header information – headers already sent by (output started at /home/thoden/public_html/jtestserver.info/auntodie/wordpress/wp-content/plugins/all-in-one-seo-pack/aioseop.class.php:4545) in /home/thoden/public_html/jtestserver.info/auntodie/wordpress/wp-includes/pluggable.php on line 868

I do not have ANY plugins installed or enabled. Nor did I have any to begin with. All in One is the first plugin I installed.

How do I get rid of this error?

thank you

Jennifer


February 27, 2010
2:42 am
jbsa
New Member
Forum Posts: 2
Member Since:
February 27, 2010
Offline

Hi,

I just bought the plug in as I have used the old free version for a couple of years and felt it was time to pay. I have also got a similar message:

Warning: require_once(/homepages/9/d168201024/htdocs/My-Site/wp-content/plugins/all-in-one-seo-pack-pro/aioseop.class.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/9/d168201024/htdocs/My-SIte/wp-content/plugins/all-in-one-seo-pack-pro-1/all_in_one_seo_pack.php on line 487

I currently use WP:2.9

Please advise.

Best wishes,

Jbsa

March 6, 2010
1:59 am
jbsa
New Member
Forum Posts: 2
Member Since:
February 27, 2010
Offline

I take this forum is closed and that the product has no support. I will request a refund. Shame, really liked All in One Seo.

October 30, 2010
3:07 pm
carbonlife
New Member
Forum Posts: 1
Member Since:
October 30, 2010
Offline

Had the same problem, a came up with this solution. Can't say for sure if its the proper way to handle this, and if you ever upgrade your WP in the future, you will need to modify this file again. With that said, my solution was…

1) Locate and open the file 'wp-includes/pluggable.php'

2) On or around line '874', look for the function wp_redirect()

3) Change the current code:
//…
if ( php_sapi_name() != 'cgi-fcgi' )
status_header($status); // This causes problems on IIS and some FastCGI setups
header("Location: $location", true, $status);
//…

To this modified code:
//…
if ( php_sapi_name() != 'cgi-fcgi' )
status_header($status); // This causes problems on IIS and some FastCGI setups
try {
header("Location: $location", true, $status);

} catch (Exception $e) {
echo '';
}
//…

4) Save, Upload, and Test…

For whatever reason when the header() is set, it's throwing the error. All it wants to do is get back to the page you were editing, so by using a simple refresh, it does its job, and sends you back to the page you were on.

Good luck…

Forum Timezone: America/New_York

Most Users Ever Online: 205

Currently Online:
31 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

romiojuliat: 102

yaoming987: 50

jintuy: 50

miki1986: 33

newshow: 28

karen1234: 27

Member Stats:

Guest Posters: 0

Members: 6356

Moderators: 3

Admins: 4

Forum Stats:

Groups: 5

Forums: 23

Topics: 1546

Posts: 3450

Newest Members: carofern@cisco.com, pronto, jessie, pbaylies, ninaeast, freda

Moderators: davecashmore (2), aaron (5), tempadmin (0)

Administrators: WordPress Professional (442), hallsofmontezuma (202), onefinejay (10), stevemortiboy (4)