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

--- Comment #15 from [email protected] 2012-12-04 15:06:21 UTC ---
So i ran alot of stuff. I also attached a screenshot, i understand this is hard
to troubleshoot as you're not able to reproduce the issue.

this is from "debug=true":
[07:36:26.237] Error in parsing value for 'margin-left'.  Declaration dropped.
@ http://10.25.21.82/mediawiki/index.php/Special:UploadWizard?debug=true
[07:36:26.237] Error in parsing value for 'margin-top'.  Declaration dropped. @
http://10.25.21.82/mediawiki/index.php/Special:UploadWizard?debug=true

This is what i have listed in my localsettings.php:

require_once( "$IP/extensions/UploadWizard/UploadWizard.php" );
$wgApiFrameOptions = 'SAMEORIGIN';
$wgUseInstantCommons = true;
$wgEnableAPI = true;
$wgEnableWriteAPI = true;
$wgExtensionFunctions[] = function() {
        $GLOBALS['wgUploadNavigationUrl'] = SpecialPage::getTitleFor(
'UploadWizard' )->getLocalURL();
        return true;
};
$wgUploadWizardConfig = array(
        'debug' => false,
       'autoCategory' => 'Uploaded with UploadWizard',
       'feedbackPage' => 'FeedbackTest2',
      'altUploadForm' => 'Special:Upload',
       'fallbackToAltUploadForm' => false,
       'enableFormData' => true,  # Should FileAPI uploads be used on supported
browsers?
       'enableMultiFileSelect' => true,
       'skipTutorial' => true
);


this is what i get from running <file name>.<your extension>:

Fatal error: Class 'ApiQueryORM' not found in C:\Program
Files\EasyPHP-12.1\www\mediawiki\extensions\UploadWizard\api\ApiQueryUploadCampaigns.php
on line 16

i'm using mediawiki 1.20.1 so api write is enabled by default, and i have it
included in my localsettings.php to enable it.

no errors appear in the colapsed fields. i tried checking those too. 

this is what firebug spit out, though i don't know if it's what you need:

<br />
<b>Fatal error</b>:  Class 'ApiQueryORM' not found in <b>C:\Program
Files\EasyPHP-12.1\www\mediawiki\extensions\UploadWizard\api\ApiQueryUploadCampaigns.php</b>
on line <b>16</b><br />

mw.DestinationChecker::checkUnique> error in checkUnique result: http

load.p...3302Z&* (line 15)

mw.Api error:

-- 
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

Reply via email to