- πΊπΈUnited States rlhawk Seattle, Washington, United States
Closing this issue, since the module is deprecated and no longer supported.
Hi there,
I set everything up according to the instructions and although everything validates with the key and Townsend settings on save, when I actually go to encrypt something with encrypt() (and decrypt), I get a bunch of undefined index errors.
Through trial and error, I realized that the following snippet in townsec_key_encryption_method_aes() isn't returning the settings that it should.
$provider = encrypt_get_key_provider('townsec_akm');
Although it does return an array with settings, none of the ones you call for below that point are in there. If I manually set the array keys with the settings I set in the module settings, it works fine. So I'm thinking that something must have changed in the way that ctools is returning the array to the Encrypt module.
Heads up!
Closed: won't fix
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing this issue, since the module is deprecated and no longer supported.