When you installed bbpress, what folder did you put all the files in? Your server’s acting like nothing was uploaded to ‘forum’
This page gives a 500 Server Error:
http://www.aboutonlinetips.com/bbpress/
That means there’s probably a syntax error in one of the files needed for the front page.
I renamed the folder to forum. Prviously it was bbpress.
@Chrishjer- Which file should I check for syntax error. Please help
You should check all the PHP files for syntax errors. Especially any file you might have modified. Did you modify a theme, install any plugins, modify the bb-config.php?
The files from bbPress are probably OK, assuming they were uploaded properly, so check anything you modified or edited.
chrishajer
Before installing the forum I created one new mySQL DB and one user instead of using already existing mySQL DB. Apart from this I have not made any other change to any other file.
If you suggest to repeat the steps I can re-install it again.
Please suggest the steps to completely uninstall bbpress for re-installation.
Regards
Chris
What version did you install?
I would not reinstall since that’s no magic bullet. Do you have access to PHP error logs? A blank screen indicating a 500 Server Error should be logged somewhere. It’s possible your server has a PHP function that’s been disabled, but is required by bbPress. In that case, reinstalling will not change a thing.
I would try to find an error log, or if that does not exist, turn on some custom error reporting.
Chrishajer,
I am using following versions-
WordPress version 2.6.1
bbpress-0.9.0.3
Where to find PHP error Logs? I tried but unable to find it. I am not a techie. I would appreciate if you can sort out the issue.
rgds
Chris
1. I don’t believe those versions will integrate. 2.5 goes with 0.9.0* and 2.6+ goes with the 1.0 alpha versions.
2. Where to find the logs depends on your host. Is there access to logs from your hosts control panel?
If you’re not a techie, adding the code for custom error reporting might be a bit over your pay grade, so I won’t post that. Right now though, if you are not seeing the forum, and it’s giving a 500 Server Error, you need to see what that error is to help resolve this.
[~] $ curl -I http://www.aboutonlinetips.com/bbpress/
HTTP/1.1 500 Internal Server Error
Date: Thu, 08 Jan 2009 19:54:12 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Accept-Ranges: bytes
Connection: close
Content-Type: text/html
Chrishajer,
I was able to pull out log files..
/home1/aboutonl/public_html/bbpress/error_log: [05-Jan-2009 10:59:26] PHP Fatal error: Call to undefined function do_action() in /home1/aboutonl/public_html/bbpress/index.php on line 6 [05-Jan-2009 11:08:16] PHP Fatal error: Call to undefined function do_action() in /home1/aboutonl/public_html/bbpress/index.php on line
What should I do now?
This problem has come up a couple times in the past couple days:
https://bbpress.org/forums/topic/bbpress-10-alpha-6-released#post-22750
The function do_action
exists in ./bb-includes/wp-functions.php. Do you have that file and is it complete? Is there a line (around 641, in 0.9.0.4 anyway) that starts with:
function do_action ($tag, $arg = '') {
Is it possible that not all the files were properly uploaded?
Yes the line is present
if ( !function_exists(‘do_action’) ) : // [WP5857]
function do_action($tag, $arg = ”) {
global $wp_filter, $wp_actions;
I think if it were me, I would compare the files on the server with a clean archive to see if there are any differences. Or, you could just re-upload and overwrite everything.
It’s almost like the files aren’t being included, so the files you’re trying to display don’t know those functions exist.
I have uninstalled bbpress forum. Which version should I install now
Chrishajer,
I installed again and it seamlessly integrated with wordpress blog.
I installed bbpress-0.9.0.3 with WordPress version 2.6.1
Many thanks for your support
regards
Chris Martin