View Issue Details

IDProjectCategoryView StatusLast Update
0005858mantisbtupgradepublic2005-07-23 02:16
Reportermx Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
OSWindows 2003 Server 
Product Version0.17.5 
Fixed in Version1.0.0rc1 
Summary0005858: Upgrade from 0.17.5 to 1.0.0a3 fails
Description

When I run the upgrade script, many queries failed and the script aborts (then you have to go back, uncheck all failed upgrades, run selected upgrades until the script aborts again, and so on).
In addition some neccesary upgrades are not in the list (e.g. field 'failed_login_count' in mantis_user_table is missing).

Do I have to upgrade to another version, eg. 0.1.8, first?

Additional Information

PHP 4.3.3,
MySQL 3.23.49,
Apache/1.3.28 (Win32)

TagsNo tags attached.
Attached Files
upgrade_table.sql (13,804 bytes)

Relationships

has duplicate 0004693 closedthraxisp Cant upgrade from to 0.19 
child of 0005460 closedvboctor Critical Issues to Fix for Mantis 1.0.0 Release 

Activities

mlindemann

mlindemann

2005-06-29 07:15

reporter   ~0010639

I'm getting the same problems with the upgrade script.
Specifically, the following fail: 13-2, 13-5, 13-9, 13-11, 14-10, 14-11, 14-19, 14-91 to 14-111.

However, I actually have the failed_login_count field. When I log in though (using the admin acct) I cannot see any projects and the main page gives me access denied messages.

thraxisp

thraxisp

2005-06-29 13:15

reporter   ~0010643

The upgrades you list are already in the 0.17.5 database schema. It looks like the upgrade table is missing though.

thraxisp

thraxisp

2005-06-29 14:05

reporter   ~0010644

As a workaround, you can apply the attached mysql command file. It defines the appropriate database upgrades that are present in 0.17.5. Then run the upgrade page.

mlindemann

mlindemann

2005-06-30 04:06

reporter   ~0010646

Many thanks! This works for me!

mx

mx

2005-06-30 04:48

reporter   ~0010648

Works for me too! Thanks a lot!

thraxisp

thraxisp

2005-07-01 20:59

reporter   ~0010657

Pernament fix added to CVS.

admin/upgrade_inc.php -> 1.16
admin/upgrade.php -> 1.8
admin/upgrades/1_00_inc.php -> 1.6
admin/upgrades/0_13_inc.php -> 1.8
admin/upgrades/0_14_inc.php -> 1.8
admin/upgrades/0_15_inc.php -> 1.8
admin/upgrades/0_16_inc.php -> 1.8
admin/upgrades/0_17_inc.php -> 1.13
admin/upgrades/0_18_inc.php -> 1.29
admin/upgrades/0_19_inc.php -> 1.13