I get the below error for all the plugins mentioned, but most of the time nothing. Has anyone faced this issue?
"PHP Error: Failed to load plugin file /var/www/87735730-17ae-4f4f-abb3-aae47d50a6b2/public_html/plugins/enhance_password/enhance_password.php in /var/www/87735730-17ae-4f4f-abb3-aae47d50a6b2/public_html/program/lib/Roundcube/rcube_plugin_api.php on line 193 (POST /?task=settings&action=refresh)"
In the Config , tried both [ and ( with Array and without Array
a) $config['plugins'] = array ('enhance_login', 'thunderbird_labels', 'banner_warn', 'markasjunk', 'enhance_password', 'easy_unsubscribe', 'managesieve');
b) $config['plugins'] = array ['enhance_login', 'thunderbird_labels', 'banner_warn', 'markasjunk', 'enhance_password', 'easy_unsubscribe', 'managesieve'];
And the About tab it show only 2 plugins available.
Installed plugins
Plugin Version License Source
filesystem_attachments 1.0 GPL-3.0+
jqueryui 1.13.1 GPL-3.0+