Can't reopen a closed bug.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Jia

Can't reopen a closed bug.

Post by Jia »

After updating Mantis from 0.19.0 to 0.19.2, I found I couldn't reopen a closed bug. I got an information after I tried:

APPLICATION ERROR #401


Database query failed. Error received from database was #1054: Unknown column 'note_type' in 'field list' for the query: INSERT INTO mantis_bugnote_table
(bug_id, reporter_id, bugnote_text_id, view_state, date_submitted, last_modified, note_type, note_attr )
VALUES
('315', '5','447', '10', '2005-03-22 11:11:48','2005-03-22 11:11:48', '0', '')


Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

============End

What's the problem?
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

You need to upgrade the database as well. Open the admin page at http://example.com/mantisbt/admin/upgrade.php and make the upgrades.
Post Reply