From: Pål H. <paa...@gm...> - 2019-03-11 08:49:22
|
Hi! I usually install SMW by downloading a copy, unzip it, place it in the \extension\SemanticMediaWiki, require it and enableSemantics in LocalSettings, then run update.php. When trying to install SMW 3.0.1 this approach does not longer work. With wfLoadExtension( 'SemanticMediaWiki' ) enabled i get a HTTP 500 error when I try to load the wiki. When running update.php I get an UnexpectedValueException saying SemanticMediaWiki::initExtension is not callable. Probably becauce loading the extension failed in the first place. I read online that some changes came with version 3.x influencing the installation, but I'm not able to find out what is missing - perhaps some dependencies, user rights? Regards, Paal |