MediaWiki/Parser47

From Nick Jenkins
< MediaWiki
Revision as of 02:31, 26 September 2007 by Nickj (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command:

curl --silent --include \
 -F 'target'='newbies'\
 -F 'namespace'='-1'\
 -F 'offset'='98234'\
 -F 'bot'='0'\
 -F 'go'='prev'\
 '192.168.0.64/wiki/index.php/Special:Contributions/192.168.0.2'

Gives this output on a r14758 wiki at 192.168.0.64 with E_ALL (but not E_STRICT) error_reporting enabled:

root@bling:~# /root/mangleme/7055.curl.sh
HTTP/1.1 100 Continue

HTTP/1.1 302 Found
Date: Wed, 14 Jun 2006 01:11:35 GMT
Server: Apache
Vary: Accept-Encoding,User-Agent
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: private, must-revalidate, max-age=0
Location: http://192.168.0.64/wiki/index.php?title=Special:Contributions&offset=&limit=50&target=192.168.0.2&namespace=-1
Content-Length: 305
Content-Type: text/html; charset=UTF-8

<br />
<b>Notice</b>:  Undefined offset:  -1 in <b>/var/www/hosts/mediawiki/phase3/includes/SpecialContributions.php</b> on line <b>94</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/var/www/hosts/mediawiki/phase3/includes/SpecialContributions.php</b> on line <b>94</b><br />
root@bling:~#