7430 pointsLike some sort of WPMU DEV God"Mindblowingly helpful memberLifetime member
Andrew
Erstwhile founder
—
28th January 2009 (3 years ago)
Hi Guys,
We're going to be going through each plugin checking for compatibility issues. However chances are that you guys will run into some issues before we discover them.
If you run into an issue please post it in this thread. Let's keep the chatter to a minimum and just focus on bug reports so I can keep track of the issues.
7430 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Erstwhile founder
—
28th January 2009 (3 years ago)
#
Hi Guys,
We're going to be going through each plugin checking for compatibility issues. However chances are that you guys will run into some issues before we discover them.
If you run into an issue please post it in this thread. Let's keep the chatter to a minimum and just focus on bug reports so I can keep track of the issues.
I got this when I tried to edited an unpublished post:
Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-content/mu-plugins/all_in_one_seo_pack.php:937) in /wpmu/wp-includes/functions.php on line 690
Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-content/mu-plugins/all_in_one_seo_pack.php:937) in /wpmu/wp-includes/functions.php on line 691
6593 pointsLike some sort of WPMU DEV GodExceptionally helpfulLifetime member
Keeper of the Dark Chocolate
—
31st January 2009 (3 years ago)
#
Usually that's a sing of blank lines and/or spaces after the closing ?> mark within the first names file. In this case the all_in_one_seo_pack.php one.
This is something minor but as we are a community I noticed that the support tab using the support plugin doesn't have a gray background like the rest, its just white.
Like i said minor but I wanted to bring it forward.
not sure if anyone else has noticed this but the admin-bar screws up when you access a blog whilst using the pay to blog plugin http://nzsport.org/images/pay2blog.jpg
in theory all the links should not be available, however despite not having any titles, if you hover over the drop down arrows it allows the signed in user to access all the various back end areas of their blog.
Also if you access any of these these links you get an error:
Warning: Cannot modify header information - headers already sent by (output started at /home/sites/nzsport.org/public_html/wp-admin/admin-header.php:17) in /home/sites/nzsport.org/public_html/wp-includes/pluggable.php on line 856
I had something similar with the ah who sees ads I removed the plugin and then reinstalled it all has gone back to normal
Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-content/mu-plugins/all_in_one_seo_pack.php:937) in /wpmu/wp-includes/functions.php on line 691
I'm having the same issue with pay to blog. I even noticed that in the admin bar if you click on the last arrow (read leodors post) it gives anybody the ability to go into the pay-to-blog backend and make changes. I even noticed the TOS showing up as well.
I know you guys bust your ass getting everything done but when do you think we could see an update to pay-to-blog for mu 2.7?
@DavidJohnson
You can remove the admin bar by uncommenting a section in your wp-config.php file. If you open it up and go to the bit that looks like this :
// Uncomment to disable the site admin bar
//define( 'NOADMINBAR', 1 );
simply remove the two //
If you have upgraded from a previous version and this is not in your wp-config file then simply add
define( 'NOADMINBAR', 1 );
before the bit that says /* That's all, stop editing! Happy blogging. */
I ended up removing the line from the wpmu-functions.php on line 2110 and that worked as well, but it's still giving me this error?
Warning: Cannot modify header information - headers already sent by (output started at /home/ecommer4/public_html/thenacsp/wp-admin/admin-header.php:17) in /home/ecommer4/public_html/thenacsp/wp-includes/pluggable.php on line 856
Does your method get rid of that error?
Edit: I just tried and I'm still getting that error. Once the blog is payed for that error no longer shows up. Even if you click on blog account (the only option showing on the left) it goes away. I tried using login redirect to take people to that screen first but im not sure how to get the php to work and grab the users ID. I know the command but don't know how to place it.
Just wanted to let you know I was playing around with the Nelo theme and the custom homepage images page does not work correctly when trying to upload and crop very large images (2048 X 1545). Not a big deal, but something to look into.
6593 pointsLike some sort of WPMU DEV GodExceptionally helpfulLifetime member
Keeper of the Dark Chocolate
—
7th February 2009 (3 years ago)
#
OK, this is strange. I don't see the Browse Happy logo in 2.7. Did they remove it? I see the code still in the template file and I've grep'ed for the hook 'in_admin_footer' but I'm not seeing where it's been applied.
what are you referring to? I am having this problem: Catchable fatal error: Object of class WP_Error could not be converted to string in /var/www/web5/web/wp-content/mu-plugins/all_in_one_seo_pack.php on line 194
when navigating to the wp-signup.php page.
What blank lines? inside the all in one seo plugin file? there are no blank lines :-(
Sorry for my bad English, it is not my native language.
I think, something wrong with plugin Sitemaps and SEO - Wordpress MU Style. I don't know, what was in 2.6.5 and older version, but in my fresh install of WordPress MU 2.7 this plugin gives error.
As I understand — this plugin gives error, when sitemap.xml is not generated. When there are no file sitemap.xml — when you try to edit post throught admin sections — it gives error in the top of page.
When sitemap.xml is generated (it takes some time) — there are no this error.
yes, they know. If you read this thread, you will see its been reported, and I think in another thread they said its going to be fixed when they have time for it...
I have just installed Simple Sitemaps & All In One SEO on WordPress-MU 2.7 and got the same error Qlof was reporting 2 weeks ago :
"Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-content/mu-plugins/all_in_one_seo_pack.php:937) in /wpmu/wp-includes/functions.php on line 690
Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-content/mu-plugins/all_in_one_seo_pack.php:937) in /wpmu/wp-includes/functions.php on line 691".
I tried to delete some extra characters after ?> as drmike suggested, but it did not help. Any suggestions?
Thank you in advance. I need to get this plugin to properly work with WordPress-MU 2.7 as soon as possible.
Do you have an anticipated timeline for the development of this plugin for 2.7? Thanks
Also, there is no notice on the front page of the site that warns people who are considering laying down $50 that this plugin that you're selling isn't compatible with the current WP software. The only notice about non-compatibility are on the premium pages that you can't get to until you've paid.
Responses (27)
Member — 31st January 2009 (3 years ago) #
I got this when I tried to edited an unpublished post:
Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-content/mu-plugins/all_in_one_seo_pack.php:937) in /wpmu/wp-includes/functions.php on line 690
Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-content/mu-plugins/all_in_one_seo_pack.php:937) in /wpmu/wp-includes/functions.php on line 691
(I edited the dirs in this post)
Keeper of the Dark Chocolate — 31st January 2009 (3 years ago) #
Usually that's a sing of blank lines and/or spaces after the closing ?> mark within the first names file. In this case the all_in_one_seo_pack.php one.
I think it;s the first file.
Member — 31st January 2009 (3 years ago) #
This is something minor but as we are a community I noticed that the support tab using the support plugin doesn't have a gray background like the rest, its just white.
Like i said minor but I wanted to bring it forward.
Member — 1st February 2009 (3 years ago) #
not sure if anyone else has noticed this but the admin-bar screws up when you access a blog whilst using the pay to blog plugin
http://nzsport.org/images/pay2blog.jpg
in theory all the links should not be available, however despite not having any titles, if you hover over the drop down arrows it allows the signed in user to access all the various back end areas of their blog.
Also if you access any of these these links you get an error:
Warning: Cannot modify header information - headers already sent by (output started at /home/sites/nzsport.org/public_html/wp-admin/admin-header.php:17) in /home/sites/nzsport.org/public_html/wp-includes/pluggable.php on line 856Member — 1st February 2009 (3 years ago) #
Qlof
I had something similar with the ah who sees ads I removed the plugin and then reinstalled it all has gone back to normal
see how you go
— 1st February 2009 (3 years ago) #
Those links on the admin bar, for going back and forth between blogs, have been acting kinda sketchy on a fresh install.
Member — 2nd February 2009 (3 years ago) #
I'm having the same issue with pay to blog. I even noticed that in the admin bar if you click on the last arrow (read leodors post) it gives anybody the ability to go into the pay-to-blog backend and make changes. I even noticed the TOS showing up as well.
I know you guys bust your ass getting everything done but when do you think we could see an update to pay-to-blog for mu 2.7?
Is there anyway to take the admin bar out?
Member — 2nd February 2009 (3 years ago) #
@DavidJohnson
You can remove the admin bar by uncommenting a section in your wp-config.php file. If you open it up and go to the bit that looks like this :
simply remove the two //
If you have upgraded from a previous version and this is not in your wp-config file then simply add
define( 'NOADMINBAR', 1 );before the bit that says
/* That's all, stop editing! Happy blogging. */For more info check out this thread http://premium.wpmudev.org/forums/topic.php?id=665
Member — 2nd February 2009 (3 years ago) #
I ended up removing the line from the wpmu-functions.php on line 2110 and that worked as well, but it's still giving me this error?
Warning: Cannot modify header information - headers already sent by (output started at /home/ecommer4/public_html/thenacsp/wp-admin/admin-header.php:17) in /home/ecommer4/public_html/thenacsp/wp-includes/pluggable.php on line 856Does your method get rid of that error?
Edit: I just tried and I'm still getting that error. Once the blog is payed for that error no longer shows up. Even if you click on blog account (the only option showing on the left) it goes away. I tried using login redirect to take people to that screen first but im not sure how to get the php to work and grab the users ID. I know the command but don't know how to place it.
Member — 2nd February 2009 (3 years ago) #
I had a tailing blank row after ?> but the error is still there after removing it... But it's ONLY there when writing a new post.
Member — 4th February 2009 (3 years ago) #
Gone Back to wordpress-mu-2.6.5 far too many issues above my head
I made the Mistake of going live lost 30 sign ups as blogs never installed properly issues with wpmu-blogs.php
plus there are issues with ah who sees ad s and all-in-one-seo-pack trying to send headers
I know I rushed i really thought it was fine
Its time to set up a development site
Everything Back to normal at this time
Erstwhile founder — 4th February 2009 (3 years ago) #
Hiya,
We usually wait for the .1 version (as in 2.7.1) before we upgrade. There are always issues right after a major version is released.
Thanks,
Andrew
Member — 5th February 2009 (3 years ago) #
Just wanted to let you know I was playing around with the Nelo theme and the custom homepage images page does not work correctly when trying to upload and crop very large images (2048 X 1545). Not a big deal, but something to look into.
Keeper of the Dark Chocolate — 7th February 2009 (3 years ago) #
OK, this is strange. I don't see the Browse Happy logo in 2.7. Did they remove it? I see the code still in the template file and I've grep'ed for the hook 'in_admin_footer' but I'm not seeing where it's been applied.
Member — 10th February 2009 (3 years ago) #
hey guys, is there any chance on getting the all-in-one-seo-pack plugin fixed soon?
Founder & CEO — 10th February 2009 (3 years ago) #
Yep, coming very shortly.
Member — 13th February 2009 (3 years ago) #
@Ovidiu see second post. I found the blank lines and killed and was good to!
Member — 13th February 2009 (3 years ago) #
@johnnytee:
what are you referring to? I am having this problem:
Catchable fatal error: Object of class WP_Error could not be converted to string in /var/www/web5/web/wp-content/mu-plugins/all_in_one_seo_pack.php on line 194when navigating to the wp-signup.php page.
What blank lines? inside the all in one seo plugin file? there are no blank lines :-(
Member — 18th February 2009 (3 years ago) #
Sorry for my bad English, it is not my native language.
I think, something wrong with plugin Sitemaps and SEO - Wordpress MU Style. I don't know, what was in 2.6.5 and older version, but in my fresh install of WordPress MU 2.7 this plugin gives error.
As I understand — this plugin gives error, when sitemap.xml is not generated. When there are no file sitemap.xml — when you try to edit post throught admin sections — it gives error in the top of page.
When sitemap.xml is generated (it takes some time) — there are no this error.
Member — 18th February 2009 (3 years ago) #
yes, they know. If you read this thread, you will see its been reported, and I think in another thread they said its going to be fixed when they have time for it...
Member — 19th February 2009 (3 years ago) #
Hi,
I have just installed Simple Sitemaps & All In One SEO on WordPress-MU 2.7 and got the same error Qlof was reporting 2 weeks ago :
"Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-content/mu-plugins/all_in_one_seo_pack.php:937) in /wpmu/wp-includes/functions.php on line 690
Warning: Cannot modify header information - headers already sent by (output started at /wpmu/wp-content/mu-plugins/all_in_one_seo_pack.php:937) in /wpmu/wp-includes/functions.php on line 691".
I tried to delete some extra characters after ?> as drmike suggested, but it did not help. Any suggestions?
Thank you in advance. I need to get this plugin to properly work with WordPress-MU 2.7 as soon as possible.
Erstwhile founder — 19th February 2009 (3 years ago) #
Hi,
We've already stated the version of AIO SEO offered here is not 2.7 compatible. Additional posts really aren't necessary.
Thanks,
Andrew
Member — 26th February 2009 (3 years ago) #
Do you have an anticipated timeline for the development of this plugin for 2.7? Thanks
Also, there is no notice on the front page of the site that warns people who are considering laying down $50 that this plugin that you're selling isn't compatible with the current WP software. The only notice about non-compatibility are on the premium pages that you can't get to until you've paid.
Erstwhile founder — 26th February 2009 (3 years ago) #
Hiya,
We're planning on having updates available for all plugins very soon.
Thanks,
Andrew
Member — 10th March 2009 (3 years ago) #
What is the best way for us to know that you've released the update? Will you be posting the news to this feed?
Thanks.
Erstwhile founder — 10th March 2009 (3 years ago) #
You missed the update:
http://premium.wpmudev.org/forums/topic.php?id=766
Thanks,
Andrew
Member — 11th March 2009 (3 years ago) #
Thank you Andrew! I really appreciate all the work you guys put into the plugin.
Become a member