https://bugzilla.wikimedia.org/show_bug.cgi?id=37575
Francesco Panico <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Francesco Panico <[email protected]> 2012-09-07 15:30:23 UTC --- I solved this problem modifying "\extensions\SemanticMediaWiki\includes\sparql\SMW_SparqlDatabase.php" I update -public function insertData( $triples, $extraNamespaces = array() ) {...} to fix the use of default graph -public function doQuery( $sparql ) to add content type and charset -public function doUpdate( $sparql ) to add content type and charset I attach the patched file, so you have to download and substitute the old one. -- 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
