kendraio / kendra_home

Kendra Home
https://www.kendra.io
GNU General Public License v2.0
2 stars 2 forks source link

News view broken #74

Closed iAugur closed 8 years ago

iAugur commented 8 years ago

The news page for non logged in people is raising errors:

Notice: Undefined index: module in editablefields_fallback_formatter() (line 213 of /var/www/www.kendra.io/live/htdocs/sites/all/modules/contrib/editablefields/editablefields.module).
Notice: Undefined index: taxonomy_term in taxonomy_field_formatter_view() (line 1607 of /var/www/www.kendra.io/live/htdocs/modules/taxonomy/taxonomy.module).
EntityMalformedException: Missing bundle property on entity of type taxonomy_term. in entity_extract_ids() (line 7879 of /var/www/www.kendra.io/live/htdocs/includes/common.inc).
iAugur commented 8 years ago

This was due to the editable fields formatter being selected as the field display for the abstract in the teaser view of blog entries. This is likely to be an artefact of t being the first n the list of available formatters and replacing the default formatter.

This has been updated to default and the error has been cleared.

Thanks to Guy for resolving that.