When I try to enable role delay in the modules page for Drupal 4.7, I get these two SQL errors:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4 query: CREATE TABLE roledelay1 ( uid int(11) NOT NULL default '0', waitstamp int(11) NOT NULL default '0', KEY waitstamp (waitstamp) in (REDACTED)/database.mysql.inc on line 120.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4 query: CREATE TABLE roledelay2 ( uid int(11) NOT NULL default '0', waitstamp int(11) NOT NULL default '0', KEY waitstamp (waitstamp) in (REDACTED)/database.mysql.inc on line 120.

Checking in the database, these tables were not created.

Running the roledelay.mysql file from the command does create the tables, however.

-- Doug

Comments

mcarbone’s picture

Version: master » 5.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

Roledelay is unsupported for Drupal 4.7 -- please verify for Drupal 5.

add1sun’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

The module is for 5 so I'm closing this.