• Resolved kiwiwordpress

    (@kiwiwordpress)


    Hi, I am new to wordpress but was chugging away happily until I installed BB Press. I thought it would be like Mingle and allow me to select a page to go to – but it took over the whole site. So I tried to delete the bb_files from the ftp to get my word press site back but now my homepage says this

    Warning: require_once(/home/theonefo/public_html/bb-includes/backpress/class.bp-log.php) [function.require-once]: failed to open stream: No such file or directory in /home/theonefo/public_html/bb-settings.php on line 109

    How can I get the URL http://www.theoneforfamilies.co.uk to point back to the site I’ve been building in WP?

    Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • To start with put all the files and directories you deleted, then we can either help fix or help you remoe the installed files.

    Thread Starter kiwiwordpress

    (@kiwiwordpress)

    Hi Lee,
    I went into the public file directory in my ftp and deleted any folder that started with bb_ which seemed to be the advice online. But there is a index.php page in the public files with the following code which seems to be what the error message refer to. All the other wordpress files are still there and I haven’t deleted any of those, I just don’t know how to get them to be what my homepage points at instead of anything referring to BB. I hope that makes sense. Probably not ……
    I can’t list the file I deleted as there is no deleted files folder on the ftp for me to refer to – unless you know how?

    <?php

    require(‘./bb-load.php’);

    bb_repermalink();

    $bb_db_override = false;
    do_action( ‘bb_index.php_pre_db’ );

    if ( isset($_GET[‘new’]) && ‘1’ == $_GET[‘new’] ) :
    $forums = false;
    elseif ( !$bb_db_override ) :
    $forums = bb_get_forums(); // Comment to hide forums
    if ( $topics = get_latest_topics( false, $page ) ) {
    bb_cache_last_posts( $topics );
    }
    if ( $super_stickies = get_sticky_topics() ) {
    bb_cache_last_posts( $super_stickies );
    }
    endif;

    bb_load_template( ‘front-page.php’, array(‘bb_db_override’, ‘super_stickies’) );

    ?>

    Thread Starter kiwiwordpress

    (@kiwiwordpress)

    And homepage error message now says this too

    Warning: require(./bb-load.php) [function.require]: failed to open stream: No such file or directory in /home/theonefo/public_html/index.php on line 3

    Warning: require(./bb-load.php) [function.require]: failed to open stream: No such file or directory in /home/theonefo/public_html/index.php on line 3

    Fatal error: require() [function.require]: Failed opening required ‘./bb-load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/theonefo/public_html/index.php on line 3

    What directory is the index.php file?

    Thread Starter kiwiwordpress

    (@kiwiwordpress)

    Just to say my hosting company sorted the problem with the file directory for me. Thanks Lee for looking into it. I’ll be backing up files before doing any new plug ins!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘installed bb press and it mucked everything up – need help’ is closed to new replies.