Help talk:Entity examinations

From semantic-mediawiki.org

Entity examination doesn't finish on page when not logged in on a wiki with access controls

I have a wiki with various custom $wgGroupPermissions (I can provide them if needed). If I view a page on that wiki in private mode, there is at least one page where the examiner never finishes unless viewed by a logged in user. The icon just keeps KnightRidering... Example: view https://ccmdb.kuality.ca/index.php?title=Reporting in private mode.

21:49, 12 February 2021

You probably have something like $wgGroupPermissions['*']['writeapi'] = false; in your "LocalSettings.php" file. You need to change this to $wgGroupPermissions['*']['writeapi'] = true;.

23:39, 12 February 2021

Finally got around to testing this, and yes, this fixes the problem. Thanks kgh!

18:28, 18 November 2021
 
 

Entity examination seems to not complete on a page when page name has " (double-quote) in it

I have a wiki page on which the entity examination does not seem to complete, i.e. the three pulsing bars just keep pulsing even if the page has been rendered for half an hour: https://ccmdb.kuality.ca/index.php?title=Change_of_GRA_location_names_from_%22our%22_names_to_EPR/Cognos_names

I copied the content of the page to a new page, no problem. Then I renamed the new page to have " in the name and the examiner again doesn't finish. So, really a bug report, submitted as https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/4899 .

Also, and unrelated, when I try to close this page after saving FireFox gives me the warning I would usually get if I have un-saved content, even if everything has been saved properly.

05:19, 16 December 2020