View Issue Details

IDProjectCategoryView StatusLast Update
0007085mantisbtadministrationpublic2006-09-12 00:54
Reportermno Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.2 
Summary0007085: Database field 'fixed_in_version' not found
Description

After updating to 1.0.2 from 0.19 I get a Warning:

Database field 'fixed_in_version' not found

TagsNo tags attached.

Relationships

duplicate of 0007027 closedvboctor Port: fixed_in_version is renamed to Fixed_in_version during database migration 

Activities

mno

mno

2006-05-15 04:51

reporter   ~0012833

Last edited: 2006-05-15 04:52

I have found the cause, it is because the field's name: Fixed_in_version instead of fixed_in_version (first capital letter is incorrect). After I have renamed the field it works fine.

For those who want do do it themselves, it takes just a simple SQL command to solve the problem:

ALTER TABLE mantis_bug_table CHANGE Fixed_in_version fixed_in_version varchar(64);

vboctor

vboctor

2006-05-15 05:01

manager   ~0012834

This is already fixed in Mantis 1.0.3. See original issue for details.