You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Error: Enigma plugin: GPG binary not found. If you are sure the GPG binary is installed, please specify the location of the GPG binary using the 'binary' driver option. in /var/www/html/plugins/enigma/lib/enigma_engine.php on line 91
with alpine, this can be easily fixed by installing needed binary "apk add gpg"
also there could be default directory defined or environment option for providing enigma_pgp_homedir
eg: $config['enigma_pgp_homedir'] = RCUBE_INSTALL_PATH . '/pgp';
The text was updated successfully, but these errors were encountered:
Container is missing gpg binary
PHP Error: Enigma plugin: GPG binary not found. If you are sure the GPG binary is installed, please specify the location of the GPG binary using the 'binary' driver option. in /var/www/html/plugins/enigma/lib/enigma_engine.php on line 91
with alpine, this can be easily fixed by installing needed binary
"apk add gpg"
also there could be default directory defined or environment option for providing enigma_pgp_homedir
eg: $config['enigma_pgp_homedir'] = RCUBE_INSTALL_PATH . '/pgp';
The text was updated successfully, but these errors were encountered: