Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Regarding Trunk Releases and Installation


chrishajer
Participant

@chrishajer

It’s hard to tell if there’s an error in an edited bb-config.php. I have seen where the secret keys are not properly escaped, and that creates a PHP problem. As you’ve posted it (edited) it works fine.

I just did an svn checkout of r1736 and that included backpress r153, which is what’s available at the URL you posted.

Mine installed cleanly. I did not integrate with WordPress. You can see a one minute video of the installation here:

http://www.chrishajer.com/bbpress/1736/

I suspect a problem with the secret keys in the bb-config.php. Or some other syntax problem with the bb-config.php. If you have a command line with php you can run

php -l bb-config.php

to check that file for syntax errors. That’s “php dash el”, l for Lint.

Skip to toolbar