Skip to:
Content
Pages
Categories
Search
Top
Bottom

Installation: Fatal Error


  • Stealth Employed
    Member

    @stealth-employed

    I have tried integrating with my WP several times and triple checked my bb-config.php. IT’S ALL RIGHT. Here is the error I am receiving (replaced URL with XXXXX’s):

    Warning: require_once(/home/content/r/o/b/robe489/html/StealthEmployed/forum/bb-includes/backpress/class.bp-log.php) [function.require-once]: failed to open stream: No such file or directory in /XXXXX/StealthEmployed/forum/bb-settings.php on line 107

    Fatal error: require_once() [function.require]: Failed opening required ‘/XXXXX/StealthEmployed/forum/bb-includes/backpress/class.bp-log.php’ (include_path=’.:/usr/local/php5/lib/php’) in /XXXXX/StealthEmployed/forum/bb-settings.php on line 107

    I tried adding PHP5 support to .htaccess and that didn’t do anything. Changed my cookie settings on WP and BB side to match twice. Please help!

Viewing 8 replies - 1 through 8 (of 8 total)

  • chrishajer
    Participant

    @chrishajer

    That very simple error means that the file is not there, or maybe it’s there but has wrong permissions.

    Is this file present:

    '/XXXXX/StealthEmployed/forum/bb-includes/backpress/class.bp-log.php

    If not, FTP the files up there again maybe one was missed. I don’t think it has anything to do with WordPress because it’s bb-settings.php complaining about a missing bbPress file.


    Stealth Employed
    Member

    @stealth-employed

    I checked my directory and there is no ‘/XXXXX/StealthEmployed/forum/bb-includes/backpress/class.bp-log.php’. There is not a backpress folder in the bb-includes folder. I went to https://trac.bbpress.org/browser/tags/1.0.2 and verfified that it didn’t come with the bbpress download. At the bottom of that page it shows:

    Property svn:ignore set to

    bb-config.php

    my-templates

    my-plugins

    my-languages

    .htaccess

    is there supposed to be a backpress directory or is my bbpress installation supposed to access it from somewhere else?

    Also, here is line 107 of bb-settings.php if it helps:

    “require_once( BACKPRESS_PATH . ‘class.bp-log.php’ );”


    chrishajer
    Participant

    @chrishajer

    Interesting. I recall a while back that backpress had to be added manually, but I thought that was resolved. backpress has it’s own trac:

    http://backpress.automattic.com/browser/tags

    Maybe you can grab it from there and create a backpress directory in bb-includes and put the files there? Maybe an svn:external failed? It’s a weird error that I have not seen before, at least not since the alpha versions of 1.0.

    https://bbpress.org/forums/topic/beta-problem#post-23312


    chrishajer
    Participant

    @chrishajer

    I just checked out 1.0.2 via svn and I see backpress is included as an external:

    Fetching external item into 'bb-includes/backpress/pomo'
    A bb-includes/backpress/pomo/mo.php
    A bb-includes/backpress/pomo/sample
    A bb-includes/backpress/pomo/sample/app.php
    A bb-includes/backpress/pomo/sample/languages
    A bb-includes/backpress/pomo/sample/languages/app.pot
    A bb-includes/backpress/pomo/sample/languages/bg.mo
    A bb-includes/backpress/pomo/sample/languages/app-side.pot
    A bb-includes/backpress/pomo/sample/languages/bg-side.mo
    A bb-includes/backpress/pomo/sample/languages/bg.po
    A bb-includes/backpress/pomo/sample/languages/bg-side.po
    A bb-includes/backpress/pomo/po.php
    A bb-includes/backpress/pomo/streams.php
    A bb-includes/backpress/pomo/entry.php
    A bb-includes/backpress/pomo/translations.php
    Checked out external at revision 191.

    It’s actually included in the packaged download here too:

    https://bbpress.org/latest.zip

    https://bbpress.org/latest.tar.gz

    I don’t think using trac to grab the source is the same as actually downloading the package. Maybe that was the problem?


    Stealth Employed
    Member

    @stealth-employed

    You are correct. I downloaded it from https://bbpress.org/latest.zip and there it was. Strange that it doesn’t come with the .zip package from the trac site.

    On a new note there is now a new installation error:

    Warning: Cannot modify header information – headers already sent by (output started at /XXXXX/StealthEmployed/forum/bb-config.php:64) in /XXXXX/StealthEmployed/forum/bb-includes/functions.bb-pluggable.php on line 232

    I have a feeling this is probably easier to fix than the last one. Any ideas?

    make sure you don’t have spaces before & after php tags in your config file

    Yah ashfame nailed it… if you google the exact text of the error, you’ll see lots of similar reports.

    Btw, what’s up with all the spammy tags on this post (free online games, online gaming)… did somebody add those besides the OP?


    Stealth Employed
    Member

    @stealth-employed

    I’ll check the config file to make sure the code is correct. I have no idea where all the spam tags came from. They’re pretty lame though. whoever it is, they are wasting tons of time!

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar