bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

wp-includes/pluggable.php on line 689

(10 posts)
  • Started 4 months ago by chadvondra
  • Latest reply from chadvondra
  • This topic is not resolved
  1. chadvondra
    Member

    WP 2.5, BBP .9.0.1 whenever I try to post or log into the bbpress admin I get the following error:

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/mywebsite/forums/bb-config.php:1) in /var/www/virtual/mywebsite/wp-includes/pluggable.php on line 689

    The posts acutally go through but the redirect seems to choke. Admin no can login.

    I have checked both bb-config.php and pluggable.php for blank spaces/lines after the tags. None there. I'm mucho confused. If anyone can help I would greatly appreciate it.

    Thanks in advance,
    Chad

    Posted 4 months ago #
  2. Are you including WordPress inside bbPress?

    The failure is occurring in WordPress' pluggable.php file, not bbPress.

    Posted 4 months ago #
  3. chadvondra
    Member

    Yes its an integration with WordPress.

    Posted 4 months ago #
  4. chadvondra
    Member

    Just to clarify I have Wordpress 2.5 and BBPress .9.0.1 with the integration plugins installed.

    Posted 4 months ago #
  5. Remove the integration plugins, they are not required anymore.

    Posted 4 months ago #
  6. See this page in the documentation.

    http://bbpress.org/documentation/integration-with-wordpress/

    Posted 4 months ago #
  7. chadvondra
    Member

    Went through, disabled the Integration plugin, verified that I had already put the proper tags in and still same error. UGH. I see the /wp-includes/pluggable.php 689 error is increasing in frequency on google by the day. Anyone?

    Posted 4 months ago #
  8. Is there a reason why you are loading WordPress inside bbPress? If not you should stop. There is no need to do this for standard integration to work.

    Also, remove all your plugins and see if it stops. If it does, add them back one by one to see which one is causing the problem.

    Posted 4 months ago #
  9. You should really triple check for blank lines or spaces or null characters at the start of your bb-config.php file. This part of the error: output started at /var/www/virtual/mywebsite/forums/bb-config.php:1 points to that being the problem.

    You should go into the start of the file and delete <?php completely and press the delete key a few times at the start of the file. Then add <php? back to the start of the file.

    You didn't upload your files using Dreamweaver did you? That program has an "option" to add a utf8 BOM character to the start of files, which causes similar behaviour.

    Posted 4 months ago #
  10. chadvondra
    Member

    I redid my bb-config.php completely. finally that did it. I used bbedit before to mod it and for love of god it didn't want to work. Its working this topic can be closed. Thanks a ton Sam. Sorry for the headaches.

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.