When I tried to add Special:Wantedpages to the navigation bar, the link appears but it goes to a page called "--error:_link_target_missing--". This is for This is for 1.4.3.
I followed the instructions to the letter, I think.
The article MediaWiki:Wantedpages already existed, and contained the text "Wanted pages." This works OK. The article MediaWiki:Wantedpages-url did not exist. I created it with the text "Special:Wantedpage
Here is what I have in my LocalSettings.php: $wgNavigationLinks = array ( array( 'text'=>'mainpage', 'href'=>'mainpage' ), array( 'text'=>'recentchanges', 'href'=>'recentchanges-url' ), array( 'text'=>'wantedpages', 'href'=>'wantedpages-url' ), # Change is here array( 'text'=>'randompage', 'href'=>'randompage-url' ), array( 'text'=>'portal', 'href'=>'portal-url' ), array( 'text'=>'currentevents', 'href'=>'currentevents-url' ), array( 'text'=>'help', 'href'=>'helppage' ), array( 'text'=>'sitesupport', 'href'=>'sitesupport-url' ), );
The first time I did this, someone may have retrieved the page before MediaWiki:Wantedpages-url existed. What could have happened here? Did I get a bad value cached somewhere?
Thanks, Carlton