Info
- 5 posts
- 3 voices
- Started 3 years ago by csseur3
- Latest reply from csseur3
- This topic is resolved
Impossible to install bbpress revision 1595
-
- Posted 3 years ago #
Hello,
with the last installation of bbpress revision 1595, i have sql errors:
SQL ERROR!
>>> Database: forum_bbpress (localhost)
>>>>>> CREATE TABLE IF NOT EXISTSbb_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),
KEYforum_slug(forum_slug)
) DEFAULT CHARACTER SET 'utf8' COLLATE '';
>>>>>> Unknown collation: ''
SQL ERROR!
>>> Database: forum_bbpress (localhost)
>>>>>> CREATE TABLE IF NOT EXISTSbb_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 default NULL,
PRIMARY KEY (meta_id),
KEYobject_type__meta_key(object_type,meta_key),
KEYobject_type__object_id__meta_key(object_type,object_id,meta_key)
) DEFAULT CHARACTER SET 'utf8' COLLATE '';
>>>>>> Unknown collation: ''
SQL ERROR!etc, etc...
why?
bye
-
- Posted 3 years ago #
Er that's the trunk and subject to being broken at times.
I don't recommend you go beyond the 0.9 branch:
http://trac.bbpress.org/browser/branches/0.9
or if you are using svn
http://svn.automattic.com/bbpress/branches/0.9/ -
- Posted 3 years ago #
My guess is that you didn't specify a charset collation for the database on install.
I've just made a change that should fix your problem (if that was it).
-
- Posted 3 years ago #
I've confirmed the newest trunk build now fixes this problem (at least for me)
build # 1598
-
- Posted 3 years ago #
yes, it works now, but the adress of the site is not show at the end of install :)
bye
-
You must log in to post.