Mediawiki Special Pages的所有链接都不执行任何操作(小写's')

Im not sure what has happened but all of the links to special pages on the wiki have broken. For example "Preferences" at the top of the page which should be "Special:Preferences" is showing up as "special:Preferences". I can access the page if i type it directly into the browser but the links are displaying incorrectly. Any idea how to fix this?

When i click the link in opera i get the following error

"...unable to open the link since no application associated with "special:" protocol was found on your system

To further expand on this. All article pages work correctly. When i hover over the link the destination url shows up with the domain name. e.g. wiki.domain.com/pageName. When i hover over the Special page link it just shows up as special:pageName.

I need to find out how to make the server name show up in front of the special pages.

Are the article links also broken? If so, it seems like you have an empty $wgArticlePath, reset it to a safe value (depends on how the wiki is set up, the safest but ugliest one is "{$wgScript}?title=$1").