You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the path is like it was before - but I get the same error:
Dec 9 10:28:03 srv1 roundcube: PHP Fatal error: require(): Failed opening required '/var/www/html/webmail/plugins/authres_status/../../vendor/autoload.php' (include_path='/var/www/html/webmail/plugins/enigma/lib:/var/www/html/roundcubemail-1.5.1/vendor/pear/pear_exception:/var/www/html/roundcubemail-1.5.1/vendor/pear/console_getopt:/var/www/html/roundcubemail-1.5.1/vendor/pear/pear-core-minimal/src:/var/www/html/roundcubemail-1.5.1/vendor/pear/auth_sasl:/var/www/html/roundcubemail-1.5.1/vendor/pear/net_ldap2:/var/www/html/roundcubemail-1.5.1/vendor/pear/console_commandline:/var/www/html/roundcubemail-1.5.1/vendor/pear/mail_mime:/var/www/html/roundcubemail-1.5.1/vendor/pear/net_socket:/var/www/html/roundcubemail-1.5.1/vendor/pear/net_smtp:/var/www/html/roundcubemail-1.5.1/vendor/pear/crypt_gpg:/var/www/html/webmail/program/lib:.:/usr/share/php:/var/www/html/roundcubemail-1.5.1/program/lib') in /var/www/html/roundcube_plugins/authres_status-0.6.1/authres_status.php on line 430
But the file is there:
root@srv1:~# ls -lah /var/www/html/webmail/plugins/authres_status
lrwxrwxrwx 1 www-data www-data 45 Dez 9 08:08 /var/www/html/webmail/plugins/authres_status -> ../../roundcube_plugins/authres_status-0.6.1/
root@srv1:~# ls -lah /var/www/html/webmail/vendor/autoload.php
-rw-r--r-- 1 www-data www-data 178 Nov 22 22:12 /var/www/html/webmail/vendor/autoload.php
I use PHP 7.4 with Roundcube 1.5.1
The text was updated successfully, but these errors were encountered:
The plugin is not able to include autoload.php
I know, I have a special setup. My plugin folder is symlinked to a folder outside of my roundcube folder.
But even, when I fix the path, it dont work:
I chance this:
So the path is like it was before - but I get the same error:
Dec 9 10:28:03 srv1 roundcube: PHP Fatal error: require(): Failed opening required '/var/www/html/webmail/plugins/authres_status/../../vendor/autoload.php' (include_path='/var/www/html/webmail/plugins/enigma/lib:/var/www/html/roundcubemail-1.5.1/vendor/pear/pear_exception:/var/www/html/roundcubemail-1.5.1/vendor/pear/console_getopt:/var/www/html/roundcubemail-1.5.1/vendor/pear/pear-core-minimal/src:/var/www/html/roundcubemail-1.5.1/vendor/pear/auth_sasl:/var/www/html/roundcubemail-1.5.1/vendor/pear/net_ldap2:/var/www/html/roundcubemail-1.5.1/vendor/pear/console_commandline:/var/www/html/roundcubemail-1.5.1/vendor/pear/mail_mime:/var/www/html/roundcubemail-1.5.1/vendor/pear/net_socket:/var/www/html/roundcubemail-1.5.1/vendor/pear/net_smtp:/var/www/html/roundcubemail-1.5.1/vendor/pear/crypt_gpg:/var/www/html/webmail/program/lib:.:/usr/share/php:/var/www/html/roundcubemail-1.5.1/program/lib') in /var/www/html/roundcube_plugins/authres_status-0.6.1/authres_status.php on line 430
But the file is there:
I use PHP 7.4 with Roundcube 1.5.1
The text was updated successfully, but these errors were encountered: