Active
Project:
Location
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2013 at 13:18 UTC
Updated:
4 Oct 2013 at 09:12 UTC
Jump to comment: Most recent
Hey, when installing location on a site where entity translation is enabled:
Fatal error: Unsupported operand types in entity_translation/entity_translation.module on line 951
Entity translation is iterating in hook_field_info_alter through the field types and breaks :/ The weird thing is that i have just location enabled and after a really quick look only location_cck and location_entity are implementing hook_field_info. Any idea?
Comments
Comment #1
Stalski commentedI have the same issue :(
When debugging, it works when I take out "fieldable_panels_pane" from the loop, like:
Comment #2
muschpusch commentedHey Stalski! It's some extra module which breaks it. I remember when disabling all additional location modules it worked but if you have the chance, switch away from location and use geofield.
Comment #3
Jānis Bebrītis commentedPossibly fixed in #2179183-4: Fatal error: Unsupported operand types in /entity_translation.module on line 188