My users had a PDOException message when opening their user edit page. The message said ` Unknown column 'field_data_group_group0.fid' `. The request came from `_file_entity_query_file_entity_access_alter` function from `file_entity.module`. $type parameter was set to `file`. When I set it to `entity` it works fine.

Am I doing something wrong or is it an file entity bug?

Comments

Dave Reid’s picture

Status: Active » Postponed (maintainer needs more info)

I believe this might be resolved with #2073085: Issues with _file_entity_query_file_entity_access_alter(). It only expects inner joins.. Could you give the 7.x-2.x-dev latest a try?

Dave Reid’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)