<?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-settings.php</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: bb-settings.php</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 02:35:38 +0000</pubDate>

<item>
<title>chrishajer on "Installation instructions incomplete?"</title>
<link>http://bbpress.org/forums/topic/installation-instructions-imcomplete#post-18210</link>
<pubDate>Tue, 12 Aug 2008 20:41:39 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18210@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I did edit my bb-config.php before installation, but I'm not sure if the installer needs that any more (it might be smart enough to write the file these days).  There's nothing in there that you should have edited that would cause this problem anyway (other than the BB_PATH which is after the *Stop Editing* line, near the bottom.)  &#60;/p&#62;
&#60;p&#62;Looks like you installed the latest 0.9.0.2 version.  That's good.&#60;/p&#62;
&#60;p&#62;It looks like not all the files are present though.  Do you have a bb-includes directory with a wp-functions.php file in it?  I do and I did not get that error.&#60;/p&#62;
&#60;p&#62;I would just verify that all the files were uploaded properly.  First check for the existence of a bb-includes directory with a wp-functions.php file in it.  The error is saying that file is not there.
&#60;/p&#62;</description>
</item>
<item>
<title>powellmap on "Installation instructions incomplete?"</title>
<link>http://bbpress.org/forums/topic/installation-instructions-imcomplete#post-18206</link>
<pubDate>Tue, 12 Aug 2008 17:20:17 +0000</pubDate>
<dc:creator>powellmap</dc:creator>
<guid isPermaLink="false">18206@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have to edit your bb-config file before uploading and visiting the url? I followed the steps and didnt see that listed on the &#34;Quick Instructions&#34; page.&#60;/p&#62;
&#60;p&#62;I get the following error:&#60;br /&#62;
Warning: main(/homepages/0/d87087146/htdocs/bbpress/bb-includes/wp-functions.php) [function.main]: failed to open stream: No such file or directory in /homepages/0/d87087146/htdocs/bbpress/bb-settings.php on line 72&#60;/p&#62;
&#60;p&#62;Fatal error: main() [function.require]: Failed opening required '/homepages/0/d87087146/htdocs/bbpress/bb-includes/wp-functions.php' (include_path='.:/usr/lib/php') in /homepages/0/d87087146/htdocs/bbpress/bb-settings.php on line 72
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "PHP Error"</title>
<link>http://bbpress.org/forums/topic/php-error#post-15053</link>
<pubDate>Sat, 05 Apr 2008 11:35:35 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15053@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This, amongst other problems is fixed in version 0.9
&#60;/p&#62;</description>
</item>
<item>
<title>Covi on "PHP Error"</title>
<link>http://bbpress.org/forums/topic/php-error#post-15049</link>
<pubDate>Sat, 05 Apr 2008 10:54:55 +0000</pubDate>
<dc:creator>Covi</dc:creator>
<guid isPermaLink="false">15049@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Why this change in the plugins system?? oO&#60;/p&#62;
&#60;p&#62;Thx chrishajer ;)
&#60;/p&#62;</description>
</item>
<item>
<title>kuzanagi on "PHP Error"</title>
<link>http://bbpress.org/forums/topic/php-error#post-14541</link>
<pubDate>Wed, 19 Mar 2008 03:47:31 +0000</pubDate>
<dc:creator>kuzanagi</dc:creator>
<guid isPermaLink="false">14541@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You rock men!!!, That was my problem too, and I only put that file &#34;_nothing.php&#34; in my plugins directory and now The forum is working well, thanks a lot for it ^^
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "PHP Error"</title>
<link>http://bbpress.org/forums/topic/php-error#post-14180</link>
<pubDate>Sat, 01 Mar 2008 17:30:31 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14180@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;OK - I still don't see those actual line numbers in that release (in fact bb_settings.php has only 209 lines.)  So, &#60;strong&#62;can you&#60;/strong&#62; open up &#60;code&#62;/home/www/web316/html/ps-t/bb-settings.php&#60;/code&#62; and post line 294 (maybe a couple before and after as well) and &#60;code&#62;/home/www/web316/html/ps-t/bb-includes/pluggable.php&#60;/code&#62; and post lines 193 and 231.  The code on those lines will help point the way to solving these problems.&#60;/p&#62;
&#60;p&#62;My hunch is this is related to the glob issue and there being no underscore plugins in a bb-plugins directory. Because there are no plugins that begin with an underscore, and due to problems with the way the glob function is tested for, an error like this can occur.&#60;/p&#62;
&#60;p&#62;You can try installing this plugin to see if it fixes your error, even though the line numbers and messages really don't match up:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bb-benchmark/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bb-benchmark/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think you can also just create a bb-plugins directory in your installation root, then in it create a file called something like &#60;code&#62;_nothing.php&#60;/code&#62; - I think that also causes this block of code to NOT fail, so you wouldn't see these warnings.
&#60;/p&#62;</description>
</item>
<item>
<title>sensifreak on "PHP Error"</title>
<link>http://bbpress.org/forums/topic/php-error#post-14174</link>
<pubDate>Sat, 01 Mar 2008 14:01:14 +0000</pubDate>
<dc:creator>sensifreak</dc:creator>
<guid isPermaLink="false">14174@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://bbpress.org/latest.tar.gz&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/latest.tar.gz&#60;/a&#62;&#60;br /&#62;
this file here i think ists the 0.8.3.1
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "PHP Error"</title>
<link>http://bbpress.org/forums/topic/php-error#post-14173</link>
<pubDate>Sat, 01 Mar 2008 13:16:46 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14173@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Was that a trunk release or the 0.8.3.1 release?&#60;/p&#62;
&#60;p&#62;Also, can you look at those two files in your installation and post the code from those lines here?   Maybe we can find the source of the problem even without matching up the errors in a current download by using your actual installation.
&#60;/p&#62;</description>
</item>
<item>
<title>sensifreak on "PHP Error"</title>
<link>http://bbpress.org/forums/topic/php-error#post-14166</link>
<pubDate>Sat, 01 Mar 2008 07:14:51 +0000</pubDate>
<dc:creator>sensifreak</dc:creator>
<guid isPermaLink="false">14166@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;the latest i downloaded it yesterday
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "PHP Error"</title>
<link>http://bbpress.org/forums/topic/php-error#post-14162</link>
<pubDate>Fri, 29 Feb 2008 21:44:00 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14162@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What version of bbPress did you download?  I can't match up those line numbers at all.
&#60;/p&#62;</description>
</item>
<item>
<title>sensifreak on "PHP Error"</title>
<link>http://bbpress.org/forums/topic/php-error#post-14161</link>
<pubDate>Fri, 29 Feb 2008 21:22:06 +0000</pubDate>
<dc:creator>sensifreak</dc:creator>
<guid isPermaLink="false">14161@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi on the main page of bbpress i have got this error message&#60;/p&#62;
&#60;p&#62;Warning: Invalid argument supplied for foreach() in /home/www/web316/html/ps-t/bb-settings.php on line 294&#60;/p&#62;
&#60;p&#62; and when i want to login this&#60;br /&#62;
Warning: Invalid argument supplied for foreach() in /home/www/web316/html/ps-t/bb-settings.php on line 294&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/www/web316/html/ps-t/bb-settings.php:294) in /home/www/web316/html/ps-t/bb-includes/pluggable.php on line 193&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/www/web316/html/ps-t/bb-settings.php:294) in /home/www/web316/html/ps-t/bb-includes/pluggable.php on line 231
&#60;/p&#62;</description>
</item>
<item>
<title>SessionX1 on "Installations Problem"</title>
<link>http://bbpress.org/forums/topic/installations-problem#post-13523</link>
<pubDate>Fri, 01 Feb 2008 01:56:59 +0000</pubDate>
<dc:creator>SessionX1</dc:creator>
<guid isPermaLink="false">13523@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It cannot be so difficult nevertheless to install that forum!&#60;br /&#62;
Why doesn't the current version go installing? &#60;/p&#62;
&#60;p&#62;I do not have desire also several left to search around the forum in addition-get. &#60;/p&#62;
&#60;p&#62;Also with the drunkenness it does not fold.&#60;br /&#62;
Only errors come. &#60;/p&#62;
&#60;p&#62;Unfortunate actually, bbPress is a good solution thought.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Installations Problem"</title>
<link>http://bbpress.org/forums/topic/installations-problem#post-13518</link>
<pubDate>Fri, 01 Feb 2008 00:10:59 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13518@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Trunk is broken.&#60;/p&#62;
&#60;p&#62;Try revision 1075.
&#60;/p&#62;</description>
</item>
<item>
<title>SessionX1 on "Installations Problem"</title>
<link>http://bbpress.org/forums/topic/installations-problem#post-13511</link>
<pubDate>Thu, 31 Jan 2008 16:29:08 +0000</pubDate>
<dc:creator>SessionX1</dc:creator>
<guid isPermaLink="false">13511@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Rear one,&#60;br /&#62;
I installed now the new trunk version, but now the following error comes: &#60;/p&#62;
&#60;p&#62;! An old config.php file has been detected in your installation. You can either rename it to bb-config.php or remove it and run the installer again. &#60;/p&#62;
&#60;p&#62;I already tried all possible, but does not fold simply.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Installations Problem"</title>
<link>http://bbpress.org/forums/topic/installations-problem#post-13509</link>
<pubDate>Thu, 31 Jan 2008 15:43:17 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13509@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;A quick search of the forum found this:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/warning-invalid-argument?replies=4#post-13367&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/warning-invalid-argument?replies=4#post-13367&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Possible solution:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/php-error-messages?replies=12#post-13143&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/php-error-messages?replies=12#post-13143&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>SessionX1 on "Installations Problem"</title>
<link>http://bbpress.org/forums/topic/installations-problem#post-13508</link>
<pubDate>Thu, 31 Jan 2008 14:50:52 +0000</pubDate>
<dc:creator>SessionX1</dc:creator>
<guid isPermaLink="false">13508@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Warning: Invalid argument supplied for foreach() in /www/htdocs/w00679c6/wpportalbbpress/bb-settings.php on line 169&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00679c6/wpportalbbpress/bb-settings.php:169) in /www/htdocs/w00679c6/wpportalbbpress/bb-admin/install.php on line 10&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00679c6/wpportalbbpress/bb-settings.php:169) in /www/htdocs/w00679c6/wpportalbbpress/bb-includes/functions.php on line 1910
&#60;/p&#62;</description>
</item>
<item>
<title>decavolt on "Warning: Invalid argument supplied for foreach() in /bb-settings.php on line 173"</title>
<link>http://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173#post-13201</link>
<pubDate>Thu, 17 Jan 2008 17:42:38 +0000</pubDate>
<dc:creator>decavolt</dc:creator>
<guid isPermaLink="false">13201@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Neziniux for that fix and the link.&#60;br /&#62;
My forum was working just fine until today when I started seeing these warnings.
&#60;/p&#62;</description>
</item>
<item>
<title>Neziniux on "Warning: Invalid argument supplied for foreach() in /bb-settings.php on line 173"</title>
<link>http://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173#post-12848</link>
<pubDate>Sat, 22 Dec 2007 18:56:04 +0000</pubDate>
<dc:creator>Neziniux</dc:creator>
<guid isPermaLink="false">12848@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I spent a whole day trying to resolve the same problem, until I came accross a sollution. Try the following improvements, worked for me.&#60;/p&#62;
&#60;p&#62;In the bb-settings.php version 0.8.3 line 172 find the code:&#60;/p&#62;
&#60;p&#62;if ( is_callable( 'glob' ) )&#60;br /&#62;
    foreach ( glob(BBPLUGINDIR . '_*.php') as $_plugin )&#60;br /&#62;
        require($_plugin);&#60;/p&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;p&#62;if ( is_callable( 'glob' ) ) {&#60;br /&#62;
    $pluginarray = glob(BBPLUGINDIR . '_*.php');&#60;br /&#62;
    if ($pluginarray)&#60;br /&#62;
        foreach ( $pluginarray as $_plugin )&#60;br /&#62;
            require($_plugin);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;The source (in German): &#60;a href=&#34;http://www.brusdeylins.info/bbpress/problem-in-bb-settings/#comment-67&#34; rel=&#34;nofollow&#34;&#62;http://www.brusdeylins.info/bbpress/problem-in-bb-settings/#comment-67&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gmcosta on "Warning: Invalid argument supplied for foreach() in /bb-settings.php on line 173"</title>
<link>http://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173#post-11636</link>
<pubDate>Tue, 23 Oct 2007 19:35:33 +0000</pubDate>
<dc:creator>gmcosta</dc:creator>
<guid isPermaLink="false">11636@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I did this using PHP 4 at localhost and the warning message still appear
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Warning: Invalid argument supplied for foreach() in /bb-settings.php on line 173"</title>
<link>http://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173#post-11316</link>
<pubDate>Sat, 06 Oct 2007 18:54:03 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11316@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's good that fixed it, but now I am curious why it was broken.  What version of PHP are you using?
&#60;/p&#62;</description>
</item>
<item>
<title>jschleifer on "Warning: Invalid argument supplied for foreach() in /bb-settings.php on line 173"</title>
<link>http://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173#post-11309</link>
<pubDate>Sat, 06 Oct 2007 04:22:58 +0000</pubDate>
<dc:creator>jschleifer</dc:creator>
<guid isPermaLink="false">11309@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thanks for trying to solve this chris!  I went and tried your options..&#60;/p&#62;
&#60;p&#62;&#34;are there any underscore plugins in the plugin directory?&#34;&#60;/p&#62;
&#60;p&#62;nope, there's nothing at all in the plugin directory.&#60;/p&#62;
&#60;p&#62;&#34;What if you put an underscore plugin in that orlder, if there are none now?&#34;&#60;/p&#62;
&#60;p&#62;well I'll be.. I simply touched my-plugins/_test.php&#60;/p&#62;
&#60;p&#62;and it worked.  &#60;/p&#62;
&#60;p&#62;that's just crazy weird.. huh.  thanks for the help! :)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Warning: Invalid argument supplied for foreach() in /bb-settings.php on line 173"</title>
<link>http://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173#post-11278</link>
<pubDate>Fri, 05 Oct 2007 03:11:11 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11278@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;These are completely wild guesses, just stalling and bumping the thread until someone knowledgeable comes along.&#60;/p&#62;
&#60;p&#62;Are there any underscore plugins in the plugin directory?  What if you put an underscore plugin in that folder, if there are none now?&#60;/p&#62;
&#60;p&#62;Is it possible &#60;code&#62;glob&#60;/code&#62; is disabled in your php.ini, and the conditional in this file is not working properly when &#60;code&#62;glob&#60;/code&#62; is disabled (create a phpinfo file and look for the disabled_functions section to see if glob is there.&#60;/p&#62;
&#60;p&#62;That's all I've got right now :-)
&#60;/p&#62;</description>
</item>
<item>
<title>jschleifer on "Warning: Invalid argument supplied for foreach() in /bb-settings.php on line 173"</title>
<link>http://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173#post-11274</link>
<pubDate>Thu, 04 Oct 2007 15:29:29 +0000</pubDate>
<dc:creator>jschleifer</dc:creator>
<guid isPermaLink="false">11274@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I checked file permissions &#38;#38; tried it both with files in it, and without.. permissions were fine, and the number of files in the directory made no difference to the error.  I even tried it w/out the directory there, same error. :(
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Warning: Invalid argument supplied for foreach() in /bb-settings.php on line 173"</title>
<link>http://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173#post-11271</link>
<pubDate>Thu, 04 Oct 2007 15:15:09 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">11271@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible there are no php files in that directory, so the array is empty?  File permissions making them unreadable?
&#60;/p&#62;</description>
</item>
<item>
<title>jschleifer on "Warning: Invalid argument supplied for foreach() in /bb-settings.php on line 173"</title>
<link>http://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173#post-11266</link>
<pubDate>Thu, 04 Oct 2007 06:12:28 +0000</pubDate>
<dc:creator>jschleifer</dc:creator>
<guid isPermaLink="false">11266@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just upgraded to the latest wordpress 2.3 and bbpress 0.8.3 and now when I try and access any page I get the following error at the top of the page:&#60;/p&#62;
&#60;p&#62;Warning: Invalid argument supplied for foreach() in bb-settings.php on line 173&#60;/p&#62;
&#60;p&#62;I checked the bb-settings.php file and the line looks like:&#60;br /&#62;
foreach ( glob(BBPLUGINDIR . '_*.php') as $_plugin )&#60;/p&#62;
&#60;p&#62;I checked BBPLUGINDIR to see if it's been set correctly, and it does indeed point to the location of my-plugins.&#60;/p&#62;
&#60;p&#62;I'm running PHP5 with a mamp server on os x.. I've never had a problem with bbpress before (being using it for a few months now), and only saw this error with the upgrade.&#60;/p&#62;
&#60;p&#62;has anyone else seen this, or know how to remove it?&#60;/p&#62;
&#60;p&#62;cheers,&#60;br /&#62;
Jason
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Call to underfined function"</title>
<link>http://bbpress.org/forums/topic/call-to-underfined-function#post-567</link>
<pubDate>Thu, 26 Oct 2006 18:16:08 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">567@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This can also be caused by defining WP_BB to true without manually loading WordPress as well.
&#60;/p&#62;</description>
</item>
<item>
<title>AphelionZ on "Call to underfined function"</title>
<link>http://bbpress.org/forums/topic/call-to-underfined-function#post-532</link>
<pubDate>Thu, 26 Oct 2006 06:21:21 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">532@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I got that and since it was a fresh install I just over wrote all of the files and re-uploaded it.&#60;/p&#62;
&#60;p&#62;that seemed to work. __ is part of the i10&#124;n thing which is probably in bb-includes.... debugging this would be a major pain, I'd say just copy the files over again.
&#60;/p&#62;</description>
</item>
<item>
<title>peiqinglong on "Call to underfined function"</title>
<link>http://bbpress.org/forums/topic/call-to-underfined-function#post-529</link>
<pubDate>Thu, 26 Oct 2006 05:17:58 +0000</pubDate>
<dc:creator>peiqinglong</dc:creator>
<guid isPermaLink="false">529@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So I just installed the latest version of bbpress (0.72) and followed these steps: &#60;a href=&#34;http://www.devlounge.net/articles/the-ultimate-bbpress-guide&#34; rel=&#34;nofollow&#34;&#62;http://www.devlounge.net/articles/the-ultimate-bbpress-guide&#60;/a&#62; and when I got to &#60;a href=&#34;http://www.abunchofcars.com/forum/,&#34; rel=&#34;nofollow&#34;&#62;http://www.abunchofcars.com/forum/,&#60;/a&#62; I get: Fatal error: Call to undefined function: __() in /home/abunchof/public_html/forum/bb-settings.php on line 93&#60;/p&#62;
&#60;p&#62;I tripled checked my config.php file and all appears fine...not sure what I'm doing wrong?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
