mantis's setting in config_inc.php?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Mindscold
Posts: 2
Joined: 01 Aug 2017, 01:34

mantis's setting in config_inc.php?

Post by Mindscold »

my mantis version: 2.5.1

I have two files: config_inc.php and config_defaults_inc.php.
I find that mantis will load settings from config_defaults_inc.php but not config_inc.php.

For example,
config_defaults_inc.php :
$g_from_email = 'noreply@example.com'
config_inc.php:
$g_from_email = 'mantis@domain.com'

I will see noreply@example.com in email, but what I want to see is mantis@domain.com, why?

Thank you a lot !
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: mantis's setting in config_inc.php?

Post by atrol »

Is this a new installation or an upgrade from older version?
Please use Search before posting and read the Manual
Mindscold
Posts: 2
Joined: 01 Aug 2017, 01:34

Re: mantis's setting in config_inc.php?

Post by Mindscold »

atrol wrote:Is this a new installation or an upgrade from older version?
It is a new installation.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: mantis's setting in config_inc.php?

Post by atrol »

What do you get after adding the following line to file config_inc.php ?

Code: Select all

die ("Hello from config_inc.php");
Please use Search before posting and read the Manual
Post Reply