Adrien Precigout
Adrien Precigout
Okay here is why I don't have any key generated : `[gpgmailer] Warning: gpg --batch --gen-key foo: Array ( [0] => gpg: Warning: using insecure memory! [1] => gpg: foo:4:...
Okay, well only thing the geterror() returns is `[gpgmailer]` Warning: could not init keylist` And here is a more in-depth view of the debug of keyinfo(). I tried to activate...
Sadly I only get AH01071: Got error 'PHP message: PHP Warning: gnupg_keyinfo(): could not init keylist in /usr/local/www/apache24/data/test.php on line 9' no matter if I set the GNUPGHOME or not...
On data/.gnupg and data/user/.gnupg I've got `drwx------ 2 www www 5 May 17 17:04 .gnupg` so 700 by default. Changing them to 777 doesn't change anything.
apache and php-fm run both under www user.
It's driving me crazy. I tried all day yesterday and still can't at least introduce a new bug :p. I even changed php version to 8.0 but didn't improve anything....
Hi @becarpenter, So I've worked a bit on the refactor of the code. As you wished, I've not forgotten non-cli-users. In fact, their experience got better :p. The changes may...
Hi @becarpenter , I've been busy. So, when does it crash ? Did you launch run_gui.py or something else ?
Super alors :) Indeed I see the error. I'll correct it. So I'll migrate all the other scripts and update the doc and lastly I'll create the github action. The...
Could you maybe post a PR ? I think we should add a toggle for special characters (and provide a list of possible characters). The loop should also be limited...