Hello!
Is see this in the log:
[01-Mar-2018 18:12:15 Europe/Berlin] PHP Warning: exec() has been disabled for security reasons in /vwww/HIDDEN/root/mailsystem/vendor/pear/crypt_gpg/Crypt/GPG/ProcessControl.php on line 143
Do I have to enable exec() in the php.ini?
Kind regards
Andreas
On 03/01/2018 06:17 PM, Andreas Meyer wrote:
Hello!
Is see this in the log:
[01-Mar-2018 18:12:15 Europe/Berlin] PHP Warning: exec() has been disabled for security reasons in /vwww/HIDDEN/root/mailsystem/vendor/pear/crypt_gpg/Crypt/GPG/ProcessControl.php on line 143
Do I have to enable exec() in the php.ini?
Yes. The enigma plugin uses gpg binary.
On 03/01/2018 08:20 PM, A.L.E.C wrote:
[01-Mar-2018 18:12:15 Europe/Berlin] PHP Warning: exec() has been disabled for security reasons in /vwww/HIDDEN/root/mailsystem/vendor/pear/crypt_gpg/Crypt/GPG/ProcessControl.php on line 143
Do I have to enable exec() in the php.ini?
Yes. The enigma plugin uses gpg binary.
Correction. exec() is used for ps and kill, if you don't have php-posix extension installed.