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

--- Comment #4 from Tisza GergÅ‘ <[email protected]> ---
Backslashes should be doubled inside a quoted string (whether single- or
double-quotes). However in this specific case I don't think it matters, PHP
preserves the backslash if the following character does not match a valid
escape sequence.

All the variables mentioned in comment 0 are passed to wfEscapeShellArg, which
should wrap them in double quotes. Can you enable debug logging
([[mw:Manual:How_to_debug]]) and look for a line starting with either 
"doTransform" or "retrieveMetaData" (without the quotes)? That should tell what
the exact command was; you can then try to execute it manually.

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to