I'm using latesd Drupal 6.x
After install I get this error:
user warning: BLOB/TEXT column 'visibility_php' can't have a default value query: CREATE TABLE custom_breadcrumb ( `bid` INT unsigned NOT NULL auto_increment, `titles` VARCHAR(255) NOT NULL DEFAULT '', `paths` VARCHAR(255) DEFAULT NULL, `visibility_php` MEDIUMTEXT NOT NULL DEFAULT '', `node_type` VARCHAR(64) DEFAULT 'AND', PRIMARY KEY (bid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in [...]\includes\database.inc on line 514.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | custom_breadcrumbs.install.patch | 704 bytes | thepanz |
| #1 | custom_breadcrumbs.install.patch | 704 bytes | thepanz |
Comments
Comment #1
thepanz commentedHi, I edited the .install file: commenting the default value for php_visibility the problem is gone... here is my patch (maybe this can solve also #309222: Postgres Install fails)
Regards
Comment #2
thepanz commentedHi, I edited the .install file: commenting the default value for php_visibility the problem is gone... here is my patch (maybe this can solve also #309222: Postgres Install fails)
Regards
Comment #3
thepanz commentedDuplicate of #264663: Wrong table definition in install schema