https://bugzilla.wikimedia.org/show_bug.cgi?id=42640
Lupo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Lupo <[email protected]> 2012-12-04 17:34:20 UTC --- There's your problem. MW 1.20.1 doesn't have APIQueryORM, but the UploadWizard you got most probably comes from master and expects it. You can fix that easily for your install by addding https://gerrit.wikimedia.org/r/#/c/10378/ to your installation: that adds the missing class APIQueryORM and adds it to the autoloader. You don't need to use GIT for that: * download the missing file from https://gerrit.wikimedia.org/r/cat/10378%2C7%2Cincludes/api/ApiQueryORM.php%5E0 (zipped), unzip it and put it into C:\Program Files\EasyPHP-12.1\www\mediawiki\includes\api * Add the line highlighted at https://gerrit.wikimedia.org/r/#/c/10378/7/includes/AutoLoader.php to C:\Program Files\EasyPHP-12.1\www\mediawiki\includes\AutoLoader.php. That should do it. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
