Page 1 of 1

Difference between dates

Posted: 08 Mar 2024, 10:46
by fmildemberger
I use mantis 2.25.2, Schema 211,php 7.4.33, Mysqli version 8.0.30. When I create a custom field such as Date of Birth, the years before 2020 do not appear.....has anyone had this problem?

https://drive.google.com/file/d/18rW1kO ... sp=sharing

Re: Difference between dates

Posted: 08 Mar 2024, 11:07
by atrol
Add the following line to file config_inc.php and adjust to your needs

Code: Select all

$g_backward_year_count = 4;

Re: Difference between dates

Posted: 08 Mar 2024, 12:30
by fmildemberger
I put it in config_inc.php and it didn't work!

Re: Difference between dates

Posted: 08 Mar 2024, 12:40
by atrol
Please double-check that you changed the right file.
Maybe you are running multiple instances and changed the wrong one.