<?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 User Favorites: kineda</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums User Favorites: kineda</description>
<language>en</language>
<pubDate>Sat, 30 Aug 2008 13:15:06 +0000</pubDate>

<item>
<title>txmom on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released/page/2#post-15384</link>
<pubDate>Tue, 15 Apr 2008 04:20:33 +0000</pubDate>
<dc:creator>txmom</dc:creator>
<guid isPermaLink="false">15384@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Working now.  As this was a new data base with no content yet, I dropped the database, made a new one, installed wordpress, then bbpress.  All seems to be working correctly.   I must have put wp_ in step 1 the first time instead of leaving it at bb_.   No problems with logging in like I had when I tried the upgrade.  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>txmom on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released/page/2#post-15209</link>
<pubDate>Wed, 09 Apr 2008 21:40:55 +0000</pubDate>
<dc:creator>txmom</dc:creator>
<guid isPermaLink="false">15209@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Posts work now.&#60;/p&#62;
&#60;p&#62;No longer have the admin option, I went to&#60;br /&#62;
/forums/bb-admin/&#60;br /&#62;
clicked upgrade, posts in forum now work&#60;br /&#62;
I no longer have admin privileges&#60;br /&#62;
Listed as member&#60;br /&#62;
Thanks, getting closer.&#60;br /&#62;
So when integrating with wordpress we use bb, not wp.   &#60;/p&#62;
&#60;p&#62;I also lost admin priv. in wordpress&#60;br /&#62;
I get: You do not have sufficient permissions to access this page.  Doesn't even give me choice to log in.   I had no problem logging in as admin either place before changing the tables, etc&#60;/p&#62;
&#60;p&#62;I did use the wordpress secret key phrase.  &#60;/p&#62;
&#60;p&#62;Used 0.9.0.1  downloaded fresh copy yesterday
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released/page/2#post-15184</link>
<pubDate>Wed, 09 Apr 2008 15:31:13 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15184@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like you got the $bb_table_prefix wrong when you installed, it should have been different to the wordpress prefix.&#60;/p&#62;
&#60;p&#62;Change &#60;code&#62;$bb_table_prefix&#60;/code&#62; from &#34;wp_&#34; to &#34;bb_&#34; in bb-config.php then rename you bbPress tables thusly:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;wp_forums -&#38;gt; bb_forums
wp_tagged -&#38;gt; bb_tagged
wp_tags -&#38;gt; bb_tags
wp_topicmeta -&#38;gt; bb_topicmeta
wp_topics -&#38;gt; bb_topics&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
Do not rename &#60;code&#62;wp_posts&#60;/code&#62;, &#60;code&#62;wp_users&#60;/code&#62; or &#60;code&#62;wp_usermeta&#60;/code&#62;!&#60;/p&#62;
&#60;p&#62;This will still leave you without a &#60;code&#62;bb_posts&#60;/code&#62; table. So if you have a way to browse your database (e.g. phpMyAdmin) then go into the &#60;code&#62;bb_topicmeta&#60;/code&#62; table and look for the row with a &#60;code&#62;meta_key&#60;/code&#62; of &#60;code&#62;bb_db_version&#60;/code&#62;. Change the &#60;code&#62;meta_value&#60;/code&#62; of that row from &#60;code&#62;1234&#60;/code&#62; to &#60;code&#62;1233&#60;/code&#62;. Login to your bbPress (hopefully it works) then go to the admin section. You will be asked to upgrade, do so and check the log. You should see a log entry where your &#60;code&#62;bb_posts&#60;/code&#62; table is created.&#60;/p&#62;
&#60;p&#62;That should do it.
&#60;/p&#62;</description>
</item>
<item>
<title>txmom on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released/page/2#post-15174</link>
<pubDate>Wed, 09 Apr 2008 00:21:26 +0000</pubDate>
<dc:creator>txmom</dc:creator>
<guid isPermaLink="false">15174@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I need to find a way to fix the errors,  not so minor, getting data base errors for posts.&#60;/p&#62;
&#60;p&#62;bbPress database error: [Unknown column 'post_id' in 'where clause']&#60;br /&#62;
SELECT * FROM wp_posts WHERE post_id = 0
&#60;/p&#62;</description>
</item>
<item>
<title>txmom on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-15172</link>
<pubDate>Tue, 08 Apr 2008 23:23:02 +0000</pubDate>
<dc:creator>txmom</dc:creator>
<guid isPermaLink="false">15172@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks, seems I had a bad copy, downloaded and installed a fresh copy.&#60;br /&#62;
Seems to be working with wordpress, I was already logged into wordpress and I'm the forums shows me that I'm logged in.  Now to test and customize.   &#60;/p&#62;
&#60;p&#62;It did show minor errors:&#60;/p&#62;
&#60;p&#62;Incorrect table definition; there can be only one auto column and it must be defined as a key&#60;br /&#62;
Key column 'post_id' doesn't exist in table&#60;br /&#62;
Duplicate key name 'user_nicename'&#60;br /&#62;
&#38;gt;&#38;gt;&#38;gt; User tables will already exist when performing a database integrated installation.&#60;/p&#62;
&#60;p&#62;Anything I should be concerned about?&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-15123</link>
<pubDate>Tue, 08 Apr 2008 05:06:52 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15123@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@ retrospec&#60;/p&#62;
&#60;p&#62;I can't replicate that error on FireFox2 on Mac - perhaps try re-uploading the stylesheet.&#60;/p&#62;
&#60;p&#62;@txmom&#60;/p&#62;
&#60;p&#62;Your WordPress rewrite rules (in .htaccess) are getting in the way of accessing bbPress by the sounds of things. Also, the installer is at bb-admin/install.php, not where you said. You should probably delete bbPress and start again.
&#60;/p&#62;</description>
</item>
<item>
<title>txmom on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-15109</link>
<pubDate>Mon, 07 Apr 2008 14:11:12 +0000</pubDate>
<dc:creator>txmom</dc:creator>
<guid isPermaLink="false">15109@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a new wordpress site which is the new 2.5.   I've uploaded the new bbpress but when I go to install by visiting the url I get redirected to xxx/bb-admin/install.php/    which comes up as page not found (which ends up at the wordpress 2.5 home page).   &#60;/p&#62;
&#60;p&#62;I notice that install.php is now in the plug-in folder so tried&#60;br /&#62;
xxx/bb-plugins/bb-admin/install.php   &#60;/p&#62;
&#60;p&#62;and get:&#60;br /&#62;
Warning: main(../bb-load.php): failed to open stream: No such file or directory&#60;br /&#62;
Fatal error: main(): Failed opening required '../bb-load.php' (include_path='.:/usr/local/PEAR') &#60;/p&#62;
&#60;p&#62;both on line 9&#60;/p&#62;
&#60;p&#62;Suggestions, some little thing I'm doing wrong?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>retrospec on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-15106</link>
<pubDate>Mon, 07 Apr 2008 12:48:31 +0000</pubDate>
<dc:creator>retrospec</dc:creator>
<guid isPermaLink="false">15106@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hello, there seems to be a stylesheet error on the admin page. when you visit the admin forum section the edit/delete items are both offset from the actual forum line and each one cascades in diagnally making it almost impossible to use. This is using Firefox and the standard theme.
&#60;/p&#62;</description>
</item>
<item>
<title>retrospec on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-15039</link>
<pubDate>Fri, 04 Apr 2008 22:53:44 +0000</pubDate>
<dc:creator>retrospec</dc:creator>
<guid isPermaLink="false">15039@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There's a bug in the style sheet. Though to be fair it was in the last version too. If your post is only a line or two, the 'Custom Title' merges with the RSS feed option, making it look bad and you are unable to click the rss link&#60;/p&#62;
&#60;p&#62;This is with the standard themes.&#60;/p&#62;
&#60;p&#62;What would also be useful is somewhere in a user's profile something telling him how to update his avatar.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-15017</link>
<pubDate>Fri, 04 Apr 2008 04:07:50 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15017@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Not if you want to share cookies between WordPress and bbPress.&#60;/p&#62;
&#60;p&#62;I think you need to ask on the WordPress.org forums why adding a secret key messes things up. Technically, even though you are using an integrated installation, bbPress does not touch WordPress.&#60;/p&#62;
&#60;p&#62;Side note: if you have the integration plugins installed, you will need to remove them. They are no longer required.
&#60;/p&#62;</description>
</item>
<item>
<title>lostdeviant on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-15010</link>
<pubDate>Fri, 04 Apr 2008 03:52:13 +0000</pubDate>
<dc:creator>lostdeviant</dc:creator>
<guid isPermaLink="false">15010@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sam, It doesn't let me log out or log in once I add a secret-key. as long as the secret-key is in the wp-config, it just says I don't have sufficient permissions.&#60;br /&#62;
Can't  the bbpress install allow that field to be left empty?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-15008</link>
<pubDate>Fri, 04 Apr 2008 03:37:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15008@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For those that already downloaded 0.9 there is only one file that changed (pluggable.php)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/changeset?old_path=tags%2F0.9&#38;#38;old=1399&#38;#38;new_path=tags%2F0.9.0.1&#38;#38;new=1403&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/changeset?old_path=tags%2F0.9&#38;#38;old=1399&#38;#38;new_path=tags%2F0.9.0.1&#38;#38;new=1403&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you already had 0.9 you only need to replace these two files to move to 0.9.0.1 (and the second is just for the version number change)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/changeset?format=zip&#38;#38;new=1403&#38;#38;old=1399&#38;#38;new_path=tags%2F0.9.0.1&#38;#38;old_path=tags%2F0.9&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/changeset?format=zip&#38;#38;new=1403&#38;#38;old=1399&#38;#38;new_path=tags%2F0.9.0.1&#38;#38;old_path=tags%2F0.9&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>RoseCitySister on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-15004</link>
<pubDate>Fri, 04 Apr 2008 03:11:01 +0000</pubDate>
<dc:creator>RoseCitySister</dc:creator>
<guid isPermaLink="false">15004@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yay! Thanks so much for all your hard work. I can't wait to upgrade!
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14994</link>
<pubDate>Fri, 04 Apr 2008 00:35:34 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">14994@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@ lostdeviant&#60;/p&#62;
&#60;p&#62;Sounds like you just need to logout and then log back in to WordPress once you have changed the WordPress Secret Key
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14993</link>
<pubDate>Fri, 04 Apr 2008 00:34:41 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">14993@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@ obiztekworld&#60;/p&#62;
&#60;p&#62;You may not have a config.php file here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.obiztek.net/newbb/config.php&#34; rel=&#34;nofollow&#34;&#62;http://www.obiztek.net/newbb/config.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But you do have a config.php file one level up here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.obiztek.net/config.php&#34; rel=&#34;nofollow&#34;&#62;http://www.obiztek.net/config.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Which the installer is detecting. Move that file and you can get going with the install.
&#60;/p&#62;</description>
</item>
<item>
<title>lostdeviant on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14986</link>
<pubDate>Thu, 03 Apr 2008 23:17:10 +0000</pubDate>
<dc:creator>lostdeviant</dc:creator>
<guid isPermaLink="false">14986@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hi, I figured that out around the same time you commented. &#60;/p&#62;
&#60;p&#62;Unfortunately, that addition breaks WP 2.5. I can no longer login... it says  &#34;You do not have sufficient permissions to access this page.&#34;&#60;br /&#62;
  ... it does that anytime I try to do anything admin related. &#60;/p&#62;
&#60;p&#62;As soon as I remove the secret-key that I added, everything is back to normal... *sigh*  of course this would mean that the secret key in bbpress is no longer valid.
&#60;/p&#62;</description>
</item>
<item>
<title>NeutralX2 on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14980</link>
<pubDate>Thu, 03 Apr 2008 21:38:08 +0000</pubDate>
<dc:creator>NeutralX2</dc:creator>
<guid isPermaLink="false">14980@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@lost, It is a new, optional entry for WP 2.5. You can just add it to your wp-config and pick any key you like:&#60;/p&#62;
&#60;p&#62;define('SECRET_KEY', 'put your unique phrase here');&#60;/p&#62;
&#60;p&#62;Anyway, 0.9.0.1 is great! Good job all!
&#60;/p&#62;</description>
</item>
<item>
<title>lostdeviant on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14974</link>
<pubDate>Thu, 03 Apr 2008 20:49:49 +0000</pubDate>
<dc:creator>lostdeviant</dc:creator>
<guid isPermaLink="false">14974@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My wp-config doesn't have a secret-key  yet step 2 requires it.
&#60;/p&#62;</description>
</item>
<item>
<title>Shagalaga on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14973</link>
<pubDate>Thu, 03 Apr 2008 20:37:03 +0000</pubDate>
<dc:creator>Shagalaga</dc:creator>
<guid isPermaLink="false">14973@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My Members are called Anonymous, when they write a comment on WP...
&#60;/p&#62;</description>
</item>
<item>
<title>obiztekworld on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14968</link>
<pubDate>Thu, 03 Apr 2008 18:15:54 +0000</pubDate>
<dc:creator>obiztekworld</dc:creator>
<guid isPermaLink="false">14968@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have tried to install new forum 0.9 but during installtion it shows the error &#34; An old config.php file has been detected in your installation. You should remove it and run the installer again. You can use the same database connection details if you do.&#34;&#60;/p&#62;
&#60;p&#62;Please check out the error details at &#60;a href=&#34;http://www.obiztek.net/newbb/bb-admin/install.php&#34; rel=&#34;nofollow&#34;&#62;http://www.obiztek.net/newbb/bb-admin/install.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We do not have another forum so no question of old config.php is there&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
ajay&#60;br /&#62;
OBizTek
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14951</link>
<pubDate>Thu, 03 Apr 2008 15:10:58 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">14951@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;We've just released a new version that fixes the log in failure occurring in upgraded installations. Version 0.9.0.1 is now available for download.
&#60;/p&#62;</description>
</item>
<item>
<title>lilnigsta on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14949</link>
<pubDate>Thu, 03 Apr 2008 14:50:59 +0000</pubDate>
<dc:creator>lilnigsta</dc:creator>
<guid isPermaLink="false">14949@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey guys thanks for all your work on this project, I appreciate much, now I'm off to open my new present. :)
&#60;/p&#62;</description>
</item>
<item>
<title>labnol on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14948</link>
<pubDate>Thu, 03 Apr 2008 14:27:51 +0000</pubDate>
<dc:creator>labnol</dc:creator>
<guid isPermaLink="false">14948@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you have issues with while logging-in, here's &#60;strong&#62;&#60;a href=&#34;http://www.labnol.org/software/tutorials/cannot-login-fix-for-bbpress-forums-database-installation-error/2817/&#34;&#62;quick workaround&#60;/a&#62;&#60;/strong&#62; to fix that problem.
&#60;/p&#62;</description>
</item>
<item>
<title>retrospec on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14940</link>
<pubDate>Thu, 03 Apr 2008 12:01:15 +0000</pubDate>
<dc:creator>retrospec</dc:creator>
<guid isPermaLink="false">14940@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
Will existing themes work with the new version?
&#60;/p&#62;</description>
</item>
<item>
<title>olgaberrios on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14936</link>
<pubDate>Thu, 03 Apr 2008 11:20:46 +0000</pubDate>
<dc:creator>olgaberrios</dc:creator>
<guid isPermaLink="false">14936@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;no... i have no bbpress admin... &#60;a href=&#34;http://estoyhaciendocosas.com/debates/&#34; rel=&#34;nofollow&#34;&#62;http://estoyhaciendocosas.com/debates/&#60;/a&#62;&#60;br /&#62;
why?&#60;br /&#62;
i installed an older version and tried to integrate with wp&#60;br /&#62;
then i updated successfully wp, but no bbpress&#60;br /&#62;
so i deleted all de bbpress and i tried to install again...
&#60;/p&#62;</description>
</item>
<item>
<title>olgaberrios on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14934</link>
<pubDate>Thu, 03 Apr 2008 11:05:27 +0000</pubDate>
<dc:creator>olgaberrios</dc:creator>
<guid isPermaLink="false">14934@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I follow and It seems bbpress admin has dessapeared again... I'm going to repet all the proccess...
&#60;/p&#62;</description>
</item>
<item>
<title>olgaberrios on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14933</link>
<pubDate>Thu, 03 Apr 2008 10:55:38 +0000</pubDate>
<dc:creator>olgaberrios</dc:creator>
<guid isPermaLink="false">14933@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I remove the lines and appears this message:&#60;/p&#62;
&#60;p&#62;&#34;&#60;br /&#62;
Warning: in_array(): Wrong datatype for second argument in /var/www/vhosts/estoyhaciendocosas.com/httpdocs/debates/bb-admin/upgrade-functions.php on line 535&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/estoyhaciendocosas.com/httpdocs/debates/bb-admin/upgrade-functions.php:535) in /var/www/vhosts/estoyhaciendocosas.com/httpdocs/debates/bb-includes/functions.php on line 2248&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>olgaberrios on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14932</link>
<pubDate>Thu, 03 Apr 2008 10:52:18 +0000</pubDate>
<dc:creator>olgaberrios</dc:creator>
<guid isPermaLink="false">14932@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi! Thanx! I have a question. Installer says:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;bbPress is already installed, but appears to require an upgrade.&#60;br /&#62;
Perhaps you meant to run the upgrade script instead?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I click on upgrade script and it says:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
You're running in safe mode which does not allow this upgrade script to set a running time limit. Depending on the size of your database and on which parts of the script you are running, the script can take quite some time to run (or it could take just a few seconds). To throw caution to the wind and run the script in safe mode anyway, remove the first few lines of code in the bb-admin/upgrade.php  file. Backups are always a good idea.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Any idea?
&#60;/p&#62;</description>
</item>
<item>
<title>_micha_ on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14931</link>
<pubDate>Thu, 03 Apr 2008 10:22:23 +0000</pubDate>
<dc:creator>_micha_</dc:creator>
<guid isPermaLink="false">14931@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok. it is. i just tried it but got a php error (function &#34;wp_set_password&#34; missing).&#60;br /&#62;
i just added that as an empty function @ line 1 in index.php and could login. after that i activated the md5-password plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>_micha_ on "bbPress 0.9.0.1 released"</title>
<link>http://bbpress.org/forums/topic/bbpress-09-released#post-14930</link>
<pubDate>Thu, 03 Apr 2008 10:08:44 +0000</pubDate>
<dc:creator>_micha_</dc:creator>
<guid isPermaLink="false">14930@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;is this compatible to wp 2.5 only ?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
