<?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: Parse Error</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: Parse Error</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 22:10:19 +0000</pubDate>

<item>
<title>mahalie on "Can't get install working..."</title>
<link>http://bbpress.org/forums/topic/cant-get-install-working#post-15957</link>
<pubDate>Sat, 03 May 2008 20:22:16 +0000</pubDate>
<dc:creator>mahalie</dc:creator>
<guid isPermaLink="false">15957@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I had the same parse error on line 22, it was because the first non-comment line before it was the secret key which had some weird characters that weren't properly delimited.
&#60;/p&#62;</description>
</item>
<item>
<title>jaysays on "Parse error, unexpected T_VARIABLE  - config.php"</title>
<link>http://bbpress.org/forums/topic/parse-error-unexpected-t_variable-configphp#post-11722</link>
<pubDate>Mon, 29 Oct 2007 23:52:22 +0000</pubDate>
<dc:creator>jaysays</dc:creator>
<guid isPermaLink="false">11722@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I found the error and it was a rather silly mistake (as is typical).  I appreciate your response and apologize for taking so long to get back to you. &#60;/p&#62;
&#60;p&#62;Very best,&#60;/p&#62;
&#60;p&#62;J
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Parse error, unexpected T_VARIABLE  - config.php"</title>
<link>http://bbpress.org/forums/topic/parse-error-unexpected-t_variable-configphp#post-11395</link>
<pubDate>Thu, 11 Oct 2007 19:25:45 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11395@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The error might not be on line 18, it might be before that, and 18 is just where it shows up when PHP parses it.  Can you post the prior lines as well?  Maybe there's a problem with the &#60;code&#62;$bb_table_prefix =&#60;/code&#62; line if you happened to edit that.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>jaysays on "Parse error, unexpected T_VARIABLE  - config.php"</title>
<link>http://bbpress.org/forums/topic/parse-error-unexpected-t_variable-configphp#post-11391</link>
<pubDate>Thu, 11 Oct 2007 15:22:14 +0000</pubDate>
<dc:creator>jaysays</dc:creator>
<guid isPermaLink="false">11391@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I receive the following error after install:&#60;/p&#62;
&#60;p&#62;Parse error: parse error, unexpected T_VARIABLE in .../forum/config.php on line 18&#60;/p&#62;
&#60;p&#62;The code relevant to line 18 is:&#60;/p&#62;
&#60;p&#62;// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = 'http://thebigo.ejoculation.com/forum/';&#60;/p&#62;
&#60;p&#62;I've tried editing this to:&#60;/p&#62;
&#60;p&#62;// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = &#34;http://thebigo.ejoculation.com/forum/&#34;;&#60;/p&#62;
&#60;p&#62;... as suggested in similar instances, but receive the same error.&#60;/p&#62;
&#60;p&#62;It's official, I don't know the answer and I'm forced to admit there are smarter people out there than me.  Can someone please help?
&#60;/p&#62;</description>
</item>
<item>
<title>DawudM on "Can't get install working..."</title>
<link>http://bbpress.org/forums/topic/cant-get-install-working#post-242</link>
<pubDate>Thu, 19 Oct 2006 15:12:15 +0000</pubDate>
<dc:creator>DawudM</dc:creator>
<guid isPermaLink="false">242@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think I figured this out. Used this expression and it worked....&#60;/p&#62;
&#60;p&#62;require_once( dirname(dirname(__FILE__)) . '/wp-config.php' );
&#60;/p&#62;</description>
</item>
<item>
<title>DawudM on "Can't get install working..."</title>
<link>http://bbpress.org/forums/topic/cant-get-install-working#post-238</link>
<pubDate>Thu, 19 Oct 2006 13:43:37 +0000</pubDate>
<dc:creator>DawudM</dc:creator>
<guid isPermaLink="false">238@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just changed wp_home &#38;#38; wp_siteurl from &#60;a href=&#34;http://&#34; rel=&#34;nofollow&#34;&#62;http://&#60;/a&#62; to www, ran install again - and got same error.&#60;/p&#62;
&#60;p&#62;I'm also using require_once ('..wp_config.php'). When I comment it, I get this error:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: __() in [PATH]/bbpress/bb-includes/capabilities.php on line 27&#60;/p&#62;
&#60;p&#62;I've got to be missing something simple. Just don't know what.
&#60;/p&#62;</description>
</item>
<item>
<title>DawudM on "Can't get install working..."</title>
<link>http://bbpress.org/forums/topic/cant-get-install-working#post-237</link>
<pubDate>Thu, 19 Oct 2006 13:35:44 +0000</pubDate>
<dc:creator>DawudM</dc:creator>
<guid isPermaLink="false">237@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;A little more detail...&#60;/p&#62;
&#60;p&#62;I've installed bbPress in a folder inside WordPress (I want to integrate them). I've followed the instructions for integration. I think everything's right - but, obviously not if it's not working.&#60;/p&#62;
&#60;p&#62;I love WordPress and was stoked to hear about bbPress. So any help getting this started would be greatly appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>DawudM on "Can't get install working..."</title>
<link>http://bbpress.org/forums/topic/cant-get-install-working#post-236</link>
<pubDate>Thu, 19 Oct 2006 13:27:50 +0000</pubDate>
<dc:creator>DawudM</dc:creator>
<guid isPermaLink="false">236@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm getting this error...&#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected T_STRING in [PATH]/bbpress/config.php on line 57&#60;/p&#62;
&#60;p&#62;my config file says to stop editing at this line. Why am I getting this error and how can I fix it?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
