Jump to:
| Project: | File Entity Paths |
| Version: | 7.x-2.0-alpha2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Thanks! The bundle keys was fetched wrong, so all taxonomy term was affected.
http://drupalcode.org/project/fe_paths.git/commit/55bda8f51a6baecbbaa38e...
#2
Automatically closed -- issue fixed for 2 weeks with no activity.