Page MenuHomePhabricator

Output from var_dump() appears on top of Special:FirstSteps
Closed, ResolvedPublic

Description

Author: sactage+mwbugs

Description:
Screenshot of page

I just submitted a request to become a translator on http://translatewiki.net and the following appeared on the page directly under the <body> element:
array(1) {

["edit"]=>
array(8) {
  ["new"]=>
  string(0) ""
  ["result"]=>
  string(7) "Success"
  ["pageid"]=>
  int(3225068)
  ["title"]=>
  string(54) "Thread:Project:Translator/ it Italian – italiano (5)"
  ["contentmodel"]=>
  string(8) "wikitext"
  ["oldrevid"]=>
  int(0)
  ["newrevid"]=>
  int(4620925)
  ["newtimestamp"]=>
  string(20) "2013-03-21T01:59:05Z"
}

}
string(61) "Project%3ATranslator%2F_it_Italian_%E2%80%93_italiano_%285%29"
string(61) "Project%3ATranslator%2F_it_Italian_%E2%80%93_italiano_%285%29"
string(47) "Project:Translator/_it_Italian_–_italiano_(5)"
string(47) "Project:Translator/_it_Italian_–_italiano_(5)"

This appears to be the output of a call to var_dump() somewhere. Attached is a screenshot of the page.


Version: unspecified
Severity: normal
URL: https://translatewiki.net/wiki/Special:FirstSteps

Attached:

XQcsQB4.png (944×1 px, 112 KB)

Details

Reference
bz46398

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:35 AM
bzimport set Reference to bz46398.

Most probably a leftover of a debugging session of Niklas. I'll remove it right now.

Closing this as works for me. I don't see it on top of the page of URL, and there is no change in the files that could cause it at this time.

sactage+mwbugs wrote:

See what happens if you try it on a freshly created account on translatewiki, perhaps?

(In reply to comment #3)

See what happens if you try it on a freshly created account on translatewiki,
perhaps?

Right. The local patch was not in Translate but LiquidThreads. I've commented the change out. Apologies for the possible confusion.

For Niklas: I committed the patch, so it doesn't block updates.

Was left behind when I debugged bug 38712. Will remove.