#395 - Fix upgrade process
Type Defect
Status Fixed
Milestone 3.3.1
Version 3.3
Component Install/Upgrade
Priority Highest
Severity Blocker
Owner Jack
Assigned to Jack
Reported 10 years ago
Updated 10 years ago
Votes 0
Related tickets
Proposed time
Worked time

People have reported issues with the way the upgrade process in 3.3 works.

Currently, the upgrade queries are called like so:

foreach ($revisions['3.x'] as $revision) {
    if (DB_VER < $revision) {
        $method = "v{$revision}";
        v3xUpgrades::{$method}($db);
    }
}

This should be changed so that the v3xUpgrades::{$method} isn't needed and solves the issue.

Ticket History

Jack closed as Fixed 10 years and 4 months ago