I wanted to add Enigma for my roundcube webmail,
but after following the enigma README, it gives me a Server Error…
That’s it only “Server Error”, and I don’t know where to look for an Error Code.
I know mailcow is prebundled with sogo, but maybe someone has already done this and could help me.
Thanks in advance!
EDIT:
Found the log…
[11-Jan-2025 10:40:55 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to undefined function proc_open() in /web/rc/vendor/pear/crypt_gpg/Crypt/GPG/Engine.php:1661
Stack trace:
#0 /web/rc/vendor/pear/crypt_gpg/Crypt/GPG/Engine.php(775): Crypt_GPG_Engine->_openSubprocess()
#1 /web/rc/vendor/pear/crypt_gpg/Crypt/GPG/Engine.php(932): Crypt_GPG_Engine->run()
#2 /web/rc/vendor/pear/crypt_gpg/Crypt/GPG/Engine.php(1443): Crypt_GPG_Engine->getVersion()
#3 /web/rc/vendor/pear/crypt_gpg/Crypt/GPG/Engine.php(775): Crypt_GPG_Engine->_openSubprocess()
#4 /web/rc/vendor/pear/crypt_gpg/Crypt/GPGAbstract.php(354): Crypt_GPG_Engine->run()
#5 /web/rc/vendor/pear/crypt_gpg/Crypt/GPG.php(513): Crypt_GPGAbstract->_getKeys('')
#6 /web/rc/plugins/enigma/lib/enigma_driver_gnupg.php(310): Crypt_GPG->getKeys('')
#7 /web/rc/plugins/enigma/lib/enigma_engine.php(992): enigma_driver_gnupg->list_keys('')
#8 /web/rc/plugins/enigma/lib/enigma_ui.php(242): enigma_engine->list_keys('')
#9 /web/rc/plugins/enigma/lib/enigma_ui.php(82): enigma_ui->key_list()
#10 /web/rc/plugins/enigma/enigma.php(419): enigma_ui->init()
#11 /web/rc/program/lib/Roundcube/rcube_plugin_api.php(577): enigma->preferences_ui()
#12 /web/rc/program/include/rcmail.php(255): rcube_plugin_api->exec_action('plugin.enigmake...')
#13 /web/rc/index.php(278): rcmail->action_handler()
#14 {main}
thrown in /web/rc/vendor/pear/crypt_gpg/Crypt/GPG/Engine.php on line 1661
It cannot call proc_open()