I configured a shared wiki setup with different extension features per wiki. In SMW 2.3.1 when debug=true in the URL some resources issue an error not to be loaded. With MW 1.25+ it is considered to set up a different extension directory ($wgExtensionDirectory) but it is not taken into account for SMW resources. I checked out and see why: SemanticMediaWiki/res/Resources.php assumes folder extensions to be there but allowing a different $wgExtensionDirectory this assumption is proven wrong. So if I add debug=true to the URL I get http://offene-naturfuehrer.de/w/extensions//usr/share/mediawiki26/extensions-rich-features/SemanticMediaWiki/res/smw/util/ext.smw.util.tooltip.js it becomes 404 and does not get loaded. Is there any fix I can do, LocalSettings or so?
Description
Description
Event Timeline
Comment Actions
From the description, it appears that this is a bug in Semantic MediaWiki, not Semantic Dependency. SemanticMediaWiki bugs should be reported at https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues.
Comment Actions
OK. well, sorry for reporting it here I hope you bear with me and I see the issue was transferred as well, so
I follow up
on GitHub ;-)
https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/1466