[Bb-trac] [bbPress] #1127: Can't install svn rev 2224 (1.0 RC3)

bbPress bb-trac at lists.bbpress.org
Thu Jun 25 09:21:58 GMT 2009


#1127: Can't install svn rev 2224 (1.0 RC3)
----------------------------------+-----------------------------------------
 Reporter:  madmw                 |       Owner:                  
     Type:  defect                |      Status:  new             
 Priority:  normal                |   Milestone:  1.0             
Component:  Installation/Upgrade  |     Version:  1.0-rc-3 (trunk)
 Severity:  normal                |    Keywords:                  
----------------------------------+-----------------------------------------
 Fresh install, no WP integration, MySQL 5.0.40
 This error is reported as minor in the installation page but obviously it
 is not. Other bbpress tables has been created ok.
 In the same database WP is running fine.
 {{{
 SQL ERROR!
 >>> Database: forums (localhost)
 >>>>>> CREATE TABLE IF NOT EXISTS bb_vj_usermeta (
 umeta_id bigint(20) NOT NULL auto_increment,
 user_id bigint(20) NOT NULL default 0,
 meta_key default NULL,
 meta_value default NULL,
 PRIMARY KEY (umeta_id),
 KEY user_id (user_id),
 KEY meta_key (meta_key)
 ) DEFAULT CHARACTER SET 'utf8';
 >>>>>> You have an error in your SQL syntax; check the manual that
 corresponds to your MySQL server version for the right syntax to use near
 'default NULL,
 meta_value default NULL,
 PRIMARY KEY (umeta_id),
 KEY `user_' at line 4
 Forum could not be created!
 }}}

-- 
Ticket URL: <http://trac.bbpress.org/ticket/1127>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list