#363 - Upgrade from 3.0 to 3.2 seems broken
Type Defect
Status Fixed
Milestone 3.2.2
Version 3.0
Component Install/Upgrade
Priority High
Severity Blocker
Assigned to Jack
Reported 10 years ago
Updated 10 years ago
Votes 0
Related tickets
Proposed time
Worked time

What did you do to cause this?
Upgraded from pre-2.4 to 3.0, then to 3.2.1.

What page were you on?
install/upgrade.php

What PHP and MariaDB versions do you run?
PHP 5.3.22, MySQL 5.1.67

Describe the defect:

When doing the upgrade from 3.0 to 3.2.1, getting an error that tasks is not a valid column in the tickets table.

The part of upgrade.php for DB_VER < 30007 is fetching all tickets via a Ticket class and this is failing. My theory is that it's referencing the 3.2+ version of Ticket instead of the version that was around pre-3.0.7.

Ticket History

10 years and 8 months ago by Jack

  • Component Install/Upgrade
  • Severity Normal Blocker
  • Priority Normal High
  • Closed ticket as Fixed
  • Assigned to Jack

I believe I fixed the issue, the master branch on GitHub has the fix, note that the master branch is the development version.