https://bugzilla.wikimedia.org/show_bug.cgi?id=56310
--- Comment #7 from [[kgh]] <[email protected]> --- To add to this: I cannot confirm this problem. Just two weeks ago I set up a custom namespace including semantic capability with and the same setup (SMW 1.8.0.5, MW 1.20.8, PHP 5.3.3, MySQL 5.1.66 on Store3 and I am able to set properties galore. Are you sure you defined the custom namespace *before* the inclusion of Semantic MediaWiki and set the namespace with semantic links parameter e.g. $smwgNamespacesWithSemanticLinks[NS_PRIVATE] = true; *after* the inclusion of Semantic MediaWiki. Make also sure that you do not set an array for this, since this indeed does not work. This parameter must be set individually for every namespace (regular as well as talk) in LocalSettings.php. After an upgrade to MW 1.21.3 everything is still running smooth. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
