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
Comment #1
szantog commentedThanks! The bundle keys was fetched wrong, so all taxonomy term was affected.
http://drupalcode.org/project/fe_paths.git/commit/55bda8f51a6baecbbaa38e...