[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 --- Comment #1 from Jeremy Postlethwaite 2012-01-21 20:28:11 UTC --- The exception: internal_api_error_MWException Exception Caught: Internal error in ApiResult::setElement: Bad parameter -- Configure bugmail: https://bugzilla.wikimedia.or

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 --- Comment #2 from Jeremy Postlethwaite 2012-01-21 20:29:15 UTC --- The stack trace: #0 /usr/local/apache/common-local/php-1.18/includes/api/ApiBase.php(1255): wfDebugDieBacktrace('Internal error ...') #1 /usr/local/apache/common-local/php

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 --- Comment #3 from Jeremy Postlethwaite 2012-01-21 20:32:56 UTC --- Narrowed down the request: /w/api.php?action=parse&format=xml&title=Kanichar&prop=wikitext This still generates the exception. -- Configure bugmail: https://bugzilla.wiki

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 --- Comment #4 from Sam Reed (reedy) 2012-01-21 20:48:32 UTC --- Links for the lazy: http://en.wikipedia.org/wiki/Kanichar http://en.wikipedia.org/w/api.php?action=parse&format=xmlfm&title=Kanichar&prop=wikitext -- Configure bugmail: https:

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 --- Comment #5 from Sam Reed (reedy) 2012-01-21 20:51:53 UTC --- Replicable on trunk (exported article and dependant pages into my dev wiki) #0 /home/reedy/mediawiki/trunk/phase3/includes/api/ApiBase.php(1300): wfDebugDieBacktrace('Inte

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 --- Comment #6 from Sam Reed (reedy) 2012-01-21 20:54:08 UTC --- Happens on many pages, $this->text is null -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 Max Semenik changed: What|Removed |Added CC||maxsem.w...@gmail.com --- Comment #7 fro

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 --- Comment #8 from Sam Reed (reedy) 2012-01-21 21:16:50 UTC --- (In reply to comment #7) > Actually, it was broken in the very revision prop=wikitext was introduced, > r81124. Trololol. I have a fix, just not sure if it's the best -- Confi

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 --- Comment #9 from Sam Reed (reedy) 2012-01-21 21:30:13 UTC --- Actually, you shouldn't be using Title in this case You want page 'title' => 'Title of page the text belongs to', 'page' => "Parse the content of this page. Cannot be used toge

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 Sam Reed (reedy) changed: What|Removed |Added Severity|normal |minor -- Configure bugmail: https:

[Bug 33865] Exception thrown when using API sandbox action=parse

2012-01-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33865 Sam Reed (reedy) changed: What|Removed |Added Status|NEW |RESOLVED Resolution|