Closed (fixed)
Project:
OG Read Only
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
22 Apr 2009 at 02:05 UTC
Updated:
31 Aug 2009 at 13:30 UTC
table og_read_only
column types:
declared: array('type' => 'text', 'size' => 'big', 'not null' => TRUE, 'default' => '')
actual: array('type' => 'text', 'size' => 'big', 'not null' => TRUE)
how to do?
thank you
Comments
Comment #1
jimjxr commentedI think 'default' => '' should be removed from the types field, mysql5 will complain if I try to install this module:
user warning: BLOB/TEXT column 'types' can't have a default value query: CREATE TABLE og_read_only ( `nid` INT NOT NULL, `types` LONGTEXT NOT NULL DEFAULT '', PRIMARY KEY (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in D:\Programming\drupal-6.13\includes\database.inc on line 517.
Comment #2
yrocq commentedFixed in DRUPAL-6--1 and DRUPAL-6--2.