Last modified: 2006-08-28 09:54:13 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T8891, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 6891 - PHP undefined index notice on trackback.php on bad input + E_ALL
PHP undefined index notice on trackback.php on bad input + E_ALL
Status: RESOLVED DUPLICATE of bug 6892
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.8.x
All All
: Lowest minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-08-01 07:33 UTC by Nick Jenkins
Modified: 2006-08-28 09:54 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nick Jenkins 2006-08-01 07:33:13 UTC
CURL command:
============================
curl --silent --include \
 -F 'url'='title'\
 -F 'blog_name'='80'\
 -F 'article'='Main Page'\
 -F 'title'='Main Page'\
 'localhost/wiki/trackback.php'
============================

LocalSettings.php includes this: 
============================
$wgUseTrackbacks = true;
error_reporting (E_ALL); 
============================
(i.e. stricter error reporting, and trackbacks usage enabled).

HTML output contains:
============================
<br />
<b>Notice</b>:  Undefined index:  excerpt in
<b>/var/www/hosts/mediawiki/phase3/trackback.php</b> on line <b>47</b><br />
============================
Comment 1 Kkkdc @jawiki 2006-08-28 09:54:13 UTC

*** This bug has been marked as a duplicate of 6892 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links