<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fix bbPress installation problem</title>
	<atom:link href="http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/</link>
	<description>Hacking life of Power Users and Webmasters</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:57:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/#comment-16606</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Tue, 27 Jul 2010 17:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=688#comment-16606</guid>
		<description>Yes! But here is a fix and not finding the cause :)</description>
		<content:encoded><![CDATA[<p>Yes! But here is a fix and not finding the cause <img src='http://blog.ashfame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeSerge</title>
		<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/#comment-16507</link>
		<dc:creator>LeSerge</dc:creator>
		<pubDate>Tue, 06 Jul 2010 07:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=688#comment-16507</guid>
		<description>Try this...

change from:
error_reporting( E_ALL ^ E_NOTICE ); 

to:
error_reporting(E_ERROR &#124; E_WARNING &#124; E_PARSE &#124; E_USER_ERROR &#124; E_USER_WARNING); 

in the file bb-load.php in the bbpress rott directory...</description>
		<content:encoded><![CDATA[<p>Try this&#8230;</p>
<p>change from:<br />
error_reporting( E_ALL ^ E_NOTICE ); </p>
<p>to:<br />
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING); </p>
<p>in the file bb-load.php in the bbpress rott directory&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/#comment-15789</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Tue, 09 Mar 2010 12:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=688#comment-15789</guid>
		<description>That&#039;s not a good thing to do. You may not notice other errors which might need attention.</description>
		<content:encoded><![CDATA[<p>That&#8217;s not a good thing to do. You may not notice other errors which might need attention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky</title>
		<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/#comment-15786</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Tue, 09 Mar 2010 06:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=688#comment-15786</guid>
		<description>thanks a lot for you reply,Ashfame.
problem has been solved.

I opened the php.ini file and set 
display_errors = Off

thanks
Rocky</description>
		<content:encoded><![CDATA[<p>thanks a lot for you reply,Ashfame.<br />
problem has been solved.</p>
<p>I opened the php.ini file and set<br />
display_errors = Off</p>
<p>thanks<br />
Rocky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/#comment-15737</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Fri, 05 Mar 2010 19:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=688#comment-15737</guid>
		<description>To be it looks like you did something wrong 

&lt;blockquote&gt;No such file or directory in C:\xampp\htdocs\trunk\bb-admin\includes\class.bb-install.php on line 113&lt;/blockquote&gt;

Please check again if you have placed the files correctly.</description>
		<content:encoded><![CDATA[<p>To be it looks like you did something wrong </p>
<blockquote><p>No such file or directory in C:\xampp\htdocs\trunk\bb-admin\includes\class.bb-install.php on line 113</p></blockquote>
<p>Please check again if you have placed the files correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky</title>
		<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/#comment-15732</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Fri, 05 Mar 2010 09:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=688#comment-15732</guid>
		<description>thanks for your reply.
I downloaded the trunk version and unziped into my local computer(folder htdocs)
and run :http://localhost/trunk/

got a warning as follows:

Warning: require_once(C:\xampp\htdocs\trunk/bb-includes/backpress/functions.core.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\trunk\bb-admin\includes\class.bb-install.php  on line 113

it seems that the trunk version does not work,does it?

any help will be appreciated,thanks a lot.</description>
		<content:encoded><![CDATA[<p>thanks for your reply.<br />
I downloaded the trunk version and unziped into my local computer(folder htdocs)<br />
and run :http://localhost/trunk/</p>
<p>got a warning as follows:</p>
<p>Warning: require_once(C:\xampp\htdocs\trunk/bb-includes/backpress/functions.core.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\trunk\bb-admin\includes\class.bb-install.php  on line 113</p>
<p>it seems that the trunk version does not work,does it?</p>
<p>any help will be appreciated,thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/#comment-15731</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Fri, 05 Mar 2010 08:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=688#comment-15731</guid>
		<description>Hi,

Trunk version just means the latest development version. It has nothing to do with the OS (Win/Linux/MAC or any other).
Just use the trunk version. :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Trunk version just means the latest development version. It has nothing to do with the OS (Win/Linux/MAC or any other).<br />
Just use the trunk version. <img src='http://blog.ashfame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky</title>
		<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/#comment-15730</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=688#comment-15730</guid>
		<description>hi,
i came across with the same problem when I tried to integrate bbpress with WPMU in my localhost.

you said [ue to some change in PHP 5.3 these errors were not letting bbPress work normally] and provide One way to fix the problom with [trunk version of bbPress] but trunk worsion are awailable to Linux,right.

I would like to fix the problem in window xp sp3.
Could you give me some help about this?
if i have misunderstood something in your article,please let me know.
thanks in advance.</description>
		<content:encoded><![CDATA[<p>hi,<br />
i came across with the same problem when I tried to integrate bbpress with WPMU in my localhost.</p>
<p>you said [ue to some change in PHP 5.3 these errors were not letting bbPress work normally] and provide One way to fix the problom with [trunk version of bbPress] but trunk worsion are awailable to Linux,right.</p>
<p>I would like to fix the problem in window xp sp3.<br />
Could you give me some help about this?<br />
if i have misunderstood something in your article,please let me know.<br />
thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install bbPress locally offline on your computer</title>
		<link>http://blog.ashfame.com/2010/01/fix-bbpress-installation-problem/#comment-15274</link>
		<dc:creator>Install bbPress locally offline on your computer</dc:creator>
		<pubDate>Sat, 09 Jan 2010 19:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=688#comment-15274</guid>
		<description>[...] If you are getting any warnings or errors related to deprecation then have a look at fixing bbPress 1.0.2 installation guide on PHP 5.3 or later. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you are getting any warnings or errors related to deprecation then have a look at fixing bbPress 1.0.2 installation guide on PHP 5.3 or later. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

