-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'DKIM_Verify' not found #49
Comments
Could maybe be caused by a missing |
Hi; I'm getting a similar error:
Note: I added a couple of print statements to show what DIR and $autoload were returning:
The At any rate, a solution is visible in the code snippet shown above: setting 'use_fallback_verifier' to false in the configuration file will skip the problem, at the expense of not cryptographically verifying dkim-signatures. |
Sigh. I set 'use_fallback_verifier' to false, and the error went away, but now the message status column isn't shown in the search results. |
[30-Jul-2020 17:38:18 PHP Fatal error: Uncaught Error: Class 'DKIM_Verify' not found in /var/www/roundcube/plugins/authres_status/authres_status.php:435
Stack trace:
#0 /var/www/roundcube/plugins/authres_status/authres_status.php(215): authres_status->get_authentication_status()
#1 /var/www/roundcube/program/lib/Roundcube/rcube_plugin_api.php(469): authres_status->messages_list()
#2 /var/www/roundcube/program/steps/mail/func.inc(444): rcube_plugin_api->exec_hook()
#3 /var/www/roundcube/program/steps/mail/list.inc(109): rcmail_js_message_list()
#4 /var/www/roundcube/index.php(306): include_once('/var/www/apps/r...')
#5 {main}
thrown in /var/wwwroundcube/plugins/authres_status/authres_status.php on line 435
Using authres_status v0.6.1 and roundcube 1.4.7
The text was updated successfully, but these errors were encountered: