<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Tag: bb-config.php</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: bb-config.php</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 00:29:37 +0000</pubDate>

<item>
<title>Dirge2000 on "Weird Extra Characters Appearing"</title>
<link>http://bbpress.org/forums/topic/weird-extra-characters-appearing#post-22262</link>
<pubDate>Sat, 27 Dec 2008 10:09:38 +0000</pubDate>
<dc:creator>Dirge2000</dc:creator>
<guid isPermaLink="false">22262@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well what do you know - it *was* in the bb-config.php file. I *knew* it wasn't anything I'd done to the templates, 'cause I'd checked them a thousand times, plus it showed up even when I reverted to the original templates.&#60;/p&#62;
&#60;p&#62;Thanks for your help! :)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Weird Extra Characters Appearing"</title>
<link>http://bbpress.org/forums/topic/weird-extra-characters-appearing#post-22257</link>
<pubDate>Fri, 26 Dec 2008 19:06:17 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">22257@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's not really that weird or random.  I suspect it's in one of the template files that was edited.  Since it doesn't occur anywhere other than the front page (that I could see anyway) it's probably in the &#60;a href=&#34;http://www.corvidaid.org/forum/bb-templates/caforum/front-page.php&#34;&#62;front-page.php&#60;/a&#62; template file.  Just search that file, or all template files for the string &#34;ousep&#34;.  It should be pretty apparent.&#60;/p&#62;
&#60;p&#62;It could also be in the bb-config.php but I doubt it since that would probably throw a syntax error.&#60;/p&#62;
&#60;p&#62;Could be from &#34;houseplant&#34; or &#34;mousepad&#34; I suppose :-P
&#60;/p&#62;</description>
</item>
<item>
<title>Dirge2000 on "Weird Extra Characters Appearing"</title>
<link>http://bbpress.org/forums/topic/weird-extra-characters-appearing#post-22255</link>
<pubDate>Fri, 26 Dec 2008 18:13:12 +0000</pubDate>
<dc:creator>Dirge2000</dc:creator>
<guid isPermaLink="false">22255@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Dunno what's going on, but I've just installed bbpress at &#60;a href=&#34;http://www.corvidaid.org/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.corvidaid.org/forum/&#60;/a&#62; and for some reason extra characters are being added into the page just at the start.  View the source code and you see &#34;ousep&#34; just being spat out at random. I have no idea where it's coming from or what to do about it. Help! :)
&#60;/p&#62;</description>
</item>
<item>
<title>merajnet on "Parse error: syntax error, unexpected T_STRING upon Installation"</title>
<link>http://bbpress.org/forums/topic/parse-error-syntax-error-unexpected-t_string-upon-installation#post-20738</link>
<pubDate>Sun, 16 Nov 2008 22:10:46 +0000</pubDate>
<dc:creator>merajnet</dc:creator>
<guid isPermaLink="false">20738@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sent it to your service sheet email.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Parse error: syntax error, unexpected T_STRING upon Installation"</title>
<link>http://bbpress.org/forums/topic/parse-error-syntax-error-unexpected-t_string-upon-installation#post-20734</link>
<pubDate>Sun, 16 Nov 2008 19:34:53 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20734@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No, do not post it here. If you like, you can email it to me as an attachment and I can check the syntax for you.  You will find a way to contact me by clicking my &#60;a href=&#34;http://bbpress.org/forums/profile/chrishajer&#34;&#62;profile&#60;/a&#62;, or just &#60;a href=&#34;//www.google.com/search?q=chrishajer&#34;&#62;google chrishajer&#60;/a&#62;.  I'm easy to find.&#60;/p&#62;
&#60;p&#62;It's important to not edit the file to hide passwords or keys because you could destroy valuable evidence.
&#60;/p&#62;</description>
</item>
<item>
<title>merajnet on "Parse error: syntax error, unexpected T_STRING upon Installation"</title>
<link>http://bbpress.org/forums/topic/parse-error-syntax-error-unexpected-t_string-upon-installation#post-20731</link>
<pubDate>Sun, 16 Nov 2008 16:35:59 +0000</pubDate>
<dc:creator>merajnet</dc:creator>
<guid isPermaLink="false">20731@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the reply. I use the one found in cPanel. Is it safe to post the contents of bb-config here? I don't know pretty much anything about PHP, hoping that someone can help me get there.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Parse error: syntax error, unexpected T_STRING upon Installation"</title>
<link>http://bbpress.org/forums/topic/parse-error-syntax-error-unexpected-t_string-upon-installation#post-20722</link>
<pubDate>Sun, 16 Nov 2008 01:46:39 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20722@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am guessing there is a problem in bb-config.php right before line 20, which would be the secure auth key.  My guess is something there is not escaped properly.  Can you check that?  A file editor that has syntax highlighting will show it right away since the string will no longer be color coded as &#34;quoted&#34; if a character is not escaped properly.  vim is a good command line  editor for this if you have a shell.  &#60;a href=&#34;http://notepad-plus.sourceforge.net/uk/site.htm&#34;&#62;Notepad++&#60;/a&#62; is good too.  Doesn't matter which editor you use so long as it can do syntax highlighting for a php file.
&#60;/p&#62;</description>
</item>
<item>
<title>merajnet on "Parse error: syntax error, unexpected T_STRING upon Installation"</title>
<link>http://bbpress.org/forums/topic/parse-error-syntax-error-unexpected-t_string-upon-installation#post-20716</link>
<pubDate>Sat, 15 Nov 2008 22:02:12 +0000</pubDate>
<dc:creator>merajnet</dc:creator>
<guid isPermaLink="false">20716@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi all!&#60;/p&#62;
&#60;p&#62;I run wordpress 2.6 at phonereport.info. I tried installing bbPress 1.0 Alpha so that it could integrate with Wordpress, but just as I concluded the installation successfully, I get the following error:&#60;/p&#62;
&#60;p&#62;'Parse error: syntax error, unexpected T_STRING in /home/nokisat7/public_html/phonereport.info/test/bbpress/bb-config.php on line 20'&#60;/p&#62;
&#60;p&#62;Line 20 is the following:&#60;br /&#62;
'// the value of their equivalent keys in the WordPress file wp-config.php'&#60;/p&#62;
&#60;p&#62;Here is the installation log, I changed the password:&#60;br /&#62;
'Referrer is OK, beginning installation…&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Setting up custom user table constants&#60;/p&#62;
&#60;p&#62;Step 1 - Creating database tables&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Modifying database: nokisat7_bbpress (localhost)&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Table: bb_forums&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Creating table&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Done&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Table: bb_meta&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Creating table&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Done&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Table: bb_posts&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Creating table&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Done&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Table: bb_terms&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Creating table&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Done&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Table: bb_term_relationships&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Creating table&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Done&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Table: bb_term_taxonomy&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Creating table&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Done&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Table: bb_topics&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Creating table&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Done&#60;/p&#62;
&#60;p&#62;Step 2 - WordPress integration (optional)&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; WordPress address (URL): &#60;a href=&#34;http://phonereport.info/&#34; rel=&#34;nofollow&#34;&#62;http://phonereport.info/&#60;/a&#62;&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Blog address (URL): &#60;a href=&#34;http://phonereport.info/&#34; rel=&#34;nofollow&#34;&#62;http://phonereport.info/&#60;/a&#62;&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; WordPress cookie keys set.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; WordPress &#34;auth&#34; cookie salt set from input.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; WordPress &#34;logged in&#34; cookie salt set from input.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Fetching missing WordPress cookie salts.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; WordPress &#34;secure auth&#34; cookie salt not set.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User database table prefix: wp_&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User database name: nokisat7_wrdp9&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User database user: nokisat7_forum&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User database password: something&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User database host: localhost&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User database character set: utf8&#60;/p&#62;
&#60;p&#62;Step 3 - Site settings&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Site name: PhoneReport test forum&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Site address (URL): &#60;a href=&#34;http://phonereport.info/test/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://phonereport.info/test/bbpress/&#60;/a&#62;&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; From email address: &#60;a href=&#34;mailto:only.meraj@merajnet.com&#34;&#62;only.meraj@merajnet.com&#60;/a&#62;&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Key master role assigned to existing user&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Username: admin&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Email address: &#60;a href=&#34;mailto:only.meraj@merajnet.com&#34;&#62;only.meraj@merajnet.com&#60;/a&#62;&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Password: Your existing password&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Description: Just another bbPress community&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Forum name: PhoneReport test forum&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Topic: Your first topic&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt;&#38;gt; Post: First Post!  w00t.&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; Key master email sent&#60;/p&#62;
&#60;p&#62;Installation complete!'&#60;/p&#62;
&#60;p&#62;Please let me know what else you wish to have.&#60;/p&#62;
&#60;p&#62;There are two different databases: one for the wordpress installation, the other for bbpress.&#60;br /&#62;
Thank you in advance, and keep up the good work!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Help Setting up. Lost"</title>
<link>http://bbpress.org/forums/topic/help-setting-up-lost#post-20438</link>
<pubDate>Tue, 04 Nov 2008 03:02:02 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20438@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sounds like you have a typo in bb-config.php in your database details.  Since the first error message is appearing on line 7, my guess is that line 6 has the typo, the line with the database password in it.  Can you check that?  If it doesn't make sense, check my profile for a website and contact me through that website and I can help you.  Posted an edited bb-config.php here will not do anyone any good.
&#60;/p&#62;</description>
</item>
<item>
<title>random73 on "Help Setting up. Lost"</title>
<link>http://bbpress.org/forums/topic/help-setting-up-lost#post-20432</link>
<pubDate>Mon, 03 Nov 2008 22:41:07 +0000</pubDate>
<dc:creator>random73</dc:creator>
<guid isPermaLink="false">20432@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am super new at this so please be gentle.&#60;br /&#62;
I copied the database info from my wp-config into the bbpress config but i am getting these errors.&#60;/p&#62;
&#60;p&#62;Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/wpb0776/public_html/bbpress/bb-config.php on line 7&#60;/p&#62;
&#60;p&#62;Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/wpb0776/public_html/bbpress/bb-config.php on line 8&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected T_STRING in /home/wpb0776/public_html/bbpress/bb-config.php on line 10&#60;/p&#62;
&#60;p&#62;I have no idea what this means? please any help would be great.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "why Regisration disabled. This is a demo site.?"</title>
<link>http://bbpress.org/forums/topic/why-regisration-disabled-this-is-a-demo-site#post-19815</link>
<pubDate>Sat, 11 Oct 2008 04:59:54 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19815@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post a minimally edited version of your config?  Maybe change just one character in the sensitive information.  The idea is not to destroy anything that might be an error in the file.   If you edit ALL the sensitive information out, and then post it here, checking that file won't do much good, since it's not the original, not even close to it.
&#60;/p&#62;</description>
</item>
<item>
<title>maltejansson@gmail.com on "why Regisration disabled. This is a demo site.?"</title>
<link>http://bbpress.org/forums/topic/why-regisration-disabled-this-is-a-demo-site#post-19800</link>
<pubDate>Fri, 10 Oct 2008 20:37:34 +0000</pubDate>
<dc:creator>maltejansson@gmail.com</dc:creator>
<guid isPermaLink="false">19800@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yes, but it dosent works for me. I got peacemaker but dont using WP. When i changed my sample file it says:&#34; An invalid configuration file was found at bb-config.php&#60;br /&#62;
The installation cannot continue. &#34; I only got this at the end &#34;if ( !defined('BB_PATH') )&#60;br /&#62;
	define('BB_PATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BB_PATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#34; and have made a secret key.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "why Regisration disabled. This is a demo site.?"</title>
<link>http://bbpress.org/forums/topic/why-regisration-disabled-this-is-a-demo-site#post-19647</link>
<pubDate>Sun, 05 Oct 2008 20:16:53 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19647@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Someone else using that theme had and resolved the same problem:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/demo-site-wordpress-integrations-problem&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/demo-site-wordpress-integrations-problem&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>maltejansson@gmail.com on "why Regisration disabled. This is a demo site.?"</title>
<link>http://bbpress.org/forums/topic/why-regisration-disabled-this-is-a-demo-site#post-19644</link>
<pubDate>Sun, 05 Oct 2008 19:56:25 +0000</pubDate>
<dc:creator>maltejansson@gmail.com</dc:creator>
<guid isPermaLink="false">19644@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, my forum runs with the theme peacemaker.&#60;br /&#62;
But why cant someone register at my site?&#60;/p&#62;
&#60;p&#62;Please help.&#60;/p&#62;
&#60;p&#62;Url to forum: &#60;a href=&#34;http://dino.cows.se/malte/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://dino.cows.se/malte/bbpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Regarding Trunk Releases and Installation"</title>
<link>http://bbpress.org/forums/topic/regarding-trunk-releases-and-installation#post-19529</link>
<pubDate>Sun, 28 Sep 2008 12:25:51 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19529@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very good.  I created my config by hand, and always have since I first started using bbPress.  Not sure why that didn't work for you the first time around.
&#60;/p&#62;</description>
</item>
<item>
<title>Cabal79 on "Regarding Trunk Releases and Installation"</title>
<link>http://bbpress.org/forums/topic/regarding-trunk-releases-and-installation#post-19526</link>
<pubDate>Sun, 28 Sep 2008 09:21:21 +0000</pubDate>
<dc:creator>Cabal79</dc:creator>
<guid isPermaLink="false">19526@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you so much for going the extra mile and making a video, that was awesome. &#60;/p&#62;
&#60;p&#62;I just leeched the latest Trunk and tried to let it create the bb-config on it's own and now it worked, still can't find the earlier syntax problem but it's running now. &#60;/p&#62;
&#60;p&#62;Thank again!&#60;br /&#62;
Rob
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Regarding Trunk Releases and Installation"</title>
<link>http://bbpress.org/forums/topic/regarding-trunk-releases-and-installation#post-19502</link>
<pubDate>Sat, 27 Sep 2008 09:23:03 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">19502@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Heh, it almost takes video proof for people to believe that it works sometimes.&#60;/p&#62;
&#60;p&#62;There doesn't appear to be anything wrong with that bb-config, but you should just let the installer create it for you.&#60;/p&#62;
&#60;p&#62;BackPress is included with bbPress when you grab it via SVN or in the 1.0-Alpha packages. SO there is no need to get it separately.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Regarding Trunk Releases and Installation"</title>
<link>http://bbpress.org/forums/topic/regarding-trunk-releases-and-installation#post-19482</link>
<pubDate>Fri, 26 Sep 2008 22:56:35 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19482@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;I just did an svn checkout of r1736 and that included backpress r153, which is what's available at the URL you posted.&#60;/p&#62;
&#60;p&#62;Mine installed cleanly.  I did not integrate with WordPress.  You can see a one minute video of the installation here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.chrishajer.com/bbpress/1736/&#34; rel=&#34;nofollow&#34;&#62;http://www.chrishajer.com/bbpress/1736/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;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 &#60;/p&#62;
&#60;p&#62;&#60;code&#62;php -l bb-config.php&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;to check that file for syntax errors.  That's &#34;php dash el&#34;, l for &#60;strong&#62;L&#60;/strong&#62;int.
&#60;/p&#62;</description>
</item>
<item>
<title>Cabal79 on "Regarding Trunk Releases and Installation"</title>
<link>http://bbpress.org/forums/topic/regarding-trunk-releases-and-installation#post-19481</link>
<pubDate>Fri, 26 Sep 2008 22:15:48 +0000</pubDate>
<dc:creator>Cabal79</dc:creator>
<guid isPermaLink="false">19481@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well I used yesterdays Trunk Release (1736) and the Backpress folder from here: &#60;a href=&#34;http://svn.automattic.com/backpress/trunk/includes/&#34; rel=&#34;nofollow&#34;&#62;http://svn.automattic.com/backpress/trunk/includes/&#60;/a&#62;&#60;br /&#62;
Is there anything else I'd have to add to the Trunk that I possibly missed?&#60;/p&#62;
&#60;p&#62;I don't really think that the bb-config syntax is wrong because it's working with the Alpha just fine.&#60;br /&#62;
Anyways, the code for what it's worse:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
// ** MySQL settings ** //
define(&#38;#39;BBDB_NAME&#38;#39;, &#38;#39;xxxxx&#38;#39;);      // The name of the database
define(&#38;#39;BBDB_USER&#38;#39;, &#38;#39;xxxxx&#38;#39;);     // Your MySQL username
define(&#38;#39;BBDB_PASSWORD&#38;#39;, &#38;#39;xxxxx&#38;#39;); // ...and password
define(&#38;#39;BBDB_HOST&#38;#39;, &#38;#39;localhost&#38;#39;);    // 99% chance you won&#38;#39;t need to change these last few

define(&#38;#39;BBDB_CHARSET&#38;#39;, &#38;#39;utf8&#38;#39;);      // If you are *upgrading*, and your old bb-config.php does
define(&#38;#39;BBDB_COLLATE&#38;#39;, &#38;#39;&#38;#39;);          // not have these two contstants in them, DO NOT define them
                                     // If you are installing for the first time, leave them here

// Change each KEY to a different unique phrase.  You won&#38;#39;t have to remember the phrases later,
// so make them long and complicated.  You can visit &#60;a href=&#34;https://www.grc.com/passwords.htm&#34; rel=&#34;nofollow&#34;&#62;https://www.grc.com/passwords.htm&#60;/a&#62;
// to get phrases generated for you, or just make something up.  Each key should have a different phrase.
// If you are integrating logins with WordPress, you will need to match each key to
// the value of their equivalent keys in the WordPress file wp-config.php
define(&#38;#39;BB_AUTH_KEY&#38;#39;, &#38;#39;xxxxx&#38;#39;); // Change this to a unique phrase.
define(&#38;#39;BB_SECURE_AUTH_KEY&#38;#39;, &#38;#39;xxxxx&#38;#39;); // Change this to a unique phrase.
define(&#38;#39;BB_LOGGED_IN_KEY&#38;#39;, &#38;#39;xxxxx&#38;#39;); // Change this to a unique phrase.

// If you are running multiple bbPress installations in a single database,
// you will probably want to change this.
$bb_table_prefix = &#38;#39;bb_&#38;#39;; // Only letters, numbers and underscores please!

// Change this to localize bbPress.  A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BB_LANG to &#38;#39;de&#38;#39;
// to enable German language support.
define(&#38;#39;BB_LANG&#38;#39;, &#38;#39;&#38;#39;);

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks for helping out!&#60;/p&#62;
&#60;p&#62;Rob
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Regarding Trunk Releases and Installation"</title>
<link>http://bbpress.org/forums/topic/regarding-trunk-releases-and-installation#post-19475</link>
<pubDate>Fri, 26 Sep 2008 17:49:11 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19475@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If it's blanking out, you probably have a syntax problem with your bb-config.php.  The installer is supposed to be working still with trunk.  What release did you grab, just to be sure this is true?&#60;/p&#62;
&#60;p&#62;Do you have access to error logs?  You probably have a 500 Internal Server Error being logged.
&#60;/p&#62;</description>
</item>
<item>
<title>Cabal79 on "Regarding Trunk Releases and Installation"</title>
<link>http://bbpress.org/forums/topic/regarding-trunk-releases-and-installation#post-19465</link>
<pubDate>Fri, 26 Sep 2008 09:03:05 +0000</pubDate>
<dc:creator>Cabal79</dc:creator>
<guid isPermaLink="false">19465@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello there.&#60;br /&#62;
I'm eager to try out some of Sam's Trunk Releases on my site, but I keep running into installation issues. Since I'm new to these kind of test releases, it might just be a simple misunderstanding on my part though.&#60;br /&#62;
In a nutshell, what I did is download the latest trunk, add a backpress release and try to install as usual.&#60;br /&#62;
Well, after changing bb-config-sample.php into bb-config.php in step 1 the installer will just blank out on the following steps. &#60;/p&#62;
&#60;p&#62;Are these Releases not supposed to support the installer at this point?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Rob
&#60;/p&#62;</description>
</item>
<item>
<title>gimecoffee on "Blank Screen"</title>
<link>http://bbpress.org/forums/topic/blank-screen#post-18761</link>
<pubDate>Thu, 28 Aug 2008 19:40:24 +0000</pubDate>
<dc:creator>gimecoffee</dc:creator>
<guid isPermaLink="false">18761@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just finished tracking down a similar problem (Blank screen on new install) for a colleague.  I think chrishajer may be on to your problem with the key but not all linux installs allow php command lines and my httpd access and error logs gave no useful info.&#60;/p&#62;
&#60;p&#62;My colleague had copied the WP secret BUT not the whole thing.  He stopped on an escape string ('\') which made php think the last single quote in the definition syntax was part of the key.  This made the entire rest of the file part of the text in the definition instead of letting the php interpreter at it.  For example:&#60;br /&#62;
define('BB_SECRET_KEY', 'Ts[5wi;{?2Sp%\&#34;\');&#60;br /&#62;
should have been&#60;br /&#62;
define('BB_SECRET_KEY', 'Ts[5wi;{?2Sp%\&#34;\'} 4N_zAd6');&#60;/p&#62;
&#60;p&#62;You can see in the first example that the escape character &#34;\&#34; is what breaks the rest of the file for php.  If your WP key is ending with &#34;\&#34; (right before the single quote) then I would try deleting that character in both places and see if that does the trick.&#60;/p&#62;
&#60;p&#62;Happy hunting&#60;br /&#62;
Rois
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Help! I renamed my bbpress file directory name..."</title>
<link>http://bbpress.org/forums/topic/help-i-renamed-my-bbpress-file-directory-name#post-18717</link>
<pubDate>Wed, 27 Aug 2008 17:20:18 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18717@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't think were any changes.  The original poster had problems I don't think anyone was able to recreate.  &#60;a href=&#34;http://bbpress.org/forums/topic/help-i-renamed-my-bbpress-file-directory-name#post-17994&#34;&#62;I had no trouble with it&#60;/a&#62;; same as your experience.  Maybe their configuration was different in some way.
&#60;/p&#62;</description>
</item>
<item>
<title>sonza on "Help! I renamed my bbpress file directory name..."</title>
<link>http://bbpress.org/forums/topic/help-i-renamed-my-bbpress-file-directory-name#post-18711</link>
<pubDate>Wed, 27 Aug 2008 15:42:36 +0000</pubDate>
<dc:creator>sonza</dc:creator>
<guid isPermaLink="false">18711@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmm, I just installed bbPress and wanted to rename my folder from 'forum' to 'forums'. &#60;/p&#62;
&#60;p&#62;I was searched for the correct way to do this and apparently, all i did was to change the directory I wanted bbPress to work on in the admin&#38;gt;settings section, then rename the folder.&#60;/p&#62;
&#60;p&#62;maybe seeing as this topic is 3 weeks old, there may have been changes to the system regarding this.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Blank Screen"</title>
<link>http://bbpress.org/forums/topic/blank-screen#post-18619</link>
<pubDate>Sun, 24 Aug 2008 14:22:42 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18619@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The password normally contains special characters and that's fine.  That's how I can usually tell if the bbPress is an old version or new version, based on the password being sent out when you register.&#60;/p&#62;
&#60;p&#62;There is no problem with having special characters in the secret keys: it's just that if they're not properly escaped, the server will choke on the config file because the bb-config.php does not have proper syntax.&#60;/p&#62;
&#60;p&#62;So, make sure the keys are the same for WordPress and bbPress, make sure the bb-config.php is syntactically correct (&#60;code&#62;php -l bb-config.php&#60;/code&#62; from a Linux command line) and then figure out why you can't log in.&#60;/p&#62;
&#60;p&#62;You can also make the secret keys really short and easy to compare while testing to see if that's the problem.&#60;/p&#62;
&#60;p&#62;It's also worthwhile to check any php file you edited for the proper syntax.  Maybe once you log in, you are being served another page that has a syntax error (a template file?) and that is causing the blank screen.&#60;/p&#62;
&#60;p&#62;Also, access to error logs will help with this, if you have them.
&#60;/p&#62;</description>
</item>
<item>
<title>hanjra on "Blank Screen"</title>
<link>http://bbpress.org/forums/topic/blank-screen#post-18589</link>
<pubDate>Sat, 23 Aug 2008 12:08:57 +0000</pubDate>
<dc:creator>hanjra</dc:creator>
<guid isPermaLink="false">18589@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes i tried resetting the password.... one more thing... even i replaced the key with only numerics and alphabets but even then when i got resetted password, it contained special characters...&#60;/p&#62;
&#60;p&#62;I think these special characters making problem.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Blank Screen"</title>
<link>http://bbpress.org/forums/topic/blank-screen#post-18587</link>
<pubDate>Sat, 23 Aug 2008 10:34:31 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">18587@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Have you tried resetting your password? Is a new user able to log in?
&#60;/p&#62;</description>
</item>
<item>
<title>hanjra on "Blank Screen"</title>
<link>http://bbpress.org/forums/topic/blank-screen#post-18551</link>
<pubDate>Fri, 22 Aug 2008 08:09:21 +0000</pubDate>
<dc:creator>hanjra</dc:creator>
<guid isPermaLink="false">18551@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;whenever i try to login with correct password, i face this blank screen and if i use wrong password, i am directed to the login page with incorrect password. &#60;/p&#62;
&#60;p&#62;Please folks help me
&#60;/p&#62;</description>
</item>
<item>
<title>hanjra on "Blank Screen"</title>
<link>http://bbpress.org/forums/topic/blank-screen#post-18546</link>
<pubDate>Thu, 21 Aug 2008 18:33:48 +0000</pubDate>
<dc:creator>hanjra</dc:creator>
<guid isPermaLink="false">18546@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I did cleare the cookies and cache but was not able to signin even in wordpress.&#60;br /&#62;
I ll try by restarting the pc after clearing all cookies and cache. In fact i use 2 to 3 browsers at a time. IE , Opera, and safari.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Blank Screen"</title>
<link>http://bbpress.org/forums/topic/blank-screen#post-18544</link>
<pubDate>Thu, 21 Aug 2008 17:13:52 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18544@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Have you tried clearing your cookies? Since you changed the keys for WordPress and bbPress, the cookies will be different and your old ones might be fouling things up.&#60;/p&#62;
&#60;p&#62;You can also contact me off list and I might be able to help you.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
