94 pointsSerious WPMU DEV-sterI'm new here
rpwillie
Member
—
20th January 2012 (4 months ago)
Hi
Using the social theme - when logged out - with the privacy option set, I get this error. There was another thread about this - relating to the activity... spacing before the php stuff... (I don't know php) - anyhow - I removed the spaces and still get the error. Barry told me to log it here - and he'd get one of you good people to build a fix.
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c09/h02/mnt/137750/domains/example.com/html/wp-content/themes/bp-social/members/index.php:12) in /nfs/c09/h02/mnt/137750/domains/example.com/html/wp-includes/pluggable.php on line 866
Thanks
Rob
Ps. Thank you for all your help in the live chat - I'm really starting to make progress now :) thanks!
Using the social theme - when logged out - with the privacy option set, I get this error. There was another thread about this - relating to the activity... spacing before the php stuff... (I don't know php) - anyhow - I removed the spaces and still get the error. Barry told me to log it here - and he'd get one of you good people to build a fix.
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c09/h02/mnt/137750/domains/example.com/html/wp-content/themes/bp-social/members/index.php:12) in /nfs/c09/h02/mnt/137750/domains/example.com/html/wp-includes/pluggable.php on line 866
Thanks
Rob
Ps. Thank you for all your help in the live chat - I'm really starting to make progress now :) thanks!
1775 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Geeky Developer
—
21st January 2012 (4 months ago)
#
hi rob
are you using the latest wp and bp?
everything seem ok in my end.
in anycase could you try open functions.php and edit line 471
add_filter('get_header','check_if_privacy_on',1);
to
add_action('wp_head','check_if_privacy_on',1);
Thanks - I've updated the file, and get this error:
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c09/h02/mnt/137750/domains/example.com/html/wp-content/themes/bp-social/members/index.php:12) in /nfs/c09/h02/mnt/137750/domains/example.com/html/wp-includes/pluggable.php on line 866
7257 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Support Chimp
—
30th January 2012 (3 months ago)
#
Hey there! :-)
Just checking in to see how things are going with this one and if you need any further help. :-)
We haven't heard from you on this thread for a while, perhaps you got help over email. I'm going to presume your all fixed up now and don't need any further assistance.
However if you have more questions or need some more help then please feel free to respond in this thread or create a new one and we will be more than happy to offer assistance. :-)
Responses (4)
Geeky Developer — 21st January 2012 (4 months ago) #
hi rob
are you using the latest wp and bp?
everything seem ok in my end.
in anycase could you try open functions.php and edit line 471
add_filter('get_header','check_if_privacy_on',1);
to
add_action('wp_head','check_if_privacy_on',1);
let me know if the error notice still happen ok
Member — 23rd January 2012 (4 months ago) #
HI Richie,
Thanks - I've updated the file, and get this error:
Warning: Cannot modify header information - headers already sent by (output started at /nfs/c09/h02/mnt/137750/domains/example.com/html/wp-content/themes/bp-social/members/index.php:12) in /nfs/c09/h02/mnt/137750/domains/example.com/html/wp-includes/pluggable.php on line 866
Kind regards,
Rob
Support Chimp — 23rd January 2012 (4 months ago) #
Hey Rob.
Can I check where you are getting this error? Perhaps a specific page? Or whilst doing something?
I've just installed the latest version on the latest WordPress and it seems to function fine.
Take care.
Support Chimp — 30th January 2012 (3 months ago) #
Hey there! :-)
Just checking in to see how things are going with this one and if you need any further help. :-)
We haven't heard from you on this thread for a while, perhaps you got help over email. I'm going to presume your all fixed up now and don't need any further assistance.
However if you have more questions or need some more help then please feel free to respond in this thread or create a new one and we will be more than happy to offer assistance. :-)
Take care.
Become a member