Topic on Extension talk:Semantic MediaWiki

wfLoadExtension( SemanticMediaWiki' ); Causes White Screen

2
Summary by Kghbln

Use wfLoadExtension( 'SemanticMediaWiki' );. Note the second quotation mark.

173.239.211.44 (talkcontribs)

I'm having trouble after adding wfLoadExtension(SemanticMediaWiki'); to my LocalSettings.php file. When I try to view my site, I just get a white screen. When I remove the LoadExtension(), keeping just enableSemantics, the site can be accessed, but SemanticMediawiki isn't found.

Anyone run into this?

Jongfeli (talkcontribs)

If you used the code above it will not work wfLoadExtension(SemanticMediaWiki'); You forgot a quotation mark.

It should be wfLoadExtension( 'SemanticMediaWiki' );