Forum Replies Created
-
In reply to: Help with installation andintegration
I checked with my webhost.
They do support utf8_general_ci on databases.
In reply to: Help with installation andintegrationI dleted the tables. I deleted the user files for bbpress.
This is the error message I get now.
The database failed to install. You may need to replace bbPress with a fresh copy and start again.
SQL ERROR!
>>> Database: lilienbr_wpmu (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_forums(forum_idint(10) NOT NULL auto_increment,forum_namevarchar(150) NOT NULL default ”,forum_slugvarchar(255) NOT NULL default ”,forum_desctext NOT NULL,forum_parentint(10) NOT NULL default 0,forum_orderint(10) NOT NULL default 0,topicsbigint(20) NOT NULL default 0,postsbigint(20) NOT NULL default 0,PRIMARY KEY (
forum_id),KEY
forum_slug(forum_slug)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;
>>>>>> Unknown collation: ‘uft8_general_ci’
SQL ERROR!
>>> Database: lilienbr_wpmu (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_meta(meta_idbigint(20) NOT NULL auto_increment,object_typevarchar(16) NOT NULL default ‘bb_option’,object_idbigint(20) NOT NULL default 0,meta_keyvarchar(255) default NULL,meta_valuelongtext,PRIMARY KEY (
meta_id),KEY
object_type__meta_key(object_type,meta_key),KEY
object_type__object_id__meta_key(object_type,object_id,meta_key)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;
>>>>>> Unknown collation: ‘uft8_general_ci’
SQL ERROR!
>>> Database: lilienbr_wpmu (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_posts(post_idbigint(20) NOT NULL auto_increment,forum_idint(10) NOT NULL default 1,topic_idbigint(20) NOT NULL default 1,poster_idint(10) NOT NULL default 0,post_texttext NOT NULL,post_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ipvarchar(15) NOT NULL default ”,post_statustinyint(1) NOT NULL default 0,post_positionbigint(20) NOT NULL default 0,PRIMARY KEY (
post_id),KEY
topic_time(topic_id,post_time),KEY
poster_time(poster_id,post_time),KEY
post_time(post_time),FULLTEXT KEY
post_text(post_text)) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;
>>>>>> Unknown collation: ‘uft8_general_ci’
SQL ERROR!
>>> Database: lilienbr_wpmu (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_terms(term_idbigint(20) NOT NULL auto_increment,namevarchar(55) NOT NULL default ”,slugvarchar(200) NOT NULL default ”,term_groupbigint(10) NOT NULL default 0,PRIMARY KEY (
term_id),UNIQUE KEY
slug(slug),KEY
name(name)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;
>>>>>> Unknown collation: ‘uft8_general_ci’
SQL ERROR!
>>> Database: lilienbr_wpmu (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_term_relationships(object_idbigint(20) NOT NULL default 0,term_taxonomy_idbigint(20) NOT NULL default 0,user_idbigint(20) NOT NULL default 0,term_orderint(11) NOT NULL default 0,PRIMARY KEY (
object_id,term_taxonomy_id),KEY
term_taxonomy_id(term_taxonomy_id)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;
>>>>>> Unknown collation: ‘uft8_general_ci’
SQL ERROR!
>>> Database: lilienbr_wpmu (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_term_taxonomy(term_taxonomy_idbigint(20) NOT NULL auto_increment,term_idbigint(20) NOT NULL default 0,taxonomyvarchar(32) NOT NULL default ”,descriptionlongtext NOT NULL,parentbigint(20) NOT NULL default 0,countbigint(20) NOT NULL default 0,PRIMARY KEY (
term_taxonomy_id),UNIQUE KEY
term_id_taxonomy(term_id,taxonomy),KEY
taxonomy(taxonomy)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;
>>>>>> Unknown collation: ‘uft8_general_ci’
SQL ERROR!
>>> Database: lilienbr_wpmu (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_topics(topic_idbigint(20) NOT NULL auto_increment,topic_titlevarchar(100) NOT NULL default ”,topic_slugvarchar(255) NOT NULL default ”,topic_posterbigint(20) NOT NULL default 0,topic_poster_namevarchar(40) NOT NULL default ‘Anonymous’,topic_last_posterbigint(20) NOT NULL default 0,topic_last_poster_namevarchar(40) NOT NULL default ”,topic_start_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,topic_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,forum_idint(10) NOT NULL default 1,topic_statustinyint(1) NOT NULL default 0,topic_opentinyint(1) NOT NULL default 1,topic_last_post_idbigint(20) NOT NULL default 1,topic_stickytinyint(1) NOT NULL default 0,topic_postsbigint(20) NOT NULL default 0,tag_countbigint(20) NOT NULL default 0,PRIMARY KEY (
topic_id),KEY
topic_slug(topic_slug),KEY
forum_time(forum_id,topic_time),KEY
user_start_time(topic_poster,topic_start_time),KEY
stickies(topic_status,topic_sticky,topic_time)) DEFAULT CHARACTER SET ‘utf8’ COLLATE ‘uft8_general_ci’;
>>>>>> Unknown collation: ‘uft8_general_ci’
Database installation failed!!!
Is bbpress compatible with wordpress or am I wasting my time?
In reply to: Help with installation andintegrationThanks. How do i remove the existing user information?
I am not sure what the trac means?
In reply to: Help with installation andintegrationNo, but i will delete them.
These are theonesyou wantme to delete:
bb_forums
bb_meta
bb_posts
bb_terms
bb_term_relationships
bb_term_taxonomy
bb_topics