Last modified: 2010-05-15 16:03:31 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 T20452, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 18452 - database syntax error on Special:PopularPages
database syntax error on Special:PopularPages
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.13.x
All Linux
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
http://wikidoc.org/index.php/Special:...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-13 23:53 UTC by jacki buros
Modified: 2010-05-15 16:03 UTC (History)
1 user (show)

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


Attachments
DebugLog (relevant section only) (1.64 KB, text/plain)
2009-04-13 23:53 UTC, jacki buros
Details

Description jacki buros 2009-04-13 23:53:41 UTC
Created attachment 6025 [details]
DebugLog (relevant section only)

PopularPages used to work just fine, but now I have this strange MySQL syntax error. It's really annoying because we use this page to prioritize edits & reviews of content. Any ideas?? We have only a master MySQL db, are running memcached + squids. 

I have attached my wiki debug log. There are no errors in my PHP log.
Comment 1 Chad H. 2009-04-14 00:25:26 UTC
Any chance you could attach the values of $wgContentNamespaces, if you have changed them from the default in your LocalSettings? Thanks.
Comment 2 jacki buros 2009-04-14 02:49:00 UTC
Yes, certainly. Here is the section of our LocalSettings.php which defines these:

define("NS_NEWS", 100);
define("NS_NEWS_TALK", 101);

$wgExtraNamespaces[NS_NEWS] = "News";
$wgExtraNamespaces[NS_NEWS_TALK] = "News_talk";

$wgNamespacesToBeSearchedDefault = array(
        NS_MAIN           => true,
        NS_NEWS          => true,
);
$wgContentNamespaces[] = array(0,NS_NEWS);
 
Comment 3 jacki buros 2009-04-14 02:56:55 UTC
Ah, I see the problem. I have fixed this. Thanks for your help, and sorry to have taken your time.

Kudos to the team 

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


Navigation
Links