https://bugzilla.wikimedia.org/show_bug.cgi?id=26540

           Summary: upgrading to 1.17 fails
           Product: MediaWiki
           Version: 1.17
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Installation
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: s...@tronicum.com
                CC: innocentkil...@gmail.com


i try to upgrade to 1.17.
update.php is complaing about a missing applyPatch function.


changing
                        $this->db->applyPatch( $patchFile );
to
                        $this->applyPatch( $patchFile );

in includes/installer/MysqlUpdater.php on line 194 will fix this issue.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to