Info
- 9 posts
- 4 voices
- Started 2 years ago by Stealth Employed
- Latest reply from Stealth Employed
- This topic is not resolved
Installation: Fatal Error
-
- Posted 2 years ago #
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!
-
- Posted 2 years ago #
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.phpIf 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.
-
- Posted 2 years ago #
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 http://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
.htaccessis 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' );" -
- Posted 2 years ago #
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/tagsMaybe 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.
-
- Posted 2 years ago #
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:
http://bbpress.org/latest.zip
http://bbpress.org/latest.tar.gzI don't think using trac to grab the source is the same as actually downloading the package. Maybe that was the problem?
-
- Posted 2 years ago #
You are correct. I downloaded it from http://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?
-
- Posted 2 years ago #
make sure you don't have spaces before & after php tags in your config file
-
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
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!
-
You must log in to post.