We have moved to Github. Please open tickets there.

Opened 4 years ago

Closed 4 years ago

#615 closed Defect (fixed)

elgg 1.1 rev 2512 installation error

Reported by: jr Owned by:
Priority: high Milestone: Elgg 1.1
Component: Core Version: 1.1
Severity: major Keywords:
Cc: brettp Difficulty:

Description

There were a number of issues: BLOB/TEXT column 'value' used in key specification without a key length QUERY: CREATE TABLE elgg_private_settings (
id INT NOT NULL auto_increment,
entity_guid INT NOT NULL ,
name varchar(128) NOT NULL ,
value TEXT NOT NULL ,
PRIMARY KEY ( id ) ,
UNIQUE KEY ( entity_guid , name ),
KEY name (name),
KEY value (value)
) ENGINE = MYISAM DEFAULT CHARSET=utf8;

Change History (1)

comment:1 Changed 4 years ago by marcus

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

(In [svn:2513]) Fixes #615

Note: See TracTickets for help on using tickets.