Page 1 of 1

MantisStats - Plugin Not in the plugins list

Posted: 11 Dec 2014, 15:42
by les050964
Hi All

Just started using Mantis and I have tried to install the plugin for MantisStats but it doesn't appear in the list of installable options in administrator (or any other profile)

Having dropped the extract into the plugins directory C:\mantisbt-1.2.17\plugins


Here is a grab of the screen
grab.jpg
grab.jpg (116.69 KiB) Viewed 5647 times

Re: MantisStats - Plugin Not in the plugins list

Posted: 16 Dec 2014, 17:32
by Reivaj
Sometimes you have to delete some files from the extract one, here toy have some pictures from my Mantis folder

Code: Select all

mantisbt\plugins
Image

Code: Select all

\mantisbt\plugins\MantisStats
Image

Hope help you

Re: MantisStats - Plugin Not in the plugins list

Posted: 14 Feb 2015, 20:06
by vboctor
Your best bet is to check with the author of the plugin. However, for a plugin to show up in the list, it must have the folder name under the plugins folder matching a file with the same name in the root folder of the plugin with extension php.

For example:

plugins/SamplePlugin containing plugins/SamplePlugin/SamplePlugin.php

In some cases plugins have the plugin code in a sub-folder of their repository. In other cases, the users install the plugin under a folder with a name that doesn't match (case sensitive) the plugin php file name.