user warning: BLOB/TEXT column 'display' can't have a default value query: CREATE TABLE autoassignrole_page ( `rid` INT NOT NULL, `display` TEXT NOT NULL DEFAULT '', `path` VARCHAR(255) NOT NULL, `menu` VARCHAR(255) NOT NULL, `title` TEXT NOT NULL DEFAULT '', `description` LONGTEXT DEFAULT NULL, `format` TINYINT DEFAULT NULL, `weight` TINYINT DEFAULT 0, PRIMARY KEY (rid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in F:\Server-Setting\htdocs\you-xi-ji\includes\database.inc on line 517.
user warning: Table 'you-xi-ji-drupal6.autoassignrole_page' doesn't exist query: SELECT rid, path, display, title, weight, menu FROM autoassignrole_page in F:\Server-Setting\htdocs\you-xi-ji\sites\all\modules\autoassignrole\autoassignrole.module on line 31.

Comments

cyberswat’s picture

Status: Active » Fixed

Removed all the default attributes in the schema definition http://drupal.org/cvs?commit=252614

cybershan’s picture

Thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.