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

--- Comment #11 from Adam Nielsen <a.niel...@shikadi.net> 2011-11-30 22:31:00 
UTC ---
Hmm, there's probably not much I can do there.  The edit API was changed after
1.17 and I can't figure out how to obtain the correct edit token any longer. 
Using the DerivativeRequest class fixes this, but apparently that only comes
about in 1.19.

You could try changing DerivativeRequest back to FauxRequest (and removing the
$wgRequest parameter in the constructor) to see if that helps.  Or, you could
remove the $wgOut->disable() call which may allow you to see some error
messages instead of the blank page.

I do have plans to do away with the edit API call entirely and replace it with
direct function calls, in the hope that this speeds up the process as it is
extremely slow at present.  Maybe once that happens it will work with 1.18.

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