paladox

Results 222 comments of paladox

But we also have: ``` 4) SMW\Scribunto\Integration\JSONScript\SemanticScribuntoJsonTestCaseScriptRunnerTest::testCaseFile with data set "ask-002.json" ('/var/www/html/extensions/Sema...2.json') RuntimeException: Tracking is already enabled /var/www/html/includes/libs/rdbms/ChangedTablesTracker.php:29 /var/www/html/tests/phpunit/MediaWikiIntegrationTestCase.php:694 /var/www/html/tests/phpunit/MediaWikiIntegrationTestCase.php:624 /var/www/html/extensions/SemanticMediaWiki/tests/phpunit/SMWIntegrationTestCase.php:203 ``` hmm

@gesinn-it-gea / @gesinn-it-ilm something for you to look into? Since SMWIntegrationTestCase was added that uses MediaWikiIntegrationTestCase.php. I don't know how you would fix this or whether the fact we change...

@gesinn-it-gea / @gesinn-it-ilm are you able to look at this please? I've spent a lot of time trying to figure it out without success. You'd have more experience with the...

@gesinn-it-gea wondering if you've managed to find a fix for it?

``` SMW\DIWikiPage Object ( [options:SMWDataItem:private] => [m_dbkey:protected] => Categoría:F0209 [m_namespace:protected] => 0 [m_interwiki:protected] => [m_subobjectname:protected] => [sortkey:SMW\DIWikiPage:private] => [contextReference:SMW\DIWikiPage:private] => [pageLanguage:SMW\DIWikiPage:private] => [id:SMW\DIWikiPage:private] => 0 ) ``` is the object...

Somehow m_namespace isn't being set to NS_CATEGORY.

Any ideas @gesinn-it-gea ? I dunno why it doesn't seem to be setting the NS to category, instead it's main.

I added a debug print backtrack and got this: ``` .S..E#0 /var/www/html/extensions/SemanticMediaWiki/src/HierarchyLookup.php(175): SMW\HierarchyLookup->getConsecutiveHierarchyList(Object(SMW\DIWikiPage)) #1 /var/www/html/extensions/SemanticMediaWiki/src/SQLStore/QueryDependency/QueryResultDependencyListResolver.php(160): SMW\HierarchyLookup->hasSubcategory(Object(SMW\DIWikiPage)) #2 /var/www/html/extensions/SemanticMediaWiki/src/SQLStore/QueryDependency/QueryResultDependencyListResolver.php(109): SMW\SQLStore\QueryDependency\QueryResultDependencyListResolver->doResolveDependenciesFromDescription(Array, Object(SMW\SQLStore\SQLStore), Object(SMW\Query\Language\ClassDescription)) #3 /var/www/html/extensions/SemanticMediaWiki/src/SQLStore/QueryDependency/QueryDependencyLinksStore.php(400): SMW\SQLStore\QueryDependency\QueryResultDependencyListResolver->getDependencyListFrom(Object(SMW\Query\QueryResult)) #4 /var/www/html/extensions/SemanticMediaWiki/src/SQLStore/QueryDependency/QueryDependencyLinksStore.php(365): SMW\SQLStore\QueryDependency\QueryDependencyLinksStore->doUpdate(Object(SMW\Query\QueryResult), Object(SMW\DIWikiPage), 0, '_QUERY6a5d66668...')...

Seems changing wgContLang from es to en seemed to have at least got rid of the error. (not a fix, was just trying to see if that would work and...

I added a debug print backtrack in SMW_DI_WikiPage. It matches only for 'Categoría:F0209'. ``` /var/www/html/extensions/SemanticMediaWiki/src/Query/Parser/LegacyParser.php(485): SMW\DIWikiPage->__construct('Categor\xC3\xADa:F020...', 0, '') #1 /var/www/html/extensions/SemanticMediaWiki/src/Query/Parser/LegacyParser.php(424): SMW\Query\Parser\LegacyParser->getClassDescription(false, true) #2 /var/www/html/extensions/SemanticMediaWiki/src/Query/Parser/LegacyParser.php(321): SMW\Query\Parser\LegacyParser->getLinkDescription(false) #3 /var/www/html/extensions/SemanticMediaWiki/src/Query/Parser/LegacyParser.php(266): SMW\Query\Parser\LegacyParser->getSubqueryDescription(false) #4 /var/www/html/extensions/SemanticMediaWiki/src/Query/Processor/QueryCreator.php(114):...