Server Error! (Internal Server Error)
chodgetts opened this issue · 2 comments
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 :)
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
Closing due to inactivity, please reopen if problem persists