Last modified: 2010-05-15 15:37:22 UTC
When I click the submit button, on all edit pages, I get an error telling me "www.olmconsultancy.iehttp could not be found". The update takes effect but the page remains at the edit tab.
What is the value of $wgScriptPath in your LocalSettings.php file, and what's the value of $wgArticlePath?
$wgScriptPath = "http://www.olmconsultancy.ie/CA400/mediawiki/"; $wgArticlePath = "$wgScript/$1";
Remove the 'http://www.olmconsultancy.ie' from $wgScriptPath.
The problem still occurs.
Cleared your cache/purged the page caches?
No feedback for a while; assuming resolved, abandoned or taken to the mailing list. If not, please do the latter, since this works for other people; hence it's almost certain to be a configuration issue.