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
Comment #1
desecho commentedFixed. Thanks for the heads up.