https://bugzilla.wikimedia.org/show_bug.cgi?id=30897
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Markus Krötzsch <[email protected]> 2011-09-14 18:59:40 UTC --- As explained in INSTALL, the method enableSemantics() should not be called with null but with a namespace string. It is okay if it creates an error if called with the wrong kind of parameters. We could make the error less fatal but the very purpose of the current design is to prevent the use of SMW without fixing some reasonable namespace. This is so since we do not know of any method for obtaining a stable namespace in PHP. We need a namespace and this is our way of enforcing it. We could change it to require some variable to be set and throw an error if this is missing, but this would just be a syntactic issue. I guess this is not what bug report was aiming at (if it was, then it can of course be reopened). In any case I don't see a problem with setting a namespace. It can simply be one of the URL bases of your wiki. Just pick the one that you like most. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
