First question is, is "agileMantis" plugin still supported and is an active plug-in project for MantisBt? I am not seeing any activity on github and my plugin fails to work. It looks cool and support would have helped many.
I installed latest version of agileMantis plugin (2.2.2 with core ...
Search found 2 matches
- 14 Nov 2019, 20:56
- Forum: Help
- Topic: AgileMantis plug-in not working
- Replies: 1
- Views: 2602
- 24 Oct 2019, 22:16
- Forum: Help
- Topic: 32MB file uploads - how?
- Replies: 7
- Views: 14000
Re: 32MB file uploads - how?
In case you are unable to do, I found hard way on Synology DSM.
Change is required at 3 locations
1> @MantisBT package configuration file (for case of Synology)
\web\mantisbt\config\config_defaults_inc.php
$g_file_upload_method = DATABASE;
$g_max_file_size = 9000000; (I have kept 9MB)
2 @ php ...
Change is required at 3 locations
1> @MantisBT package configuration file (for case of Synology)
\web\mantisbt\config\config_defaults_inc.php
$g_file_upload_method = DATABASE;
$g_max_file_size = 9000000; (I have kept 9MB)
2 @ php ...