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
Comment #1
mcarbone commentedRoledelay is unsupported for Drupal 4.7 -- please verify for Drupal 5.
Comment #2
add1sun commentedThe module is for 5 so I'm closing this.