Last modified: 2014-02-12 23:32:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T47235, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45235 - Error when upgrading from 1.3: Call to undefined method DatabaseMysql::applyPatch()
Error when upgrading from 1.3: Call to undefined method DatabaseMysql::applyP...
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.20.x
All All
: Normal major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-21 15:57 UTC by sadan.yuval
Modified: 2014-02-12 23:32 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description sadan.yuval 2013-02-21 15:57:17 UTC
in /includes/installer/MysqlUpdater.php on line 593, the line reads

	$this->db->applyPatch( 'patch-user_rights.sql', false, "Upgrading from a 1.3 or older database? Breaking out user_rights for conversion" );

but should read

	$this->applyPatch( 'patch-user_rights.sql', false, "Upgrading from a 1.3 or older database? Breaking out user_rights for conversion" );
Comment 1 Andre Klapper 2013-02-21 17:01:40 UTC
Hi! Thanks for investigating!

Just in case you are interested, you are welcome to use Developer access
  https://www.mediawiki.org/wiki/Developer_access
to submit this one-liner as a Git branch directly into Gerrit:
  https://www.mediawiki.org/wiki/Git/Tutorial
Comment 2 sadan.yuval 2013-02-24 12:35:13 UTC
It seems reedy fixed this and reverted because of some reason, perhaps by mistake?

r1=103916&r2=103917">https://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/installer/MysqlUpdater.php?&pathrev=103917&r1=103916&r2=103917
Comment 3 Andre Klapper 2013-02-25 14:35:38 UTC
https://svn.wikimedia.org/viewvc/mediawiki?view=revision&revision=103917 says

"Partial revert of r103697 for bug 32508"
Comment 4 Umherirrender 2014-01-27 20:11:39 UTC
[already] fixed by Gerrit change #93777

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links