View Issue Details

IDProjectCategoryView StatusLast Update
0006994mantisbtupgradepublic2009-06-26 12:01
Reporterlifo2 Assigned Tograngeway  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0006994: Upgrade stop on error
Description

When you make an upgrade and there's an error on an item, it doesn't continue with other items, it just stops here. I think it would be better to just remove this part in upgrade.php (line 305-310):
if ( $t_error ) {
$t_state = 'checked="checked"';
$t_color = '#ff0088';
$t_message = 'Skipped due to previous error';
continue; # next one
}

so that upgrade continue if one item fails. Or maybe it could be an option in advanced page.

TagsNo tags attached.

Activities

grangeway

grangeway

2008-11-30 16:46

reporter   ~0020170

Thank you for taking the time to report a problem with mantis.

Since this problem report was originally made, a number of releases have occured. Additionally no recent feedback has been received on this issue.
It appears that this issue has either been fixed, or may not be a relevant report for the current release.

Unfortunately you are not using the latest version and the problem might already be fixed. Please download the latest release from http://www.mantisbt.org/download.php

If you are able to reproduce this bug in the current release, or have some more information on how this feature could be improved in the current release. Please either change the mantis version on this bug report
to the version you tested and change the status back to "Open", or open a new issue report with more information.

Again, thank you for your continued support and report.