Page 1 of 1

Just updated to 1.2.10, shows as 1.2.5?

Posted: 07 May 2012, 22:38
by KenTech
I just updated Mantis from 1.2.8 to 1.2.10, but if I click on Manage, it shows version 1.2.5? What the heck is going on here?

Image

Re: Just updated to 1.2.10, shows as 1.2.5?

Posted: 08 May 2012, 06:40
by atrol
Have a look at file core/constant_inc.php line 17should be:

Code: Select all

define( 'MANTIS_VERSION', '1.2.10' );

Re: Just updated to 1.2.10, shows as 1.2.5?

Posted: 08 May 2012, 15:39
by KenTech
I have no idea why that file was there. I uploaded a fresh core/constant_inc.php file, and now it's correct.

Re: Just updated to 1.2.10, shows as 1.2.5?

Posted: 08 May 2012, 18:56
by atrol
Hard to believe that constant_inc.php is the one and only file where something went wrong.
I recommend to download 1.2.10 to another directory and compare all files with your installation.

Re: Just updated to 1.2.10, shows as 1.2.5?

Posted: 08 May 2012, 19:02
by KenTech
My thought exactly. However, everything is working on the live server right now. I'm actually going to do a fresh install of 1.2.10, but I have to re-do some of my mods on the test server first, make sure everything works, then upload to the live server.