enableSemantics("localhost"); breaks my code. cant setup semanticwiki. please help

From semantic-mediawiki.org

actually its the third line that breaks my code: include_once( "$IP/extensions/SemanticMediaWiki/SemanticMediaWiki.php" );

if i change it to require_once, the server immediately gives me 500 error.

22:00, 8 September 2013

What version of the software are you using? 1.9 alpha? If so, you can omit the "enableSemantics" part. And you can omit the first two lines as well, as those libraries will be loaded automatically. You now have the loading in the wrong order, which should not cause any issues, though might - so removing it altogether is definitely good.

00:16, 19 September 2013