pimlie / authres_status

Roundcube plugin that checks the Authentication-Results headers (rfc5451) of your emails and displays the verification status.
Other
34 stars 20 forks source link

PHP Error: Failed to load config #67

Open williamdes opened 1 year ago

williamdes commented 1 year ago
PHP Error: Failed to load config from /var/www/html/plugins/authres_status/config.inc.php in /var/www/html/program/lib/Roundcube/rcube_plugin.php on line 166 (GET /?_task=mail&_token=xxxx)

I am using the docker official version of roundcube since years, and something is wrong with this plugin. It never worked and throws this error And when I force mount the config, the plugin still does not show in the UI

pimlie commented 2 months ago

Im not sure, how does your config look like, f.e. is it still valid php and does php/roundcube have permissions to read the file?

williamdes commented 2 months ago

I will check this and let you know