<?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: At a loss.......Problems with FULLTEXT and missing files</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: At a loss.......Problems with FULLTEXT and missing files</description>
<language>en</language>
<pubDate>Thu, 20 Nov 2008 12:36:43 +0000</pubDate>

<item>
<title>pensandpencils on "At a loss.......Problems with FULLTEXT and missing files"</title>
<link>http://bbpress.org/forums/topic/at-a-lossproblems-with-fulltext-and-missing-files#post-7359</link>
<pubDate>Fri, 11 May 2007 09:50:10 +0000</pubDate>
<dc:creator>pensandpencils</dc:creator>
<guid isPermaLink="false">7359@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the reply.&#60;/p&#62;
&#60;p&#62;I'm running the latest stable MySql and PHP on a Mac apache local testing server if this helps at all.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "At a loss.......Problems with FULLTEXT and missing files"</title>
<link>http://bbpress.org/forums/topic/at-a-lossproblems-with-fulltext-and-missing-files#post-7339</link>
<pubDate>Thu, 10 May 2007 17:35:33 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">7339@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What version MySQL are you using?  Prior to 3.23.23 you could not create a full text index.&#60;/p&#62;
&#60;p&#62;Still thinking about this one...
&#60;/p&#62;</description>
</item>
<item>
<title>pensandpencils on "At a loss.......Problems with FULLTEXT and missing files"</title>
<link>http://bbpress.org/forums/topic/at-a-lossproblems-with-fulltext-and-missing-files#post-7338</link>
<pubDate>Thu, 10 May 2007 15:53:00 +0000</pubDate>
<dc:creator>pensandpencils</dc:creator>
<guid isPermaLink="false">7338@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am intergrating BB into Wordpress and am hitting a wall.&#60;/p&#62;
&#60;p&#62;When I attempt to go to step three of installation I meet the following text:&#60;/p&#62;
&#60;p&#62;bbPress database error: [Column 'post_text' cannot be part of FULLTEXT index]&#60;br /&#62;
CREATE TABLE bb_posts ( post_id bigint(20) NOT NULL auto_increment, forum_id int(10) NOT NULL default '1', topic_id bigint(20) NOT NULL default '1', poster_id int(10) NOT NULL default '0', post_text text NOT NULL, post_time datetime NOT NULL default '0000-00-00 00:00:00', poster_ip varchar(15) NOT NULL default '', post_status tinyint(1) NOT NULL default '0', post_position bigint(20) NOT NULL default '0', PRIMARY KEY (post_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY post_time (post_time), FULLTEXT KEY post_text (post_text) ) TYPE = MYISAM&#60;/p&#62;
&#60;p&#62;   1. Created table bb_forums&#60;br /&#62;
   2. Created table bb_posts&#60;br /&#62;
   3. Created table bb_topics&#60;br /&#62;
   4. Created table bb_topicmeta&#60;br /&#62;
   5. Created table bb_tags&#60;br /&#62;
   6. Created table bb_tagged&#60;br /&#62;
   7. Changed type of wp_usermeta.meta_key from varbinary(255) to varchar(255)&#60;br /&#62;
   8. Changed type of wp_usermeta.meta_value from longblob to longtext&#60;br /&#62;
   9. Changed type of wp_users.user_login from varbinary(60) to varchar(60)&#60;br /&#62;
  10. Changed type of wp_users.user_pass from varbinary(64) to varchar(64)&#60;br /&#62;
  11. Changed type of wp_users.user_nicename from varbinary(50) to varchar(50)&#60;br /&#62;
  12. Changed type of wp_users.user_email from varbinary(100) to varchar(100)&#60;br /&#62;
  13. Changed type of wp_users.user_url from varbinary(100) to varchar(100)&#60;br /&#62;
  14. Changed type of wp_users.display_name from varbinary(250) to varchar(250)&#60;br /&#62;
  15. Added index wp_users UNIQUE KEY user_login (user_login)&#60;/p&#62;
&#60;p&#62;bbPress database error: [Table 'louise.bb_posts' doesn't exist]&#60;br /&#62;
INSERT INTO bb_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES ('1', '1', '1', '&#60;/p&#62;
&#60;p&#62;First Post! w00t.&#60;br /&#62;
','2007-05-10 15:35:23', '192.168.2.4', '0', 1)&#60;/p&#62;
&#60;p&#62;bbPress database error: [Table 'louise.bb_posts' doesn't exist]&#60;br /&#62;
SELECT post_id, poster_id FROM bb_posts WHERE topic_id = 1 AND post_status = 0 ORDER BY post_time&#60;/p&#62;
&#60;p&#62;bbPress database error: [Table 'louise.bb_posts' doesn't exist]&#60;br /&#62;
SELECT * FROM bb_posts WHERE post_id = 0&#60;/p&#62;
&#60;p&#62;Finished!&#60;/p&#62;
&#60;p&#62;I am doing everything to the letter and cannot see what I'm doing wrong.....&#60;/p&#62;
&#60;p&#62;The only things I change to install is the directory titles from:&#60;/p&#62;
&#60;p&#62;wordpress to 'journal'&#60;br /&#62;
and&#60;br /&#62;
bbpress to 'message_board'&#60;/p&#62;
&#60;p&#62;Help would be greatly appreciated. As its driving me mental. All of this just so I can have people sign in to both wordpress and bbpress at the same time.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
