In ip_authenticator_uninstall :
cache_clear_all('*', 'cache_p_age', TRUE);
should be :
cache_clear_all('*', 'cache_page', TRUE);

This typo give an error when you uninstall the module (Table "cache_p_age" doesn't exist...).

Comments

jonfrancisskydiver’s picture

Status: Active » Fixed

Commited the change to the dev

Anonymous’s picture

Status: Fixed » Closed (fixed)

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