SS88UK / roundcube-easy-unsubscribe

Displays a small icon after the subject line when viewing an email, so you can very quickly unsubscribe.
MIT License
12 stars 7 forks source link

PHP Error: Failed to load plugin file #8

Open wbiehl opened 7 months ago

wbiehl commented 7 months ago

After installation the log floods with the following error record

PHP Error: Failed to load plugin file /usr/local/lib/roundcubemail/plugins/easy-unsubscribe/easy-unsubscribe.php in /usr/local/lib/roundcubemail/program/lib/Roundcube/rcube_plugin_api.php on line 193 (POST /mail/?_task=mail&_action=refresh)

SS88UK commented 5 months ago

Hi @wbiehl,

Did you install this via composer? I think I've added it incorrectly to Github in relation to Composer.

wbiehl commented 5 months ago

Yes, I installed it via composer.

SS88UK commented 5 months ago

Hi @wbiehl,

Sorry this took a while, I have just got around to testing with composer. When adding to composer.json and updating, it downloads and installs the plugin into the folder plugins/easy_unsubscribe (take note of the underscore).

In your config.inc.php file, are you using underscores (_) instead of a dash?