MW - 1.39.3
SMW- 4.1.1
PHP- 7.4.33
Page Forms- 5.6.1
Page Schemas - 0.7.1
I have created a Page form with various fields with semantic properties.
My questions are as below -
1. How to know this error message applies to which property annotation?
2. Does this error message valid? I don't see any annotation using the invalid URI scheme .
3. If we don't want to display the warning message on the page, I set the $smwgParserFeatures configuration as below
$smwgParserFeatures = SMW_PARSER_NONE | SMW_PARSER_UNSTRIP|SMW_PARSER_LINV;
SMW_PARSER_NONE
– Disables query features related to the parsing of annotations on pagesIt still showed the warning message, with SMW_PARSER_NONE, it should stop show the warning message ?
When I set to SMW_PARSER_INL_ERROR , it doesn't show the warning, right after the problematic input in annotations.