After hosting_ssl module enabling -> error:
"PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead: CREATE TABLE {hosting_ssl_cert} ( `cid` INT unsigned auto_increment DEFAULT NULL, `ssl_key` MEDIUMTEXT NOT NULL, `client` INT unsigned NOT NULL DEFAULT 0, `status` INT unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`cid`), INDEX `ssl_key`"
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | hostin_ssl_2731609.patch | 672 bytes | javi.pl |
Comments
Comment #2
javi.pl commentedComment #3
helmo commentedThanks, committed.