I try to update a old Mantis to the new 2.1.0
I do it all steps and when install give me this error:

An this when try to enter (in spanish):

What I do it Wrong ?????
Moderators: Developer, Contributor


Hard to say as you did not provide that much information.benjaminrc78 wrote: What I do it Wrong ?????
Hi,atrol wrote:Hard to say as you did not provide that much information.benjaminrc78 wrote: What I do it Wrong ?????
E.g.version of your old Mantis, operation system, PHP, web server, database.
Step by step instructions of what you did.
Did you exactly follow those steps https://mantisbt.org/docs/master/en-US/ ... ll.upgrade
Goto page "Manage" where you see the MantisBT Version and the database schema version.benjaminrc78 wrote: The version of mantis don´t know exactly what is (where can see?)
Code: Select all
define( 'MANTIS_VERSION', '1.2.20' );Did you execute step "3 Copy the configuration files" after unzipping?benjaminrc78 wrote: I download and unzip in new directory.
Not supported, see https://mantisbt.org/docs/master/en-US/ ... e.versionsbenjaminrc78 wrote: PHP Version 5.3.29
But Works good, only have a database problem I think !!!atrol wrote:.Goto page "Manage" where you see the MantisBT Version and the database schema version.
In case your instance is no longer running, check file core/constant_inc.php of your old installation.
There is something likeMANTIS_VERSION - 1.1.2Code: Select all
define( 'MANTIS_VERSION', '1.2.20' );
Yesatrol wrote: Did you execute step "3 Copy the configuration files" after unzipping?
https://mantisbt.org/docs/master/en-US/ ... ll.upgrade
atrol wrote: Not supported, see https://mantisbt.org/docs/master/en-US/ ... e.versions


atrol wrote:There is a database table mantis_config_table.
Which value do you see where config_id is "database_version"?

No have this value !!atrol wrote:There must be an entry for config_id "database_version" in database table mantis_config_table before starting the upgrade.
Value should have been 63 if your old Mantis version was 1.1.2.
Is not posible that the versión no have this value ?atrol wrote:It's quite obvious that someone manipulated your database.
It's not possible if your database has been created by the Mantis installation process.benjaminrc78 wrote:Is not posible that the versión no have this value ?
1.2.1? You wrote 1.1.2 before.benjaminrc78 wrote:And version 1.2.1 works good.
Does not astonish me, as database_version entry is not needed during runtime, just for upgrade.benjaminrc78 wrote:Is online until more than 2-3 years and works good.
It might solve the problem if you enter the value before starting the upgrade.benjaminrc78 wrote: But if I lack that value I can put it directly .. but would that solve the problem?