I tried to use current git version (54799b9) but I got this in errors.log:
[06-Oct-2019 14:01:27 Europe/Budapest] PHP Fatal error: Uncaught Error: Call to undefined method rcmail::find_asset() in /usr/local/www/roundcubemail-git.54799b9/plugins/jqueryui/jqueryui.php:150
Stack trace:
thrown in /usr/local/www/roundcubemail-git.54799b9/plugins/jqueryui/jqueryui.php on line 150
I disabled all of my plugins, but jqueryui loaded by default. jqueryui.php changed in this commit: https://github.com/roundcube/roundcubemail/commit/40967393226ba41e4e0cc4a1ce9022d3fcb99a3f
Please try to fix this.
The method is defined in program/include/rcmail.php file. So, it looks like that file is not compatible with the plugin. You did something wrong.
In case it helps anyone else out in the future, I got this error after upgrading roundcube to 1.4.0. It turns out I forgot to restart Apache after the upgrade.
In case it helps anyone else out in the future, I got this error after upgrading roundcube to 1.4.0. It turns out I forgot to restart Apache after the upgrade.
Not exactly Apache, but PHP. If PHP is run through mod_php, it will work. But if PHP is run througn php-fpm, must restart php-fpm.
Most helpful comment
Not exactly Apache, but PHP. If PHP is run through mod_php, it will work. But if PHP is run througn php-fpm, must restart php-fpm.