Mibew Messenger Community

General => Support => Topic started by: markinfurkin on May 12, 2015, 12:45:59 PM

Title: Plugins State "not initialized"
Post by: markinfurkin on May 12, 2015, 12:45:59 PM
i try install title notification and emoji plugins but when i click on "enable" in the plugin page, the plugins change to "not initialized" state and dont "working" for me :(
i already read all informatios, both on here(https://mibew.org/tutorials/2014/12/25/how-to-install-plugin-for-mibew-messenger-2-0) and the files "readme.md" on plugins folder, but my my doubt is in relation to this part:
these actions are must required?

1. Obtain a copy of the repository using `git clone`, download button, or another way.
2. Install [node.js](http://nodejs.org/) and [npm](https://www.npmjs.org/).
3. Install [Gulp](http://gulpjs.com/).
4. Install npm dependencies using `npm install`.
5. Run Gulp to build the sources using `gulp default`.

i used lastest version of xampp, php 5.5.24, apache 2.2
print:
(http://i.imgur.com/AuRrh99.png)

TKS & REGRATS

EDIT:

I found this:
 // Actually we do not know why the plugin does not work. The only thing
        // that can be said is the plugin was not initialized correctly by some
        // reasons.
        return getlocal('not initialized');

 :-[ :-[ :'(
Title: Re: Plugins State "not initialized"
Post by: faf on May 12, 2015, 03:01:01 PM
You quote the section named 'Build from sources'. It has nothing to do with the installation process which is described in the 'Installation' section.
Title: Re: Plugins State "not initialized"
Post by: markinfurkin on May 12, 2015, 04:28:38 PM
do you have any suggestions in this case when appear "not initialized"?
Title: Re: Plugins State "not initialized"
Post by: Dmitriy Simushev on May 13, 2015, 06:19:54 PM
This message is shown when the plugin reports to Mibew that something is wrong. Check apache's error log for details about the problem.