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

Server Error! (Internal Server Error) #31

Closed chodgetts closed 5 years ago

chodgetts commented 5 years ago

When I use the option: Enable authentication result column in message list I get a server error when listing emails in any folder.

I am running Roundcube Webmail 1.2.3 out of Debian 9.

These are the errors in the logs I am seeing:

[07-Sep-2018 10:43:08 Pacific/Auckland] PHP Warning: require(/usr/share/roundcube/plugins/authres_status/../../vendor/autoload.php): failed to open stream: No such file or directory in /usr/share/roundcube/plugins/authres_status/authres_status.php on line 422

[07-Sep-2018 10:43:08 Pacific/Auckland] PHP Fatal error: require(): Failed opening required '/usr/share/roundcube/plugins/authres_status/../../vendor/autoload.php' (include_path='/var/lib/roundcube/program/lib:.:/usr/share/php:/usr/share/roundcube/program/lib') in /usr/share/roundcube/plugins/authres_status/authres_status.php on line 422


Its no biggie but would love to get it resolved :)

pimlie commented 5 years ago

The autoload.php should be generated by composer. Did you do a composer install after installing roundcube? See https://github.com/roundcube/roundcubemail/wiki/Installation and then step 1 and 4 under Install dependencies

pimlie commented 5 years ago

Closing due to inactivity, please reopen if problem persists