Page 1 of 1

Mantis is not showing up Calendar Plugin in browser to install

Posted: 28 May 2019, 19:25
by haseebraza
I downloaded plugin Calendar-release-2.6.0 from GitHub and placed it in /var/www/html/mantis/plugins/ but it is not showing in browser to install can anyone help ?roll:

Description about System :

MantisBT Version: 2.21.0
PHP Version: 7.2.17
Database Driver: : mysqli
Database Version, Description: 10.4.4, 10.4.4-MariaDB

Re: Mantis is not showing up Calendar Plugin in browser to install

Posted: 30 May 2019, 16:35
by atrol
Maybe wrong owner or access rights.
Ensure it's the same like the plugins that come with Mantis itself, e.g. MantisGraph plugin.

Re: Mantis is not showing up Calendar Plugin in browser to install

Posted: 31 May 2019, 00:40
by haseebraza
Rights are same as other plugin directories and ownership is also same apache.


drwxr-xr-x 16 apache apache 12288 May 30 20:08 ..
drwxr-xr-x 4 apache apache 68 May 6 02:36 Calendar
drwxr-xr-x 3 apache apache 55 Apr 21 02:32 Gravatar
drwxr-xr-x 5 apache apache 75 Apr 21 02:32 MantisCoreFormatting
drwxr-xr-x 6 apache apache 79 Apr 21 02:32 MantisGraph

Re: Mantis is not showing up Calendar Plugin in browser to install

Posted: 31 May 2019, 14:15
by atrol
Please list also the content of the Calendar folder.

Re: Mantis is not showing up Calendar Plugin in browser to install

Posted: 01 Jun 2019, 00:19
by haseebraza
Here it is :
/var/www/html/mantis/plugins/Calendar/
drwxr-xr-x 4 apache apache 68 May 6 02:36 .
drwxr-xr-x 7 apache apache 143 May 28 17:15 ..
drwxr-xr-x 7 apache apache 87 May 6 02:36 Calendar
drwxr-xr-x 2 apache apache 177 May 6 02:36 doc
-rwxr-xr-x 1 apache apache 34 May 6 02:36 .gitignore
-rwxr-xr-x 1 apache apache 2121 May 6 02:36 README.md
..............................................
Inside Calendar Folder is listed below : /var/www/html/mantis/plugins/Calendar/Calendar

drwxr-xr-x 7 apache apache 87 May 6 02:36 .
drwxr-xr-x 4 apache apache 68 May 6 02:36 ..
drwxr-xr-x 4 apache apache 64 May 6 02:36 api
-rwxr-xr-x 1 apache apache 20515 May 6 02:36 Calendar.php
drwxr-xr-x 3 apache apache 327 May 6 02:36 core
drwxr-xr-x 2 apache apache 63 May 6 02:36 files
drwxr-xr-x 2 apache apache 125 May 6 02:36 lang
drwxr-xr-x 2 apache apache 4096 May 6 02:36 pages

Re: Mantis is not showing up Calendar Plugin in browser to install

Posted: 01 Jun 2019, 13:49
by atrol
haseebraza wrote: 01 Jun 2019, 00:19 Inside Calendar Folder is listed below : /var/www/html/mantis/plugins/Calendar/Calendar
This is the Calendar folder you need under plugins folder.
You should have /var/www/html/mantis/plugins/Calendar/Calendar.php

Re: Mantis is not showing up Calendar Plugin in browser to install

Posted: 10 Jun 2019, 20:45
by haseebraza
Thank you very much for your time, issue is resolved with your help.