Recent Posts

Pages: 1 ... 8 9 [10]
91
Support / Re: Problem with plugins
« Last post by shiads on July 21, 2021, 03:25:33 AM »
Thank you very much for your reply, I am new in this world so I will try to explain what I do in detail:
I downloaded this addon:
Mibew:AdvancedButton plugin
https://github.com/Mibew/advanced-button-plugin

Then I unpacked it and uploaded it to the site like this:
mysite.com/chat/plugins/fof/Mibow/Plugin/AdvancedButton/Plugin.php
mysite.com/chat/plugins/fof/Mibow/Plugin/AdvancedButton/js/refresh.js
mysite.com/chat/plugins/fof/Mibow/Plugin/AdvancedButton/LICENSE
mysite.com/chat/plugins/fof/Mibow/Plugin/AdvancedButton/README.md

I am using paid hosting on ifastnet

when I modify config and add this code:
 
Code: [Select]
  plugins:
        "Mibew:AdvancedButton": # Plugin's configurations are described below
            mode: display
            submode: block

the chat pages gives this error:

This page isn’t working
mysite.com is currently unable to handle this request.
HTTP ERROR 500

I tried also to install the latest version v0.1.0, the same problem happened.
92
Support / Re: Problem with plugins
« Last post by faf on July 20, 2021, 09:29:05 AM »
There could be two most possible causes for the issue in question:

1. Invalid directories structure (see https://docs.mibew.org/plugins/installation.html );
2. Insufficient rights of the webserver user to access plugins.

You didn't provide any details about your system environment, so that's all what could be said for now.
93
Support / Problem with plugins
« Last post by shiads on July 20, 2021, 07:38:19 AM »
Hi I am new using Mibew web messenger
it is quite great
but while i was installing plugins from the official site, i unrare them and upload them to plugins
but when I enter /operator/plugin" it says No elements
Where is the problem
I have installed latest mibew 3.4.3
94
Announcements / Mibew Messenger 3.4.3 has been released!
« Last post by faf on July 13, 2021, 11:24:13 AM »
Hi there!

The brand new Mibew Messenger 3.4.3 is ready to be downloaded: https://mibew.org/download2

The one and only change compared to previous minor release is support for PHP 8. ;)

Update is optional.
95
Announcements / Mibew Messenger 3.4.2 has been released!
« Last post by faf on July 08, 2021, 09:18:37 PM »
Hi!

Here comes another minor release of Mibew Messenger. 3.4.2 is available here: https://mibew.org/download2

This release comes with a small improvement in handling SSL-protected connections in UI (thanks to Jörg Mechnich).

Update is optional.
96
Announcements / Mibew Messenger 3.4.1 has been released!
« Last post by faf on May 18, 2021, 03:25:57 PM »
Hi!

A new minor release of Mibew Messenger is out. It's available here: https://mibew.org/download2

This release comes with the protection against spam that abuses built-in feature of sending chat history by email. Now one can either enable CAPTCHA for the appropriate pop-up form, or completely switch off the feature.

Update is optional.
97
Announcements / Mibew Messenger 3.4.0 has been released!
« Last post by faf on April 14, 2021, 12:51:24 PM »
Hi!

A brand new version of Mibew Messenger has just been released and is available here: https://mibew.org/download2

This release contains several bug fixes and provides a better support for PHP 7.4. Update is recommended.

N.B.: This release requires PHP 7.2.5 or higher.
98
Support / Re: SSL redirect problem
« Last post by faf on March 22, 2021, 08:44:54 PM »
Mibew Messenger use Symfony for routing.

If you proxying https-requests to http-backend, just set several environmental variables related to protocol (namely, HTTPS should be set to on and HTTP_SCHEME to https), and Symfony will do the magic.

Alternatively, one could alter the config/routing.yml this way. But I wouldn't recommend that way: one will have to manually update routes during each system update.
99
Support / Re: Button Code mistake
« Last post by faf on March 22, 2021, 08:20:49 PM »
The problem is not related to groups, but it's a bug. Fixed in 3.3.1.
100
Announcements / Mibew Messenger 3.3.1 has been released!
« Last post by faf on March 22, 2021, 07:58:05 PM »
Hi!

A new version of Mibew Messenger has been released and is available here: https://mibew.org/download2

This is a service release containing several bug fixes. Update is recommended.
Pages: 1 ... 8 9 [10]