When I create a new forum container I get a bunch of error messages caused by File Entity Paths:

Notice: Undefined property: stdClass::$machine_name in fe_paths_entity_presave() (line 148 of [...]/sites/all/modules/fe_paths/fe_paths.module).
Notice: Undefined index: widget in fe_paths_entity_presave() (line 160 of [...]/sites/all/modules/fe_paths/fe_paths.module).
Notice: Undefined index: widget in fe_paths_entity_presave() (line 160 of [...]/sites/all/modules/fe_paths/fe_paths.module).
Notice: Undefined index: widget in fe_paths_entity_presave() (line 160 of [...]/sites/all/modules/fe_paths/fe_paths.module).
Notice: Undefined index: widget in fe_paths_entity_presave() (line 160 of [...]/sites/all/modules/fe_paths/fe_paths.module).
Notice: Undefined index: widget in fe_paths_entity_presave() (line 160 of [...]/sites/all/modules/fe_paths/fe_paths.module).

Does this make any sense at all?!

Comments

szantog’s picture

Title: File Entity Paths interferes with Forums?! » File Entity Paths wrong bundle keys handling
Status: Active » Fixed

Thanks! The bundle keys was fetched wrong, so all taxonomy term was affected.
http://drupalcode.org/project/fe_paths.git/commit/55bda8f51a6baecbbaa38e...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.