https://bugzilla.wikimedia.org/show_bug.cgi?id=43260

--- Comment #4 from Yaron Koren <[email protected]> ---
Hi,

Okay - the issue that causes all this is, I think, a bug in SMW, where more
than one "SMW ID" is being set for the same page. My guess is that this problem
happened during your database upgrade. Specifically, one of the following
queries is returning more than one row:

SELECT smw_id FROM `smw_object_ids` WHERE smw_namespace = 14 AND smw_title =
'Concept'

SELECT smw_id FROM `smw_object_ids` WHERE smw_title = 'skos:prefLabel' AND
smw_namespace = 102

I would be curious which of these is generating the problem (my guess is the
2nd one), but in any case, again this is something Semantic Drilldown should be
handling better - this time by ignoring the problem, instead of displaying an
error message. I just added a change in Gerrit, that's meant to fix this
problem, here:

https://gerrit.wikimedia.org/r/#/c/39609/

If you have Git, I'd recommend pulling the latest code. Otherwise, I guess you
could just add the changes manually. Please let me know if that worked.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to