Forums

Join
bbPress Support ForumsThemes*seamless* wordpress integration

Info

*seamless* wordpress integration

  1. Hi, 2 problems and I hope you guys can help me out :)

    1. I'm getting this error:

    Warning: require_once(/hermes/web10/b811/pow.oktearoom/htdocs/forum/htdocs/blog/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in /hermes/web10/b811/pow.oktearoom/htdocs/forum/bb-config.php on line 66

    Fatal error: require_once() [function.require]: Failed opening required '/hermes/web10/b811/pow.oktearoom/htdocs/forum/htdocs/blog/wp-config.php' (include_path='.:/usr/local/lib/php-5.2.2/lib/php') in /hermes/web10/b811/pow.oktearoom/htdocs/forum/bb-config.php on line 66

    I know that i defined the path incorrectly..i want it to say /htdocs/blog/wp-config.php and NOT htdocs/forum/htdocs/blog/wp-config.php

    How do i write it without it including the htdocs/forum part. (my blog is on my /blog directory and the forum is in the /forum directory). Sorry, i'm a hug newb but I'd appreciate some guidance.

    Problem 2:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/web10/b811/pow.oktearoom/htdocs/blog/wp-blog-header.php:4) in /hermes/web10/b811/pow.oktearoom/htdocs/blog/wp-content/plugins/wp-e-commerce/merchants/paypal_certified.php on line 741

    That is showing up at the top of my blog. Any idea on how to tackle that?

    Thanks

    Bob

  2. Can someone just help me figure out how to type out the format for the location of the wp-config.php in my first problem? thanks.

  3. Does having separate WordPress and BBpress databases make calling a WP header from a BB page impossible?

  4. No, that does not make it impossible. It's completely unrelated. Start a new topic with your issue and give as much detail as possible.

  5. @ vilimaunula..... where did you include this code? in which file? in which line?

    <?php if ($forumpage == TRUE) {
    bb_title();
    echo " :.: AKN&I";
    } else ...
    to add the forum feed:

    <?php if ($forumpage == TRUE) bb_feed_head(); ?>

    and are you sure this code is right.. for getting bbpress title?

    Thanks,
    cNc

  6. HI,

    I am almost done, however here come the things I can´t fix.

    1.- I am not able to sent a comment in the blog, I get this message:

    Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-comments-post.php on line 88

    Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-comments-post.php on line 89

    Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-comments-post.php on line 90

    Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-includes/pluggable.php on line 868

    However, the comment is accepted.

    2.- I am not able to use the WP dashboard, any option I choose, like edit post, edit pluggins or so, ends in the following error.

    
    Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-includes/pluggable.php on line 868

    3.- I do not have a login/register option in my BBPRESS.
    4.- When adding an answer to a post in the BBpress site, I get this message

    Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-includes/pluggable.php on line 868
    However, the comment is accepted.

    My Blog is http://severus.es and the forums are at http://severus.es/forums.
    I am using WP2.9.2 and BBPress 1.02

  7. @severus

    The integration shouldn't affect WordPress.

  8. Hi gerikg

    The integration is working already without errors. I just gave up and copied back the backup and suddenly it showed perfect. I do not have an explanation for that, but it works.

    Now I am into the details.

    — the login/register function did not show, so I took it out of the header and put it on the content and it works. I have still to give a better format that does not get over the content.

    — I want to add a Grey background over every second post. No idea how to do it. Any idea?

    — I have probably to redo the integration since when I log in WP it log me out in BBpress and viceversa.

    — I have to refine some details still (font colors, etc)

    The sites are:
    WP: http://www.severus.es
    BBPress: http://www.severus.es/foro

    I won´t add the forums links in the menu until it is 100% integrated.

    Thanks a lot for the explanations here.

  9. Learn to use an add-on feature on FireFox browser called FireBug. That can help you with what css line you need to edit (to make the grey background), etc, etc.

  10. You must log in to post.