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.
Topic RSS
11:51 am
February 20, 2010
OfflineI 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
2:42 am
February 27, 2010
OfflineHi,
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
3:07 pm
October 30, 2010
OfflineHad 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…
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)




Log In
Home


