everything works fine but this error appear on mysite.com/admin/config/people/accounts/display since MAJ security of display suite
Notice: Undefined index: entity_type in masonry_formatter_is_supported() (line 253 of /sites/all/modules/masonry/masonry_formatter/masonry_formatter.module).
Notice: Undefined index: type in masonry_formatter_is_supported() (line 261 of /sites/all/modules/masonry/masonry_formatter/masonry_formatter.module).
Notice: Undefined index: cardinality in masonry_formatter_is_supported() (line 263 of /sites/all/modules/masonry/masonry_formatter/masonry_formatter.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | masonry_fields-fix_entity_error-1926142-#11.patch | 615 bytes | eturbin |
| #10 | masonry_fields-fix_entity_error-1926142-#10.patch | 516 bytes | eturbin |
Comments
Comment #1
swentel commentedThose errors are coming from a different module.
Comment #2
Anonymous (not verified) commentedComment #3
jawi commentedsame issue here
Comment #4
henkit commentedSame one here
Comment #5
jens_as commentedHave anyone found out how to solve this one...?
Comment #6
b-ry commentedI've been having the same issue. I turned off Masonry Field Formatter portion of the module and it seemed to do the trick.
Comment #7
13rac1 commentedUpdating project module
Comment #8
13rac1 commentedSet #2054965: Undefinied Index Errors as a duplicate of this.
Comment #9
fantom84 commentedmy tempory solution - add to the masonry_fields.module in function masonry_fields_formatter_supported this lines:
This is check $context['instance']['entity_type'] exists or not
Comment #10
eturbin commentedI created a patch based on fantom84's code in comment #9.
Comment #11
eturbin commentedI updated the patch and combined the two if statements.
Comment #12
dom. commentedI could not reproduce this at all with display suite (7.x-2-12). However the fix seems reasonnable so I'm still commiting it in 7.x-3.x branch. Hopefully it's no mistake to trust you guys for review ^^ :p
Thanks all !