<?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: Fatal</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: Fatal</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:48:04 +0000</pubDate>

<item>
<title>chrishajer on "Fatal error when deleting forum."</title>
<link>http://bbpress.org/forums/topic/fatal-error-when-deleting-forum#post-15627</link>
<pubDate>Mon, 21 Apr 2008 18:39:21 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15627@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/cannot-delete-forums&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/cannot-delete-forums&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Fatal error when deleting forum."</title>
<link>http://bbpress.org/forums/topic/fatal-error-when-deleting-forum#post-15626</link>
<pubDate>Mon, 21 Apr 2008 18:21:46 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15626@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tried to remove an entire forum, and got this:&#60;/p&#62;
&#60;p&#62;********&#60;br /&#62;
Fatal error: Call to undefined function: array_may() in /usr/www/users/trashm/forums/bb-admin/admin-functions.php on line 507&#60;br /&#62;
********&#60;/p&#62;
&#60;p&#62;So I can't delete a forum.  How can I fix this?
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7530</link>
<pubDate>Sun, 20 May 2007 00:08:02 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7530@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I figured it out.&#60;/p&#62;
&#60;p&#62;I must have been missing some required hidden files. I deleted all my files from the server and then reuploaded them using my Windows machine,. Now it works like it should..&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
-Baldwin
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7503</link>
<pubDate>Fri, 18 May 2007 18:42:42 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7503@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Help Please!&#60;/p&#62;
&#60;p&#62;-Baldwin
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7496</link>
<pubDate>Fri, 18 May 2007 03:15:02 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7496@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is what the config file looks like:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'turner_wrdp3');      // The name of the database&#60;br /&#62;
define('BBDB_USER', '***********');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', '*****************'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'localhost');    // 99% chance you won't need to change this value&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix  = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// If your bbPress URL is &#60;a href=&#34;http://bbpress.example.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.example.com/forums/&#60;/a&#62; , the examples would be correct.&#60;br /&#62;
// Adjust the domain and path to suit your actual URL.&#60;br /&#62;
	// Just the domain name; no directories or path. There should be no trailing slash here.&#60;br /&#62;
	$bb-&#38;gt;domain = 'http://forums.ppacp.org'; // Example: 'http://bbpress.example.com'&#60;br /&#62;
	// There should be both a leading and trailing slash here. '/' is fine if the site is in root.&#60;br /&#62;
	$bb-&#38;gt;path   = '/';				   // Example: '/forums/'&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name   = 'Professional Photographers Againsts Copying Photographs';&#60;/p&#62;
&#60;p&#62;// This must be set before running the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = '*********@ppacp.org';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = false;&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -4;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = '*************'; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave the rest as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://ppacp.org';  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash.  Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://ppacp.org';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>davidbaldiwn on "Fatal error: Call to undefined function: bb_install_header()"</title>
<link>http://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-bb_install_header#post-7495</link>
<pubDate>Fri, 18 May 2007 03:09:34 +0000</pubDate>
<dc:creator>davidbaldiwn</dc:creator>
<guid isPermaLink="false">7495@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Are you supposed to install bbPress with the same or different Database information as Wordpress?&#60;br /&#62;
I want to integrate the two, so I used the same database information as wordpress.&#60;/p&#62;
&#60;p&#62;When I try to run the install, I get this error:&#60;br /&#62;
&#34;Fatal error: Call to undefined function: bb_install_header() in /home/turner/public_html/forums/bb-admin/install.php on line 11&#34;&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>csl749 on "Cannot call WP functions inside BB, followed docs instructions..."</title>
<link>http://bbpress.org/forums/topic/cannot-call-wp-functions-inside-bb-followed-docs-instructions#post-7285</link>
<pubDate>Mon, 07 May 2007 14:54:49 +0000</pubDate>
<dc:creator>csl749</dc:creator>
<guid isPermaLink="false">7285@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Found the problem - I had to chmod wp-blog-header so it could be executed. Oops!&#60;/p&#62;
&#60;p&#62;So I can now call wp functions from bb. If I want bb functions in wp, do I just do a similar thing in wordpress?
&#60;/p&#62;</description>
</item>
<item>
<title>csl749 on "Cannot call WP functions inside BB, followed docs instructions..."</title>
<link>http://bbpress.org/forums/topic/cannot-call-wp-functions-inside-bb-followed-docs-instructions#post-7265</link>
<pubDate>Sun, 06 May 2007 22:44:18 +0000</pubDate>
<dc:creator>csl749</dc:creator>
<guid isPermaLink="false">7265@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmm. I tried the path (it's thrown up in the error anyway so I assume it's the correct path!) but it's still not working, providing me with an error.&#60;/p&#62;
&#60;p&#62;Everything works anyway, as I built the forum theme up around the main site, but it'd be nice to know that I could call BB and WP functions if I wanted, without worrying. Oh well...&#60;/p&#62;
&#60;p&#62;Thanks very much for the kind help though Fel64! :)
&#60;/p&#62;</description>
</item>
<item>
<title>csl749 on "Cannot call WP functions inside BB, followed docs instructions..."</title>
<link>http://bbpress.org/forums/topic/cannot-call-wp-functions-inside-bb-followed-docs-instructions#post-7209</link>
<pubDate>Thu, 03 May 2007 16:48:39 +0000</pubDate>
<dc:creator>csl749</dc:creator>
<guid isPermaLink="false">7209@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah - thank you for the hint, that makes sense. I've been tinkering with the theme to try and get it to look like the original site, but I'll try this too, adding a path rather than URL. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Cannot call WP functions inside BB, followed docs instructions..."</title>
<link>http://bbpress.org/forums/topic/cannot-call-wp-functions-inside-bb-followed-docs-instructions#post-7207</link>
<pubDate>Thu, 03 May 2007 16:31:16 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7207@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think &#60;code&#62;require_once&#60;/code&#62; (or &#60;code&#62;require&#60;/code&#62;, &#60;code&#62;include&#60;/code&#62; or &#60;code&#62;include_once&#60;/code&#62; for that matter) need a &#60;em&#62;path&#60;/em&#62; to the file rather than a URL. A path would be like the addresses you get when you're browsing folders on your computer. I can't say what your path would be, but mine is &#60;code&#62;/home/username/public_html/wordpress/wp-config.php&#60;/code&#62;. Ask your hosting provider if you don't know what to use. :)&#60;/p&#62;
&#60;p&#62;It might be easier to recreate the theme anyway, if I remember rightly a fair few folks come here with problems when trying to stick bb into the WP theme like that.
&#60;/p&#62;</description>
</item>
<item>
<title>csl749 on "Cannot call WP functions inside BB, followed docs instructions..."</title>
<link>http://bbpress.org/forums/topic/cannot-call-wp-functions-inside-bb-followed-docs-instructions#post-7206</link>
<pubDate>Thu, 03 May 2007 14:01:57 +0000</pubDate>
<dc:creator>csl749</dc:creator>
<guid isPermaLink="false">7206@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Perhaps it'll be less trouble if i just recreate the style of my WP site separately.
&#60;/p&#62;</description>
</item>
<item>
<title>csl749 on "Cannot call WP functions inside BB, followed docs instructions..."</title>
<link>http://bbpress.org/forums/topic/cannot-call-wp-functions-inside-bb-followed-docs-instructions#post-7205</link>
<pubDate>Thu, 03 May 2007 12:25:20 +0000</pubDate>
<dc:creator>csl749</dc:creator>
<guid isPermaLink="false">7205@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi folks,&#60;/p&#62;
&#60;p&#62;I have WP and BB running off the same DB, integrating users etc as far as I can tell, and each working perfectly. But, following the instructions on the docs page on how to integrate WP functions so they can be called in BB, I get errors.&#60;/p&#62;
&#60;p&#62;I put the &#60;code&#62;require_once(&#38;#39;www.mywebsite.com/wp-blog-header.php&#38;#39;);&#60;/code&#62; at the top of the BB config.php, in the hope that the WP functions would be discovered, but each time I try to add, say, a line to front-page.php like get_header or get_footer, to visually sandwich BB inside my WP header/footer, I get an error: &#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: get_header() in /home/csleary/public_html/forum/my-templates/lemodie/front-page.php on line 1&#60;/p&#62;
&#60;p&#62;I'm very much a novice with all this, so I'm just following instructions at the moment hoping things will work. But as far as I can tell I've done everything correctly - please may someone offer some ideas as to what's going wrong? While searching other integration threads, I came across one that said to make sure WP was loaded first, so BB could then load the functions, but I don't know how to ensure this. BB is currently in siteroot/forum, and wordpress is in the root dir itself.&#60;/p&#62;
&#60;p&#62;Any help would be fantastic, thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6245</link>
<pubDate>Sat, 31 Mar 2007 19:14:55 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6245@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What's the new error?
&#60;/p&#62;</description>
</item>
<item>
<title>tegolino on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6243</link>
<pubDate>Sat, 31 Mar 2007 17:09:28 +0000</pubDate>
<dc:creator>tegolino</dc:creator>
<guid isPermaLink="false">6243@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;it doesn't work :(
&#60;/p&#62;</description>
</item>
<item>
<title>tegolino on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6241</link>
<pubDate>Sat, 31 Mar 2007 16:34:41 +0000</pubDate>
<dc:creator>tegolino</dc:creator>
<guid isPermaLink="false">6241@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;sorry I'm also motiongrapher, but I lost my password and so I register me again&#60;/p&#62;
&#60;p&#62;ok, I try to remove that line
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6239</link>
<pubDate>Sat, 31 Mar 2007 16:27:22 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6239@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Tegolino, are you also motiongrapher? Because I believe there was someone here called motiongrapher looking for help with motiongraphics.it too.&#60;/p&#62;
&#60;p&#62;Why is that line even there? Is it necessary? You may be able to just comment it out.
&#60;/p&#62;</description>
</item>
<item>
<title>tegolino on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6237</link>
<pubDate>Sat, 31 Mar 2007 15:18:01 +0000</pubDate>
<dc:creator>tegolino</dc:creator>
<guid isPermaLink="false">6237@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ops sorry for the swiching! I'm doing a tests!&#60;/p&#62;
&#60;p&#62;I have my-templates  folder, but I want the same theme of my blog &#60;a href=&#34;http://www.motiongraphics.it&#34; rel=&#34;nofollow&#34;&#62;www.motiongraphics.it&#60;/a&#62; . When I switch to MW theme the error is &#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: get_settings() in /web/htdocs/www.motiongraphics.it/home/forum/&#60;br /&#62;
my-templates/mw1.1/themetoolkit.php on line 331&#60;/p&#62;
&#60;p&#62;:((((
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6236</link>
<pubDate>Sat, 31 Mar 2007 15:12:36 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">6236@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have a my-templates directory?  Is there anything in it?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6235</link>
<pubDate>Sat, 31 Mar 2007 15:12:06 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">6235@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just created a login at &#60;a href=&#34;http://www.motiongraphics.it/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.motiongraphics.it/forum/&#60;/a&#62; and everything worked fine.  I was able to do login and create a topic just fine.&#60;/p&#62;
&#60;p&#62;The really weird thing is that the forum initially looked like a standard bbPress install (kakumei or whatever that theme is called) then, after I created a topic, it switched over to what looks like this bbpress.org forum theme.  It was so disorienting, I thought I posted on bbpress by mistake!&#60;/p&#62;
&#60;p&#62;So, unless you were messing with the templates, something weird is going on.  However, I did not see the error you mentioned, I just had the weirdness with the differing templates.&#60;/p&#62;
&#60;p&#62;Sorry for my Italian :)
&#60;/p&#62;</description>
</item>
<item>
<title>tegolino on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6234</link>
<pubDate>Sat, 31 Mar 2007 15:10:02 +0000</pubDate>
<dc:creator>tegolino</dc:creator>
<guid isPermaLink="false">6234@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;On line 331 I have:&#60;/p&#62;
&#60;p&#62;$them = get_settings('active_plugins');
&#60;/p&#62;</description>
</item>
<item>
<title>tegolino on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6233</link>
<pubDate>Sat, 31 Mar 2007 15:07:34 +0000</pubDate>
<dc:creator>tegolino</dc:creator>
<guid isPermaLink="false">6233@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ops! sorry, the full and right path is&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: get_settings() in /web/htdocs/www.motiongraphics.it/home/forum/&#60;br /&#62;
my-templates/mw1.1/themetoolkit.php on line 331
&#60;/p&#62;</description>
</item>
<item>
<title>tegolino on "Fatal error on my theme"</title>
<link>http://bbpress.org/forums/topic/fatal-error-on-my-theme#post-6231</link>
<pubDate>Sat, 31 Mar 2007 14:51:56 +0000</pubDate>
<dc:creator>tegolino</dc:creator>
<guid isPermaLink="false">6231@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm trying to set the theme of my blog in bbpress&#60;br /&#62;
I have followed all rules, but this is my error:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: get_settings() in /web/htdocs/www.motiongraphics.it/home/forum/my-templates/mw1.1/themetoolkit.php on line 331&#60;/p&#62;
&#60;p&#62;Why?!
&#60;/p&#62;</description>
</item>
<item>
<title>travelsuperlink on "Please Help!"</title>
<link>http://bbpress.org/forums/topic/please-help#post-4340</link>
<pubDate>Sun, 11 Feb 2007 04:01:45 +0000</pubDate>
<dc:creator>travelsuperlink</dc:creator>
<guid isPermaLink="false">4340@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;so10, I had the same issue as suleiman. I download your recent plugin from above link you gave, and upload to my-plugins, but the issue is still there.&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: topic_resolved() in /home/travels/public_html/forum/my-templates/mybbpress/topic.php on line 15&#60;/p&#62;
&#60;p&#62;Could you help to take a look?&#60;br /&#62;
thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Please Help!"</title>
<link>http://bbpress.org/forums/topic/please-help#post-4296</link>
<pubDate>Sat, 10 Feb 2007 00:04:43 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">4296@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;im done.. &#60;/p&#62;
&#60;p&#62;let us know how it goes.. if you have any issues. create a ticket here&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://plugins-dev.bbpress.org/newticket&#34; rel=&#34;nofollow&#34;&#62;http://plugins-dev.bbpress.org/newticket&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and set component as support-forum
&#60;/p&#62;</description>
</item>
<item>
<title>suleiman on "Please Help!"</title>
<link>http://bbpress.org/forums/topic/please-help#post-4288</link>
<pubDate>Fri, 09 Feb 2007 20:34:19 +0000</pubDate>
<dc:creator>suleiman</dc:creator>
<guid isPermaLink="false">4288@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;very cool so10! i'll look forward to it!
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Please Help!"</title>
<link>http://bbpress.org/forums/topic/please-help#post-4270</link>
<pubDate>Fri, 09 Feb 2007 17:46:06 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">4270@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;the topic resolved functions have been removed from the core bbpress distribution. but the functions are converted over to a plugin.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/16&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/16&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;suleiman, i would suggest you to hold on and not install the plugin right away. I will be updating the plugin today evening . after that you can use the plugin and it will recognise all your topic statuses.  I will put a note in this topic when it is done.
&#60;/p&#62;</description>
</item>
<item>
<title>suleiman on "Please Help!"</title>
<link>http://bbpress.org/forums/topic/please-help#post-4269</link>
<pubDate>Fri, 09 Feb 2007 17:39:07 +0000</pubDate>
<dc:creator>suleiman</dc:creator>
<guid isPermaLink="false">4269@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I resolved the problem by deleting: 	&#38;lt;li id=&#34;resolution-flipper&#34;&#38;gt;&#38;lt;?php _e('This topic is') ?&#38;gt; &#38;lt;?php topic_resolved(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;from my topic.php file in my custom template, but the issue now is that my posts no longer display the topc status at the top of the post.
&#60;/p&#62;</description>
</item>
<item>
<title>suleiman on "Please Help!"</title>
<link>http://bbpress.org/forums/topic/please-help#post-4268</link>
<pubDate>Fri, 09 Feb 2007 17:37:11 +0000</pubDate>
<dc:creator>suleiman</dc:creator>
<guid isPermaLink="false">4268@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just upgraded from .73 to .80 and get the following error every time i try and select a topic:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: topic_resolved() in /home/.../public_html/forums/my-templates/.../topic.php on line 14&#60;/p&#62;
&#60;p&#62;Any clue what I could do to fix this?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Problem?"</title>
<link>http://bbpress.org/forums/topic/problem#post-2931</link>
<pubDate>Fri, 05 Jan 2007 16:03:31 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">2931@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you download bbPress again and unzip it locally, you can compare the directory structure.  Above, I listed the top level directory only, but there are folders with more files in them.   I suspect your folders and files did not make it up intact.  I would list all the files from my install, but it's a pretty long list and would be a mess to display.  If you download bbPress again just to compare listings, I think you will see the problem.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/download/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/download/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically, it's the files within the subfolders that are missing (I think).
&#60;/p&#62;</description>
</item>
<item>
<title>kahloesque on "Problem?"</title>
<link>http://bbpress.org/forums/topic/problem#post-2930</link>
<pubDate>Fri, 05 Jan 2007 15:59:29 +0000</pubDate>
<dc:creator>kahloesque</dc:creator>
<guid isPermaLink="false">2930@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes I do need more help. &#60;/p&#62;
&#60;p&#62;I compared the list in the zip file to the list you provided me with to the list of files that I uploaded this morning and everything seems to be good in that regard.&#60;/p&#62;
&#60;p&#62;- A.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
