Ticket #1127 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Can't install svn rev 2224 (1.0 RC3)

Reported by: madmw Owned by:
Priority: normal Milestone: 1.0
Component: Installation/Upgrade Version: 1.0-rc-3 (trunk)
Severity: normal Keywords:
Cc:

Description

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!

Change History

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in  [BP264]

Note: See TracTickets for help on using tickets.