user warning: Specified key was too long; max key length is 1000 bytes query: subscriptions_install CREATE TABLE subscriptions ( sid int unsigned NOT NULL auto_increment, module varchar(255) default NULL, field varchar(255) default NULL, value varchar(255) default NULL, recipient_uid int NOT NULL, send_interval int default NULL, author_uid int NOT NULL, send_updates tinyint NOT NULL default 0, send_comments tinyint NOT NULL default 0, PRIMARY KEY (sid), KEY (module, field, value), KEY (recipient_uid) ) /*!40100 DEFAULT CHARACTER SET utf8 */ in /Users/mw/htd/dr5/includes/database.mysqli.inc on line 151.
Comments
Comment #1
salvisget the latest subscriptions.install from CVS
Comment #2
rallycivic commentedThe CREATE TABLE in the update_3 section needs to be changed as well.
Comment #3
gustav commentedAs far as I can tell this was fixed last night. See http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/subscriptio... . Are you sure you have the latest code?
Comment #4
salvisMaybe we should keep the issue active until we have a new beta...
The complete fix is in subscriptions 5.x-2.x-dev.
Comment #5
salvisComment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.