- 🇬🇧United Kingdom adamps
This can only be fixed by a change to the RDF module.
The comment entity has lots of preprocessing to create extra variables in template_preprocess_comment(). There is an option to remove this, introduced in #3090187: Mechanism to disable preprocessing of base fields in comment entity type so they can be configured via the field UI → . You can enable the option with a hook, or more easily by enabling the module manage_display.
This module relies on the extra preprocessing, without making any checks that it is present.
Notice: Undefined index: author in rdf_preprocess_comment() (line 489 of core/modules/rdf/rdf.module).
rdf_preprocess_comment() should check if variables are present before using them. The code in template_preprocess_comment() is a good guide to see what variables might be present or absent.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This can only be fixed by a change to the RDF module.