<?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: undefined</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: undefined</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 20:56:56 +0000</pubDate>

<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>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>
<item>
<title>mozey on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-177</link>
<pubDate>Tue, 17 Oct 2006 15:09:54 +0000</pubDate>
<dc:creator>mozey</dc:creator>
<guid isPermaLink="false">177@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;GOT IT, GOT IT,&#60;br /&#62;
for some reason, it would'nt take my relitive path, it needs the FULL absalout path.
&#60;/p&#62;</description>
</item>
<item>
<title>mozey on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-169</link>
<pubDate>Tue, 17 Oct 2006 06:45:42 +0000</pubDate>
<dc:creator>mozey</dc:creator>
<guid isPermaLink="false">169@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have had the same problem, but when i added the requireonce line. It could'nd find my path, and i'm sure it is the correct path with the proper permision. &#60;/p&#62;
&#60;p&#62;Here is the error:&#60;/p&#62;
&#60;p&#62;&#34;Warning: main(PATHTO/wp-config.php) [function.main]: failed to open stream: No such file or directory in /SERVERPATHTO/forum/config.php on line XX&#60;/p&#62;
&#60;p&#62;Fatal error: main() [function.require]: Failed opening required 'PATHTO/wp-config.php' (include_path='.:') in /SERVERPATHTO/forum/config.php on line XX&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>Shinka on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-19</link>
<pubDate>Sat, 14 Oct 2006 07:02:32 +0000</pubDate>
<dc:creator>Shinka</dc:creator>
<guid isPermaLink="false">19@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks guys. :)
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-17</link>
<pubDate>Sat, 14 Oct 2006 06:09:29 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">17@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you &#60;code&#62;define(&#38;#39;WP_BB&#38;#39;, true);&#60;/code&#62;, you still have to call the WordPress script yourself.&#60;/p&#62;
&#60;p&#62;put &#60;code&#62;require_once(&#38;#39;../wp-config.php&#38;#39;);&#60;/code&#62; (or whatever the right path is) in bbPress' config.php.
&#60;/p&#62;</description>
</item>
<item>
<title>klasen on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-15</link>
<pubDate>Sat, 14 Oct 2006 06:02:28 +0000</pubDate>
<dc:creator>klasen</dc:creator>
<guid isPermaLink="false">15@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;if you comment out the line near the bottom for loading both wp and bb, it will fix this error...  I have the same issue (plus other as detailed in another post)&#60;/p&#62;
&#60;p&#62;Mr Papa
&#60;/p&#62;</description>
</item>
<item>
<title>Shinka on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-14</link>
<pubDate>Sat, 14 Oct 2006 05:59:34 +0000</pubDate>
<dc:creator>Shinka</dc:creator>
<guid isPermaLink="false">14@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Figures, I'd go to try something new and I screw it up. I assume I did something wrong here, because when I go to install.php, I get the following error:&#60;br /&#62;
Fatal error: Call to undefined function: __() in …/www/html/forums/bb-includes/capabilities.php on line 27
&#60;/p&#62;</description>
</item>

</channel>
</rss>
