Enigma plugin : wrong Keys directory adress in config.inc.php
Cellophile opened this issue · 3 comments
Hi !
I've 3 instances of roundcube on a server, with enigma plugin for each one.
But when I went to the interface, parameters / pgp keys, I had an error about unknown Keys directory.
But /var/www/roundcube/plugins/enigma/home
exists.
the problem is, for other installations than the first, the path of this directory isn't roundcube, but roundcube__2, roundcube__3, ...
And in the /var/www/roundcube/plugins/enigma/config.inc.php
file, $config['enigma_pgp_homedir'] = '/var/www/roundcube/plugins/enigma/home';
isn't modify during installation. So for the others installations, enigma calls always the roundcube folder instead of roundcube__2, __3, ...
@Cellophile thanks for reporting. Can you tell use more about your YunoHost version?
Yes sure, sorry : all is in the latest version :
Ynh : 11.0.9.14 (stable)
roundcube version 1.6.0~ynh1
#159 should fix the issue.