<?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 Topic: Call to undefined function:</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Call to undefined function:</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 01:40:51 +0000</pubDate>

<item>
<title>Trent on "Call to undefined function:"</title>
<link>http://bbpress.org/forums/topic/call-to-undefined-function#post-7253</link>
<pubDate>Sun, 06 May 2007 04:27:07 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">7253@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Excellent Kenneth!   Welcome back and great job on that template!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>kennethhung on "Call to undefined function:"</title>
<link>http://bbpress.org/forums/topic/call-to-undefined-function#post-7244</link>
<pubDate>Sat, 05 May 2007 16:56:47 +0000</pubDate>
<dc:creator>kennethhung</dc:creator>
<guid isPermaLink="false">7244@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey Trent!&#60;br /&#62;
Don't worry! I got it all figured out, it is because I didn't setup a new database for bbPress (I use the same one as my Wordpress)&#60;/p&#62;
&#60;p&#62;Indeed, I did install phpBB and runs it for a week, not only I instantly start having spam, and the interface is just too busy to look at, I love the bbPress, it is simple, elegant and so fast...&#60;/p&#62;
&#60;p&#62;Cool cool, you can check mine out at:&#60;br /&#62;
&#60;a href=&#34;http://www.gaszappers.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.gaszappers.com/forums/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Call to undefined function:"</title>
<link>http://bbpress.org/forums/topic/call-to-undefined-function#post-6794</link>
<pubDate>Tue, 17 Apr 2007 12:05:24 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6794@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Darn it....didn't see this as I was gone for the last week (almost) and we lost one to phpBB.     Sorry about that Kenneth!   I would be happy to help if you are looking to come back!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>kennethhung on "Call to undefined function:"</title>
<link>http://bbpress.org/forums/topic/call-to-undefined-function#post-6637</link>
<pubDate>Wed, 11 Apr 2007 22:35:47 +0000</pubDate>
<dc:creator>kennethhung</dc:creator>
<guid isPermaLink="false">6637@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, first of all, Thank You For Doing This :-)&#60;/p&#62;
&#60;p&#62;I uploaded the folder and trying to run the install.php (http://www.gaszappers.com/forum/bb-admin/install.php), and all I got is this:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function: bb_install_header() in /home/2206/domains/gaszappers.com/html/forum/bb-admin/install.php on line 11&#60;/p&#62;
&#60;p&#62;Any Clues?&#60;/p&#62;
&#60;p&#62;I triple check the dbName, user, password, directory and all that jazz, here's my config.php:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'db2206_gaszappers');      // 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', 'internal-db.s2206.gridserver.com');    // 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://gaszappers.com'; // 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   = '/forum/';				   // Example: '/forums/'&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name   = 'GAS ZAPPERS Development Forum';&#60;/p&#62;
&#60;p&#62;// This must be set before running the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'kenneth@tinkin.com';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = true;&#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 = '';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = '';  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash.  Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = '';  // 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;/p&#62;</description>
</item>

</channel>
</rss>
