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

salvis’s picture

Status: Active » Fixed

get the latest subscriptions.install from CVS

rallycivic’s picture

Status: Fixed » Active

The CREATE TABLE in the update_3 section needs to be changed as well.

gustav’s picture

Status: Active » Fixed

As 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?

salvis’s picture

Version: » 5.x-2.0-beta2
Status: Fixed » Active

Maybe we should keep the issue active until we have a new beta...

The complete fix is in subscriptions 5.x-2.x-dev.

salvis’s picture

Version: 5.x-2.0-beta2 » 5.x-2.0-beta3
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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