accessctypebyip.install refers to non-existent table 'variables' instead of 'variable'.

db_query("INSERT INTO {variables} (name, value) VALUES ('accessctypebyip_1_all_ips',

Should be this:
db_query("INSERT INTO {variable} (name, value) VALUES ('accessctypebyip_1_all_ips',

Comments

desecho’s picture

Status: Active » Closed (fixed)

Fixed. Thanks for the heads up.