Mibew / mattermost-plugin

A plugin for Mibew Messenger to send notifications about new chats to Mattermost.
Apache License 2.0
1 stars 0 forks source link

mibew-mattermost plugin #1

Open artemisapuci opened 2 years ago

artemisapuci commented 2 years ago

Hello I want to create an integration between mibew and mattermost, I have already fulfilled all of the steps in the installation document ,installed mibew messenger, put the files in the mibew/plugins and did the plugin configuration in the /configs/config.yml file but when I go to /operator/plugin to enable the plugin, no plugin is showed , do you have any idea on what the problem may be ? Thanks

tzeumer commented 2 years ago

Hello.

just a wild guess, but is it really in the right folder? The first time I used a plugin I got confused by the "double Mibew" in the path plugins/Mibew/Mibew/Plugin.

image

faf commented 2 years ago

Yes, most likely it's the paths. That's a very common trouble, despite the fact that this feature is described in the docs: https://docs.mibew.org/plugins/installation.html :)

Another possible reason could be in invalid permissions on dirs and/or files. For example if web server could not read (or execute) the dir of a plugin, Mibew Messenger would be unable to "see" it.

artemisapuci commented 2 years ago

Thanks