Thanks for the solution Roan, that fixed the issue! Hip hip, hoorah and three cheers for Roan.
On Fri, May 21, 2010 at 12:40 PM, Roan Kattouw <[email protected]>wrote: > 2010/5/21 Nathan Day <[email protected]>: > > I have been trying to set up a mirror site of wiktionary > [snip] > > 1. Articles are succesfully imported into the database, but not viewable > in > > mediawiki... such that i can find an article in the db for "dog" for > > example, but I can't see that article when I enter the corresponding url > > > You probably need to set $wgCapitalLinks = false; . Wiktionary uses > this setting to be able to have page names with an uncapitalized first > letter. On your wiki, this is probably set to true (the default), > causing MediaWiki to miss the "dog" entry because it'll be looking for > "Dog". > > Roan Kattouw (Catrope) > > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
