<?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: error</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: error</description>
<language>en</language>
<pubDate>Mon, 07 Jul 2008 07:24:44 +0000</pubDate>

<item>
<title>Tranny on "This ERROR - &#60;meta http-equiv="Content-Type" content=""</title>
<link>http://bbpress.org/forums/topic/this-error-ltmeta-http-equivcontent-type-content#post-17102</link>
<pubDate>Mon, 07 Jul 2008 00:08:09 +0000</pubDate>
<dc:creator>Tranny</dc:creator>
<guid isPermaLink="false">17102@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've tried that, but it moved to the next dynamic element and displays an error from there. I deleted that line and again the same - shows an error rom where next dynamic element is. Any chance I can make that head dynamic data?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "This ERROR - &#60;meta http-equiv="Content-Type" content=""</title>
<link>http://bbpress.org/forums/topic/this-error-ltmeta-http-equivcontent-type-content#post-17100</link>
<pubDate>Sun, 06 Jul 2008 23:56:26 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17100@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is the problem right here:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php bloginfo(&#38;#39;html_type&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;bloginfo is a WordPress function, but you're in bbPress.  Try hard coding it like this  &#60;code&#62;&#38;lt;meta http-equiv=&#38;quot;Content-Type&#38;quot; content=&#38;quot;text/html; charset=utf-8&#38;quot; /&#38;gt;&#60;/code&#62; as it is in the default theme, and I think you will find that it works.
&#60;/p&#62;</description>
</item>
<item>
<title>Tranny on "This ERROR - &#60;meta http-equiv="Content-Type" content=""</title>
<link>http://bbpress.org/forums/topic/this-error-ltmeta-http-equivcontent-type-content#post-17099</link>
<pubDate>Sun, 06 Jul 2008 23:44:56 +0000</pubDate>
<dc:creator>Tranny</dc:creator>
<guid isPermaLink="false">17099@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes, I had the layout of forums customized before upgrade to WP2.5 becasue defaul is very user not friendly. I also had title tag customized because default values are not SEO friendly. Obviously, this clashes with upgraded version causing my forums page to not work. This is what HEAD of my header.php looks like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;head profile=&#38;quot;http://gmpg.org/xfn/11&#38;quot;&#38;gt;
&#38;lt;meta http-equiv=&#38;quot;Content-Type&#38;quot; content=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;html_type&#38;#39;); ?&#38;gt;; charset=&#38;lt;?php bloginfo(&#38;#39;charset&#38;#39;); ?&#38;gt;&#38;quot; /&#38;gt;

&#38;lt;title&#38;gt;
	&#38;lt;?php if (is_front()) { ?&#38;gt; Forums and Forum Topic on Bullshit Blog &#38;lt;?php }
		elseif (is_forum()) { echo (get_forum_name() . &#38;quot; on Bullshit Blog Forums&#38;quot;); }
		elseif (is_topic()) { echo (get_topic_title() . &#38;quot; Forum Thread on Bullshit Blog&#38;quot;); }
		else {
	?&#38;gt;

	&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; &#38;lt;?php if ( is_single() ) { ?&#38;gt; &#38;amp;raquo; Blog Archive &#38;lt;?php } ?&#38;gt; &#38;amp;raquo; &#38;lt;?php bb_title() ?&#38;gt;

	&#38;lt;?php } //else ?&#38;gt;
&#38;lt;/title&#38;gt;
&#38;lt;meta name=&#38;quot;generator&#38;quot; content=&#38;quot;WordPress &#38;lt;?php bloginfo(&#38;#39;version&#38;#39;); ?&#38;gt;&#38;quot; /&#38;gt; &#38;lt;!-- leave this for stats --&#38;gt;

&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_url&#38;#39;); ?&#38;gt;&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php bb_stylesheet_uri(); ?&#38;gt;&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;

&#38;lt;link rel=&#38;quot;alternate&#38;quot; type=&#38;quot;application/rss+xml&#38;quot; title=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; RSS Feed&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;rss2_url&#38;#39;); ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;pingback&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;pingback_url&#38;#39;); ?&#38;gt;&#38;quot; /&#38;gt;

&#38;lt;style type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot;&#38;gt;

&#38;lt;?php
// Checks to see whether it needs a sidebar or not
if ( !$withcomments &#38;#38;&#38;#38; !is_single() ) {
?&#38;gt;
	#page { background: url(&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/images/kubrickbg-&#38;lt;?php bloginfo(&#38;#39;text_direction&#38;#39;); ?&#38;gt;.jpg&#38;quot;) repeat-y top; border: none; }
&#38;lt;?php } else { // No sidebar ?&#38;gt;
	#page { background: url(&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/images/kubrickbgwide.jpg&#38;quot;) repeat-y top; border: none; }
&#38;lt;?php } ?&#38;gt;

&#38;lt;/style&#38;gt;

&#38;lt;?php wp_head(); ?&#38;gt;

&#38;lt;?php if ( is_topic() &#38;#38;&#38;#38; bb_is_user_logged_in() ) : ?&#38;gt;
	&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
		var lastMod = &#38;lt;?php topic_time( &#38;#39;timestamp&#38;#39; ); ?&#38;gt;;
		var page = &#38;lt;?php global $page; echo $page; ?&#38;gt;;
		var currentUserId = &#38;lt;?php bb_current_user_info( &#38;#39;id&#38;#39; ); ?&#38;gt;;
		var topicId = &#38;lt;?php topic_id(); ?&#38;gt;;
		var uriBase = &#38;#39;&#38;lt;?php bb_option(&#38;#39;uri&#38;#39;); ?&#38;gt;&#38;#39;;
		var tagLinkBase = &#38;#39;&#38;lt;?php bb_tag_link_base(); ?&#38;gt;&#38;#39;;
		var favoritesLink = &#38;#39;&#38;lt;?php favorites_link(); ?&#38;gt;&#38;#39;;
		var isFav = &#38;lt;?php if ( false === $is_fav = is_user_favorite( bb_get_current_user_info( &#38;#39;id&#38;#39; ) ) ) echo &#38;quot;&#38;#39;no&#38;#39;&#38;quot;; else echo $is_fav; ?&#38;gt;;
	&#38;lt;/script&#38;gt;
	&#38;lt;?php bb_enqueue_script(&#38;#39;topic&#38;#39;); ?&#38;gt;
&#38;lt;?php endif; ?&#38;gt;

&#38;lt;/head&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There's obviously a lot of dynamic stuff in the head of my theme to make it mor SEO friendly. Is there a way to retain it and have it properly pull required data again?&#60;/p&#62;
&#60;p&#62;Thanks for your help guys, I really appreciate that :)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "This ERROR - &#60;meta http-equiv="Content-Type" content=""</title>
<link>http://bbpress.org/forums/topic/this-error-ltmeta-http-equivcontent-type-content#post-17081</link>
<pubDate>Sun, 06 Jul 2008 06:45:29 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17081@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like this is hard coded into the theme's header.php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;meta http-equiv=&#38;quot;Content-Type&#38;quot; content=&#38;quot;text/html; charset=utf-8&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So, unless that line was edited in some improper or invalid way, I can't see what would case that line to be truncated after &#60;code&#62;content=&#38;quot;&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;Can you confirm or post that line from your active theme's header.php?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "This ERROR - &#60;meta http-equiv="Content-Type" content=""</title>
<link>http://bbpress.org/forums/topic/this-error-ltmeta-http-equivcontent-type-content#post-17080</link>
<pubDate>Sun, 06 Jul 2008 06:35:42 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17080@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well,&#60;/p&#62;
&#60;p&#62;The next thing that is supposed to come up, I think, is this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;text/html; charset=utf-8&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Maybe whatever is providing that has an error and is causing this problem.&#60;/p&#62;
&#60;p&#62;Are you using a stock theme, and if not, does changing it back to stock fix this error?  My guess is this is something in the template file, or the config.&#60;/p&#62;
&#60;p&#62;Are you using a different language file? (I'm guessing not, based on the blog.)&#60;/p&#62;
&#60;p&#62;Or, is it possible not everything was uploaded properly?  Some things I would expect to be in that directory are not present when accessed directly by URL.  Can you confirm that a new bbPress 0.9.0.2 archive and your server have the same exact files?
&#60;/p&#62;</description>
</item>
<item>
<title>Tranny on "This ERROR - &#60;meta http-equiv="Content-Type" content=""</title>
<link>http://bbpress.org/forums/topic/this-error-ltmeta-http-equivcontent-type-content#post-17079</link>
<pubDate>Sun, 06 Jul 2008 01:01:51 +0000</pubDate>
<dc:creator>Tranny</dc:creator>
<guid isPermaLink="false">17079@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.beersteak.com/&#34;&#62;Blog&#60;/a&#62; - this is the blog&#60;br /&#62;
&#60;a href=&#34;http://www.beersteak.com/forums/&#34;&#62;Forums&#60;/a&#62; - this is where forums are&#60;/p&#62;
&#60;p&#62;Entire installation went through smoothly and it looked like it'll be a breeze, but front end of forums give this error message. Back end is accessible from admin panel without problems.&#60;/p&#62;
&#60;p&#62;Thanks for your help :)&#60;/p&#62;
&#60;p&#62;EDIT: Opps, had to edit my post cause BBCode didn't go through :S
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "This ERROR - &#60;meta http-equiv="Content-Type" content=""</title>
<link>http://bbpress.org/forums/topic/this-error-ltmeta-http-equivcontent-type-content#post-17078</link>
<pubDate>Sun, 06 Jul 2008 00:51:02 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17078@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post a link to your forum?  Sounds like the server is not parsing php files or something was edited in a php file causing this, or maybe it's a plugin  or template issue.  Please post a URL to your forum if possible.&#60;/p&#62;
&#60;p&#62;Alternatively, you can switch to a stock theme if you're not using the stock one now and deactivate your plugins and see if that affects anything.
&#60;/p&#62;</description>
</item>
<item>
<title>Tranny on "This ERROR - &#60;meta http-equiv="Content-Type" content=""</title>
<link>http://bbpress.org/forums/topic/this-error-ltmeta-http-equivcontent-type-content#post-17066</link>
<pubDate>Sat, 05 Jul 2008 09:09:25 +0000</pubDate>
<dc:creator>Tranny</dc:creator>
<guid isPermaLink="false">17066@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've integrated bbpress with upgraded version of WP (just upgraded to v 2.5.1) and everything seemed to have gone fine during installation as I was getting all positive messages confirming that the steps were performed successfully.&#60;/p&#62;
&#60;p&#62;However when I go to the forum page itself, all I see if this:&#60;/p&#62;
&#60;p&#62;&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;&#60;/p&#62;
&#60;p&#62;admin area loads, just front end doesn't load at all, only this text appears. Can somebody help :)
&#60;/p&#62;</description>
</item>
<item>
<title>docpepper on "404 Errors in Internet Explorer Only"</title>
<link>http://bbpress.org/forums/topic/404-errors-in-internet-explorer-only/page/2#post-17047</link>
<pubDate>Wed, 02 Jul 2008 09:17:36 +0000</pubDate>
<dc:creator>docpepper</dc:creator>
<guid isPermaLink="false">17047@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, don't know whether this is solved or not... I am using wordpress 2.3.3 as a Blog section on one of my clients websites. I started getting the IE7 404 error on all my pages after I added almost pretty permalinks to my pages...It did seems to go when I removed the blog-header require statement, but obviously this didnt fix the problem! I set the permalinks back to default in wordpress and the 404 errors stopped! Might be worth trying if you are using pretty permas?...Let me know if it works!
&#60;/p&#62;</description>
</item>
<item>
<title>Familiar on "Warnings after moving previously working BBpress install"</title>
<link>http://bbpress.org/forums/topic/warnings-after-moving-previously-working-bbpress-install#post-16992</link>
<pubDate>Sat, 28 Jun 2008 15:10:10 +0000</pubDate>
<dc:creator>Familiar</dc:creator>
<guid isPermaLink="false">16992@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The above &#34;fix&#34; has solved the problem, and I have seen no adverse results over the last two days.  This is a hacked fix, but it works.
&#60;/p&#62;</description>
</item>
<item>
<title>Familiar on "Warnings after moving previously working BBpress install"</title>
<link>http://bbpress.org/forums/topic/warnings-after-moving-previously-working-bbpress-install#post-16944</link>
<pubDate>Thu, 26 Jun 2008 01:24:38 +0000</pubDate>
<dc:creator>Familiar</dc:creator>
<guid isPermaLink="false">16944@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If I comment out the following line in default_filters.php:&#60;/p&#62;
&#60;p&#62;// add_action('bb_head', 'bb_template_scripts');&#60;/p&#62;
&#60;p&#62;The warning goes away.  But I am not sure what this affects.
&#60;/p&#62;</description>
</item>
<item>
<title>Familiar on "Warnings after moving previously working BBpress install"</title>
<link>http://bbpress.org/forums/topic/warnings-after-moving-previously-working-bbpress-install#post-16943</link>
<pubDate>Thu, 26 Jun 2008 00:41:25 +0000</pubDate>
<dc:creator>Familiar</dc:creator>
<guid isPermaLink="false">16943@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Further information:&#60;/p&#62;
&#60;p&#62;After looking at the source, it seems the Signature plugin's style information is not being loaded in the site with the error.  But even if I disable the BB-Signature plugin, I still have the error.
&#60;/p&#62;</description>
</item>
<item>
<title>Familiar on "Warnings after moving previously working BBpress install"</title>
<link>http://bbpress.org/forums/topic/warnings-after-moving-previously-working-bbpress-install#post-16942</link>
<pubDate>Thu, 26 Jun 2008 00:25:35 +0000</pubDate>
<dc:creator>Familiar</dc:creator>
<guid isPermaLink="false">16942@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For what it's worth, the error seems to be occurring within the bb_head(); call.
&#60;/p&#62;</description>
</item>
<item>
<title>Familiar on "Warnings after moving previously working BBpress install"</title>
<link>http://bbpress.org/forums/topic/warnings-after-moving-previously-working-bbpress-install#post-16941</link>
<pubDate>Thu, 26 Jun 2008 00:13:46 +0000</pubDate>
<dc:creator>Familiar</dc:creator>
<guid isPermaLink="false">16941@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have been experiencing the following issue after moving my install from a staging server:&#60;/p&#62;
&#60;p&#62;Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'bb_template_scripts' was given in /home/tdsegvth/public_html/thepoolparties/bb-includes/wp-functions.php on line 586&#60;/p&#62;
&#60;p&#62;I have tried disabling all plug-ins, combing through the code to figure out what it could possibly be, and doing everything I can imaging to the database.  The entire setup seems to be working perfectly aside from that error.&#60;/p&#62;
&#60;p&#62;Obviously the site can't go live until this is fixed, so any suggestions would be appreciated.&#60;/p&#62;
&#60;p&#62;You can see the site here: &#60;a href=&#34;http://thepoolparties.jellynyc.com/&#34; rel=&#34;nofollow&#34;&#62;http://thepoolparties.jellynyc.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The version that isn't experiencing the error is here: &#60;a href=&#34;http://thepoolparties.wearefamiliar.com/&#34; rel=&#34;nofollow&#34;&#62;http://thepoolparties.wearefamiliar.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for any help!
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "posible attack and bbpress error."</title>
<link>http://bbpress.org/forums/topic/posible-attack-and-bbpress-error#post-16737</link>
<pubDate>Fri, 13 Jun 2008 03:33:31 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16737@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm pretty sure that's not a problem security wise as far as bbPress is concerned.&#60;/p&#62;
&#60;p&#62;That code you refer to is being rewritten for another reason at the moment.
&#60;/p&#62;</description>
</item>
<item>
<title>teayudo.es on "posible attack and bbpress error."</title>
<link>http://bbpress.org/forums/topic/posible-attack-and-bbpress-error#post-16729</link>
<pubDate>Thu, 12 Jun 2008 16:43:09 +0000</pubDate>
<dc:creator>teayudo.es</dc:creator>
<guid isPermaLink="false">16729@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi and thanks for bbpress and the plugins.&#60;br /&#62;
I integrated wordpress and bbpress in my site with some plugins.&#60;br /&#62;
In the log of my host I find this error:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;[Thu Jun 12 13:57:36 2008] [error] PHP Warning:  parse_url(/2008/06/urlofpostofwordpress//appserv/main.php?appserv_root=http://www.cdpm3.com/id.txt???) [&#38;lt;a href=&#38;#39;function.parse-url&#38;#39;&#38;gt;function.parse-url&#38;lt;/a&#38;gt;]: Unable to parse url in /home/teayudoe/public_html/foros/bb-includes/functions.php on line 1794&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I have the same errors with anothers urls/scripts&#60;br /&#62;
&#60;a href=&#34;http://www.iglesialcs.cl/newweb/cache/id2.txt&#34; rel=&#34;nofollow&#34;&#62;http://www.iglesialcs.cl/newweb/cache/id2.txt&#60;/a&#62;&#60;br /&#62;
And the last week I saw other similar errors&#60;br /&#62;
I investigated the urls and I think are script to attack servers&#60;br /&#62;
I'm not worried about the safety of my site, I believe that these script can not do anything, what I am wrong?&#60;br /&#62;
It is possible to fix the error by putting @ forward parse_url functions.php on line 1794  (http://derekgendron.com/blog/?p=33)&#60;br /&#62;
I have to worry?&#60;br /&#62;
Thanks&#60;br /&#62;
Pd. Sorry for my english. The English is not my mother tongue
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Oops Broken Support-Forums Plugin"</title>
<link>http://bbpress.org/forums/topic/oops-broken-support-forums-plugin#post-16704</link>
<pubDate>Wed, 11 Jun 2008 15:02:24 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16704@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would recommend adding a comment to the support forum for the plugin rather than posting it here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/support-forum/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/support-forum/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>xlarge on "Oops Broken Support-Forums Plugin"</title>
<link>http://bbpress.org/forums/topic/oops-broken-support-forums-plugin#post-16694</link>
<pubDate>Wed, 11 Jun 2008 09:49:19 +0000</pubDate>
<dc:creator>xlarge</dc:creator>
<guid isPermaLink="false">16694@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yes, we have the same problem&#60;/p&#62;
&#60;p&#62;If I would like to close a topic, this error was written over the topic name in the topic list&#60;/p&#62;
&#60;p&#62;please bugfix this problem asap&#60;br /&#62;
thx andi²
&#60;/p&#62;</description>
</item>
<item>
<title>creativeherb on "Oops Broken Support-Forums Plugin"</title>
<link>http://bbpress.org/forums/topic/oops-broken-support-forums-plugin#post-16616</link>
<pubDate>Thu, 05 Jun 2008 17:33:28 +0000</pubDate>
<dc:creator>creativeherb</dc:creator>
<guid isPermaLink="false">16616@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well I didn't break it, I think... =)  I'm currently using the latest version Support-Forums plugin (3.0.4), and the latest BBpress (0.9.0.2) &#60;/p&#62;
&#60;p&#62;On the front page, most topics displays fine, with the status bubble ahead of the topic title, but for certain topics I get this error... this error code replaces where the color bubble would have been. &#60;/p&#62;
&#60;p&#62;Warning: sprintf() [function.sprintf]: Too few arguments in /home/blog/public_html/forums/my-plugins/pb--support-forum/support-forum.php on line 657&#60;/p&#62;
&#60;p&#62;help would be much appreciated, thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>motaboy21 on "i cannot use "´" on my posts"</title>
<link>http://bbpress.org/forums/topic/i-cannot-use-%c2%b4-on-my-posts#post-16612</link>
<pubDate>Wed, 04 Jun 2008 20:57:00 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">16612@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;well, when im writing a post and i write something like &#34;it´s&#34; i have an error of SQL (or Mysql) that says there was a problem with this character &#34;´&#34;&#60;/p&#62;
&#60;p&#62;try it hentaitube.org &#60;/p&#62;
&#60;p&#62;help please
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Error while logging out"</title>
<link>http://bbpress.org/forums/topic/error-while-logging-out#post-16417</link>
<pubDate>Fri, 23 May 2008 09:07:50 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16417@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is this still related to the Simple Onlinelist plugin?  If so, please post the actual error message you're getting.&#60;/p&#62;
&#60;p&#62;The original error message says the table is not there, so, can you check the database with a tool like phpMyAdmin and see if the table was actually created?&#60;/p&#62;
&#60;p&#62;Is it possible the plugin hard codes the bb_ table prefix, but you're using something different for your installation?
&#60;/p&#62;</description>
</item>
<item>
<title>tomsepe on "Error while logging out"</title>
<link>http://bbpress.org/forums/topic/error-while-logging-out#post-16416</link>
<pubDate>Fri, 23 May 2008 08:06:08 +0000</pubDate>
<dc:creator>tomsepe</dc:creator>
<guid isPermaLink="false">16416@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm having the same problem. And it happens even if I log in as a different user!
&#60;/p&#62;</description>
</item>
<item>
<title>shirestudios on "Can't add new forum/category..."</title>
<link>http://bbpress.org/forums/topic/cant-add-new-forumcategory#post-16395</link>
<pubDate>Thu, 22 May 2008 10:22:40 +0000</pubDate>
<dc:creator>shirestudios</dc:creator>
<guid isPermaLink="false">16395@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay...&#60;/p&#62;
&#60;p&#62;Just a hint everyone:  Make sure you have entered a NAME and DISCRIPTION before you click on &#34;Add Forum&#34;&#60;/p&#62;
&#60;p&#62;Aren't I dumb?!?!?  LOLOLOLOL
&#60;/p&#62;</description>
</item>
<item>
<title>shirestudios on "Can't add new forum/category..."</title>
<link>http://bbpress.org/forums/topic/cant-add-new-forumcategory#post-16393</link>
<pubDate>Thu, 22 May 2008 09:57:17 +0000</pubDate>
<dc:creator>shirestudios</dc:creator>
<guid isPermaLink="false">16393@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the latest version of bbpress installed to my own server, and it is integrated with wordpress (also the latest).&#60;/p&#62;
&#60;p&#62;I added one new forum a few weeks ago, but today I tried and it gave me the error: &#34;Something strange happened.  Try reloading the page.&#34;&#60;/p&#62;
&#60;p&#62;I did reload the page several times, but it still doesn't work!  I am completely stuck...I can't add new forums or categories...please HELP!&#60;/p&#62;
&#60;p&#62;These plugins I have installed and activated:&#60;/p&#62;
&#60;p&#62;Use Display Name&#60;br /&#62;
Wordpress Integration&#60;br /&#62;
Allow Images&#60;br /&#62;
Avatar Upload&#60;br /&#62;
bbPress Avatars&#60;br /&#62;
bbPress Signatures&#60;/p&#62;
&#60;p&#62;That's all...anyone know how to fix this problem?&#60;/p&#62;
&#60;p&#62;Thanks in advance!!!!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Error - Forum"</title>
<link>http://bbpress.org/forums/topic/error-forum#post-16299</link>
<pubDate>Sun, 18 May 2008 07:06:49 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16299@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;tiagobigode: what did you do to fix the problem?  Please post the solution here so others may learn from your experience.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>tiagobigode on "Error - Forum"</title>
<link>http://bbpress.org/forums/topic/error-forum#post-16291</link>
<pubDate>Sat, 17 May 2008 19:19:45 +0000</pubDate>
<dc:creator>tiagobigode</dc:creator>
<guid isPermaLink="false">16291@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;tks
&#60;/p&#62;</description>
</item>
<item>
<title>Will Tomsett on "Seemingly Irresolvable Problem"</title>
<link>http://bbpress.org/forums/topic/seemingly-irresolvable-problem#post-16277</link>
<pubDate>Fri, 16 May 2008 16:04:46 +0000</pubDate>
<dc:creator>Will Tomsett</dc:creator>
<guid isPermaLink="false">16277@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorted it all out. You just need to delete all the tables starting with &#34;bb&#34; and re-install as usual. :D&#60;/p&#62;
&#60;p&#62;Thanks, everyone.
&#60;/p&#62;</description>
</item>
<item>
<title>Will Tomsett on "Seemingly Irresolvable Problem"</title>
<link>http://bbpress.org/forums/topic/seemingly-irresolvable-problem#post-16276</link>
<pubDate>Fri, 16 May 2008 15:09:08 +0000</pubDate>
<dc:creator>Will Tomsett</dc:creator>
<guid isPermaLink="false">16276@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The site's run by an aquaintance of mine - I get free hosting from him. I'll take a looksie as to what value I put for the user prefix. &#60;/p&#62;
&#60;p&#62;Watch this space. :D
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Seemingly Irresolvable Problem"</title>
<link>http://bbpress.org/forums/topic/seemingly-irresolvable-problem#post-16266</link>
<pubDate>Thu, 15 May 2008 19:55:12 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16266@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Will, if you don't remember what your table prefix is for Wordpress, you can look it up in /wp-config.php. Most likely, you didn't change it and it's: &#60;code&#62;wp_&#60;/code&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Seemingly Irresolvable Problem"</title>
<link>http://bbpress.org/forums/topic/seemingly-irresolvable-problem#post-16265</link>
<pubDate>Thu, 15 May 2008 19:30:12 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16265@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you access the database directly with a tool like phpMyAdmin or something in your control panel?&#60;/p&#62;
&#60;p&#62;I imagine there is a way to add a value to bb-config.php to override the setting in the database right now, but I have no idea what that does to your integration, so I won't post that thought here.  If you have phpMyAdmin, you can look at the tables and see what value you set for your wp_user table prefix.&#60;/p&#62;
&#60;p&#62;Seems like you should not be able to enter an invalid value for your wp_user table value if it causes problems later.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
