Last modified: 2010-05-15 15:32:54 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 T3087, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1087 - Database error on SpecialAllmessages.php
Database error on SpecialAllmessages.php
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.4.x
PC All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-12-13 07:21 UTC by Junhua Wang
Modified: 2010-05-15 15:32 UTC (History)
0 users

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


Attachments

Description Junhua Wang 2004-12-13 07:21:59 UTC
on Line 121, this line should be changed like:

	//changed by Junhua Wang start
	//$sql = "SELECT cur_namespace,cur_title FROM cur WHERE cur_namespace IN (" .
NS_MEDIAWIKI . ", " . NS_MEDIAWIKI_TALK . ")";
	$dbr =& wfGetDB( DB_SLAVE );
	$curTable = $dbr->tableName( 'cur' );
	$sql = "SELECT cur_namespace,cur_title FROM $curTable WHERE cur_namespace IN ("
. NS_MEDIAWIKI . ", " . NS_MEDIAWIKI_TALK . ")";
	//changed by Junhua Wang end
Comment 1 Brion Vibber 2004-12-13 09:29:37 UTC
You should probably upgrade to the current beta (beta3), this was fixed in beta 2.

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


Navigation
Links