Author Topic: PHP Error: Enigma plugin: Option 'enigma_pgp_homedir' not specified  (Read 3407 times)

Offline anoox_tech_team

  • Newbie
  • *
  • Posts: 3
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

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
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.

Offline anoox_tech_team

  • Newbie
  • *
  • Posts: 3
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

Offline anoox_tech_team

  • Newbie
  • *
  • Posts: 3
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