Page 1 of 1

Reminder plugin path specification

Posted: 25 Aug 2017, 12:30
by Ancy
Dear All,

I am setting up a Reminder plugin.I am confused about the path specification
$g_path = 'http://path-to-your-mantis-installation/';
for this, i have changed to below
$g_path = 'http://1xx.xxx.xxx.xxx/mantis/';
But when i pasted this to configuartion file, it failed to load the webpage even.Can anybody correct me?

Re: Reminder plugin path specification

Posted: 26 Aug 2017, 12:14
by cas
Please use preferably as follows:
$g_path="http://www.yoursite.com/mantis";

You can add this sentence at the end of config_inc.php