https://bugzilla.wikimedia.org/show_bug.cgi?id=60284
--- Comment #1 from MWJames <[email protected]> --- (In reply to comment #0) > /var/www/myWiki/extensions/SemanticMediaWiki/includes/SemanticData.php(596): > SMWContainerSemanticData->getSubject() > #1 > /var/www/myWiki/extensions/SemanticMediaWiki/includes/SemanticData.php(302): > SMW\SemanticData->addSubSemanticData(SMWContainerSemanticData) > #2 > /var/www/myWiki/extensions/SemanticMediaWiki/includes/SemanticData.php(388): > SMW\SemanticData->addPropertyObjectValue(SMW\DIProperty, SMWDIContainer) > #3 /var/www/myWiki/extensions/SemanticMediaWiki/includes/ParserData.php(213): > SMW\SemanticData->addDataValue(SMWRecordValue) I'm guessing here but looking at the trace I can see that you try to add a SMWRecordValue to a DIContainer (subobject) which will fail for sure as noted in [1]. Can you provide an XML (using MW's Special:Export) that includes the page and property that causes the issue. [1] https://bugzilla.wikimedia.org/show_bug.cgi?id=47472 -- 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
