Roundcube Community Forum

Release Support => Pending Issues => Topic started by: anoox_tech_team on May 10, 2021, 04:05:12 PM

Title: PHP Error: Enigma plugin: Option 'enigma_pgp_homedir' not specified
Post by: anoox_tech_team on May 10, 2021, 04:05:12 PM
Hello,

When trying to change the Signature for an email Box via "Identities" we are getting this Error message:

SERVICE CURRENTLY NOT AVAILABLE!
Error No. [600]

Then when I look under the /roundcube/logs/errors.log we see these Error message:

PHP Error: Enigma plugin: Option 'enigma_pgp_homedir' not specified in /var/www/html/roundcube/plugins/enigma/lib/enigma_engine.php on line 91
(GET /rcube/?_task=settings&_action=edit-identity&_iid=5&_framed=1)

PHP Error: Can use only one plugin for attachments/file uploads! Using 'database_attachments', ignoring others. in /var/www/html/roundcube/plugins/filesystem_attachments/filesystem_attachments.php on line 39
(GET /rcube/?_task=logout&_token=fTeI0B862AQBZT7vPuZn7GXRLjYbh38J)


Please let us know how to resolve these problems


Regards,
Dean
Title: Re: PHP Error: Enigma plugin: Option 'enigma_pgp_homedir' not specified
Post by: alec on May 11, 2021, 02:16:59 AM
1. You have to disable enigma plugin or set enigma_pgp_homedir in its config.
2. You have to disable database_attachments or filesystem_attachments plugin in the config.
Title: Re: PHP Error: Enigma plugin: Option 'enigma_pgp_homedir' not specified
Post by: anoox_tech_team on May 11, 2021, 10:25:54 AM
Hello Alec,

1- How do we "disable enigma plugin or set enigma_pgp_homedir in its config"?

To be exact in directory:
/roundcube/plugins/enigma

in file: config.inc.php  we have the value: $config['enigma_pgp_homedir'] = null;
doesnt that disable enigma plugin and/or set enigma_pgp_homedir?  If not, what does?


2- How do we "disable database_attachments" or "filesystem_attachments plugin in the config"?

Thanks
Title: Re: PHP Error: Enigma plugin: Option 'enigma_pgp_homedir' not specified
Post by: anoox_tech_team on May 11, 2021, 11:42:39 AM
Hello Alec,

Ok, figured it out. So the problems are solved.
FYI, the problem was solved by modifying the main Config file as we were modifying the Plugin related Configs before.
Thanks

Dean @ Anoox.com